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

  1. smith67 says:

    Thanks for this great post, i find it very interesting and very well thought out and put together. I look forward to reading your work in the future.

Leave a Reply

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

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>