Concepts:. NET and C #
.net/dotnet: generally refers to the. NET Framework framework. A platform, a technology. C# (Sharp): A programming language that can develop applications based on the. NET platform. • (*) Java is a platform and a programming language. NET what can do · Desktop application Winform (. NET developed desktop application called Winform application) Internet application ASP.
(. NET developed Internet applications called ASP.)
• Mobile phone development WP8
(. NET can do mobile phone development, WP8, currently in China just started, maybe this is an opportunity)
WP8 has been attacked, to be good at seizing the opportunity, dare to try.----control
Unity3d Game development or virtual reality (everyone's opportunity)
. NET two modes of interaction
c/s: Client/server mode (server) such as: QQ
(c/S is an abbreviation for client/server.) The client needs to install the dedicated client software. )
b/s: Browser (Browser)/server mode (servers)
(b/S is an abbreviation for Brower/server, as long as a browser is installed on the client)
The difference between B/S and C/S is in the following notes,
The approximate structure of C #
Console.WriteLine ("What to print");
Console.readkey ();
Pause the current program, wait for the user to press any key to continue, press any key will be displayed in our console
. sln: A solution file that contains information about the entire solution, which can be run by double-clicking.
. csproj: Project file, which contains information about this project, can be run by double-click.
Learn a new feature of visual stdio that automatically switches items:
C # and. NE Learn the first day