Members
Technology Zones
Articles
Hosted By
Info
|
Articles & Tutorials  -
An introduction to using Visual WebGui gateways which are the Visual WebGui way to bridge WinForms development to web development..  -
Many people have become fairly confused about how parameters are passed in C#, particularly with regard to reference types. This article gives an in-depth discussion of the differences between default/ref/out parameters..  -
Although this article won't be an exhaustive OOP treatise, its objective nevertheless is to present in a quick and dirty manner C#/VB Object-Oriented Programming. Moreover, even though this article may be slightly geared more towards C#, all important VB assessments or similarities are addressed and demonstrated. By the way, keep in mind C# is very case sensitive. Incidentally, don't be put off at the length of this article, a lot of it is simply repeated code examples for both languages..  -
An extensive examination of OO programming in C#, covering inheritance, constructors, interfaces, virtual and static methods, and much more..  -
An introduction to event driven programming in C#, through the use of Events and Delegates..  -
In this article I discuss the event handling model in .NET using C#. The discussion starts with an introduction to the concept of delegates and then it extends that concept to events and event handling in .NET. Finally, I apply these concepts to GUI event handling using windows forms. Complete code is provided in each step of the discussions..  -
A logical survey of entry points in C# programs, and the possible errors you can come across..  -
An introduction to exception handling, and the try...catch syntax.  -
A step by step guide to accessing a COM+ component using C#.  -
Is C# a new programming language or a new version of C/C++ ?.  -
Find out about all the great enhancements in Visual Studio.NET.  -
Learn about the new forms package, allowing developers to take full advantage of the rich user interface features available in Windows. 
|
Search
Code Samples
New Members
|