This is a mirror of official site: http://jasper-net.blogspot.com/

Programming Video Tutorials

| Monday, August 23, 2010
This tutorial will cover the C# programming language, which is a modern object-oriented language created by Microsoft for the .NET framework. C# is mostly used for writing windows applications because it’s run on the .NET platform which is currently only fully implemented on windows.

C# is a well-designed language in that it builds upon some of the best features of the major programming languages. It combines the power of C++ with the simplicity of Visual Basic and also borrows much from Java, such as C# being truly object-oriented. This gives a language that is easy to learn and use, robust against errors and that enables rapid application development.

Read more: Programming Video Tutorials

Posted via email from .NET Info

0 comments: