C# in Visual Studio (Express) Windows Desktop Application Primer Tutorial

C# in Visual Studio (Express) Windows Desktop Application Primer Tutorial

C# in Visual Studio (Express) Windows Desktop Application Primer Tutoriall

C# using Visual Studio is another great language to learn. If you like C# you may eventually like VB.Net, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications or can be the code behind an ASP.Net website or web application.

This example uses a hashtable, which is a dictionary (.Net Framework dictionaries can associate any kind of key with any kind of value … our example uses string and string but you can use integer, object etcetera) allowing fast retrieval of data.

Download source code and rename to Form1.cs

If this was interesting you may be interested in this too.

This entry was posted in eLearning, Tutorials, Visual Studio and tagged , , , , . Bookmark the permalink.

One Response to C# in Visual Studio (Express) Windows Desktop Application Primer Tutorial

Leave a Reply

Your email address will not be published. Required fields are marked *