MSIL PE SNA VES XAML
<Reference Include="Vehicle, Version=1.9.3.25, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>true</SpecificVersion> <Reference>
BlankForm Greeter1 ClickCounter1 ClickCounter2 Greeter2 Controls Sound Localization DocumentationFormatter CurrentDate Unicode Multiclass Multiproject RealEstate
Example files: intro.zip, intro.txt
Main Menu
Form Designer Window
Toolbox
Code Window
Properties Window
Code Designer Window
Object Browser
Class View (Like Visual C++ 6)
Class Diagrams
Unit Tests
Refactor
Assembly Info
Output
Task List
Windows are Dockable
(2) Form1.Designer.cs contains code automatically generated by the Windows Form Designer.
User Defined Casts, Multithreading.
Extension | Significance |
.sln | VS Solution File |
.suo | Solution User Options File |
.csproj | C# Project File |
.vbproj | VB Project File |
.cpproj | C++ Project File |
.cs | C# Source Code File |
.vb | VB Source Code File |
.cpp | C++ Source Code File |
.resx | Resource File |
.pdb | Program Debug File |
.exe | Executable |
.dll | Dynamic Link Library |
.xaml | Extensible Application Markup Language |
.baml | Binary Application Markup Language |
CLR | Bytes | C# | Visual Basic |
System.Byte | 1 | byte | Byte |
System.SByte | 1 | sbyte | SByte |
System.Int16 | 2 | short | Short |
System.Int32 | 4 | int | Integer |
System.Int64 | 8 | long | Long |
System.UInt16 | 2 | ushort | UShort |
System.UInt32 | 4 | uint | UInteger |
System.UInt64 | 8 | ulong | ULong |
System.Single | 4 | float | Single |
System.Double | 8 | double | Double |
System.Object | 4 byte address | object | Object |
System.Char | 2 | char | Char |
System.String | 4 byte address | string | String |
System.Decimal | 16 | decimal | Decimal |
System.Boolean | 1 | bool | Boolean |