Library tutorials & articles tagged with c#
-
Building Application Framework with C#
by Nauman Laghari
The Article introduces a C# developer to building framework. After reading, you'll get how the big names have performed most of the magic in Application Frameworks, like the Java Applet and Servlets Framework as well as the Microsoft Foundation Classes. This article is just an introduction to the complex topic. A short code sample is provided for practically demonstrating the purpose.
-
Event Handling in .NET Using C#
by Deepak Dutta
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.
-
Program Entry point in C#
by Kamran Shakil
A logical survey of entry points in C# programs, and the possible errors you can come across.
-
Using ADO.NET, XML & XSL to generate HTML
by Bill Burris
Automate you website updates to avoid hours of tedious work with your HTML editor.
-
Introducing .NET Remoting
by David Talbot
.NET Remoting provides a powerful and high performance way of working with remote objects. In this article, David gives an introduction on how to use remote objects in .NET
-
Web Enable your C# Program
by Kamran Shakil
How to use your C# program in a web server (without using ASP.NET)
-
Reflection in C#
by Kamran Shakil
How to discover an objects class and it's methods in the .NET framework
-
Multilingual Support in C#
by Kamran Shakil
Implementing support for non-Roman script languages in C#
-
Exception Handling In C#
by Kamran Shakil
An introduction to exception handling, and the try...catch syntax
-
Drawing on a Form
by Bill Burris
An introduction to drawing graphics on a form
-
Exploring Delegates
by Filip Bulovic
How to use delegates in C#
-
Docking Control
by Phil Wright
Allow your users to resize and move docked controls around the form with the help of the 'dock' feature in .NET
-
Accessing a COM component
by Imtiaz Alam
A step by step guide to accessing a COM+ component using C#
-
Create your own Web Server using C#
by Imtiaz Alam
This article explains how to write a simple web server application using C#
-
SMTP Mailing Application
by Mike Gold
This is an article on how to use the Mail Components in .NET to create a simple application to send e-mail.
-
WinChat For .NET
by Patrick Lam
WinChat For .NET is a simple peer-to-peer chatting program that functions very similarly to the WinChat program provided by Windows 2000.
-
A comparison of C/C++ and C#
by John Godel
Is C# a new programming language or a new version of C/C++ ?