.NET news » C# 
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)
Author: Andrew Troelsen
Average rating: (34 reviews)
More .NET C# books
C# Bitwise Helper Class
A class that helps with some basic bitwise operations.
Using Query Notifications in .NET 2.0 to handle ad-hoc data refreshes
Query Notification in SQL Server 2005 solves the problem of having to maintain a polling database to get the updated data. The new notification service of SQL Server 2005 can perform this amazing task of notifying a .NET code when any DML operations are performed to a specified table.
2 Feb 2006, 07:02:00 Source: Using Query Notifications in .NET 2.0 to handle ad-hoc...
Tags: Database
C#
Examples
TCP/IP Chat Application Using C#
This is a LAN chat application with TCP/IP socket programming technology in C#. This application is a multi thread network application and works in non-blocking way. Public and private chat is implemented in this code.
C# Script (missing puzzle piece)
An article on a "scripting engine" for the C# language.
Context menu for the custom properties in the C# PropertyGrid
Context menu for the custom properties in the C# PropertyGrid allowing the user to reset the properties, the same way as in Visual Studio.
XP Style Collapsible GroupBox
This article describes an XP style collapsible GroupBox.
Print Html in C# with or without webbrowser control and print dialog
Printing Html in C# with or without webbrowser control and windows default print dialog.It also implements HTMLDocumentClass,IHTMLDocument2 and IHTMLDocument4 interfaces of MSHTML.
24 Jan 2006, 12:14:00 Source: Print Html in C# with or without webbrowser control and...
Tags: C#
Examples
File System Enumerator using lazy matching
An efficient solution for finding files.
C# 2.0 Nullable Data Readers
An article on nullable data readers for .NET 2.0 nullable types.
CLR Inside Out: Improving Application Startup Time
Client application startup time is really important to users. In this month's CLR Inside Out column, the CLR team provides valuable tips on improving startup speeds.
11 Jan 2006, 01:24:42 Source: CLR Inside Out: Improving Application Startup Time
Tags: Performance
C#

