IT Computer Articles Tutorials.

C# And C++ Articles Tutorials

A programming language that evolved in part from Microsoft C++, C# was designed for building enterprise-level applications that run on the .NET Framework. C# is simple, modern, type safe, and object oriented. Whether you’re new to the language or an old pro, you’ll find articles in this section that will help you get your projects done.

    Special Features of Visual C++ .NET

    With such a large change in the way Visual C++ applications are written within Visual Studio .NET, it should come as no surprise that Microsoft has added several language features to accommodate writing applications for the .NET framework while still maintaining the ability to create older Visual C++ application types. Through the addition of new language keywords, attributes, preprocessor directives, and new compiler and linker switches, the ability to create such differing styles of applications makes the task much easier.


    As you know, in programming C++, it is much better to return a reference to an object than it is to return that object by value. As we will see in this article, it is also much better to pass a function parameter by reference than it is to pass it by value. But there are exceptions to this.

    Are you looking for a way to speed up the debugging process in C++? This article explains how to use asserts to do just that, showing that not all macros are evil.

    Razor Sharp C#

    Introduction to C# and the benefits it has to offer developers. Be sure to read more if you're looking to jump into the latest trend!

    Hotmail Exposed: Access Hotmail using C#

    Process of building our very own Hotmail client, allowing us to communicate with the Hotmail gateway using C#.