Transcription of Introduction to Visual Studio and CSharp
{{id}} {{{paragraph}}}
Introduction to Visual Studio and C# Hans-Petter Halvorsen Introduction to Visual Studio and C# Hans-Petter Halvorsen Copyright 2017 E-Mail: Web: 3 Table of Contents 1. Introduction .. 6 Visual Studio .. 6 C# .. 7 .NET Framework .. 7 Object-Oriented programming (OOP) .. 8 2. Visual Studio .. 9 Introduction .. 9 Getting Started .. 9 Integrated Development Environment (IDE) .. 9 New Project .. 10 Solution Explorer .. 11 Toolbox .. 12 Editors and Designers .. 13 Properties window .. 13 Build and Debug Tools .. 14 3. Windows programming .. 16 Introduction .. 16 Windows Forms .. 16 WPF .. 17 Hello World .. 17 4. Getting Started with C# .. 20 4 Table of Contents Tutorial: Introduction to Visual Studio and C# Introduction .. 20 Data Types and Variables .. 20 Boolean type .. 21 Numeric types: Integrals, Floating Point, Decimal .. 21 String type.
languages). The .NET library is available to all the programming languages that .NET supports. Programs written for the .NET Framework execute in a software environment, known as the Common Language Runtime (CLR), an application virtual machine that provides important services such as security, memory management, and exception handling.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}