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.
Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It can be used to develop console and graphical user interface applications along with Windows Forms applications, web sites, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows,
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}