News

In this tutorial series we are going to look at C# Development using the Visual Studio 2010 Express editions. This will take you from the basics of installing Visual Studio 2010 Express, to the Object ...
When languages such as Java and C++ already existed, was C# really needed? Some say it was only developed by Microsoft to take on Sun’s Java? C# was developed by Andres Hejlsberg and his team at ...
C# finally gets the BASIC GOSUB feature through local functions, but local functions take that GOSUB-like capability up a few notches. If you're an old-timer like me, you probably remember the ...
The C# and Visual Basic access modifiers let you indicate the level of interpersonal relationships your type member can have. Whether they're Private, Public or something else, each modifier makes ...
Since their introduction in 2002, Microsoft's pair of .NET programming languages, C# and Visual Basic.NET, have been close siblings. Although they look very different—one uses C-style braces, brackets ...