The Practical Guide to Multithreading - Part 1
Rating: 




Ajay Vijayvargiya - 10/02/2009
Understand from this guide how and when - as well as when not - to use multithreading..NET Tip: Creating a Read-Only List
Rating: none
Jay Miller - 10/16/2008
Create a List<T> that cannot be modified.
Facebook Application Development
Rating: none
aleksisa - 03/18/2008
Learn how to build a sophisticated Facebook application that interacts with Facebook users and with SQL Server database articles.
[Updated] Connect to MSN Messenger Using the MSN Protocol: Part 1
Rating: 




Syed M Hussain - 03/13/2007
Connect to the MSN Messneger Server using the MSN Protocol.
Lights Out Game (in C#)
Rating: 




Bradley Jones - 02/27/2007
Just play a game of Lights Out, or take some time to see an array of buttons put to use.
[Updated] Read and Write Open XML Files in MS Office 2007
Rating: 




ZeljkoS - 01/02/2007
Learn how to read and write Open XML files (MS Office 2007).
[Updated] Asynchronous Socket Programming in C#: Part I
Rating: 




Jayan Nair - 10/06/2005
This is a simple Client-Server application developed to explain the concept of asynchronous sockets in C#. This extends the socket program to accept multiple clients. Because this example uses Asynchronous methods, threads are not necessary to communicate to multiple clients (though internally the asynchronous communication mechanism uses threads at the OS level).
[Updated] Deploy SQL Databases Easily with the Installer Class
Rating: 




Stefan Prodan - 05/02/2005
Discover a way to make SQL databases easy to deploy within a MSI file along with your applications.
Generic Code to Execute Stored Procedures
Rating: 




Sriram Surapureddy - 01/26/2005
Generic code to execute any stored procedure/batch of stored procedures with different number of parameters and data types
[Updated] MSMQ on Pocket PC 2003
Rating: none
Klaus Salchner - 11/16/2004
Learn how to write MSMQ applications on mobile devices such as Pocket PC 2003 utilizing the .NET Compact Framework 2.0. Provides an overview of the different Windows brands for mobile devices and how to work with the Pocket PC 2003 emulator.
Building Websites with the ASP.NET Community Starter Kit
Rating: 




Packt Publishing - 09/17/2004
Learn how to create a new module for the freely available Community Starter Kit.
Installing a BizTalk Server AIC Using the .NET Setup Project
Rating: none
Sumana Mohan - 07/20/2004
Learn about the steps for installing a BizTalk Server AIC using the .NET setup project.
Inter-Process Communication in .NET Using Named Pipes, Part 2
Rating: none
Ivan L - 06/04/2004
Describes how to build a .NET Named Pipes multithreaded server and a client communicating with it.
Inter-Process Communication in .NET Using Named Pipes, Part 1
Rating: 




Ivan L - 05/31/2004
This article explores a way of implementing Named Pipes based Inter-Process Communication between .NET applications.
C# FAQ 2.3 - How do I build a C# application using Command Line Compilers?
Rating: 




Anand Narayanaswamy - 04/08/2004
Learn how to write a C# program using command line compilers.
A Collection of C# .Net Sample Programs
Rating: none
Bill Nolde - 02/24/2003
Check out this collection of C# programs that illustrate using C# and the .NET interface. They are all short, interactive examples that use .NET forms and various system features.
