.NET news » C# C# Rss Feed

download
C# Bitwise Helper Class
A class that helps with some basic bitwise operations.
2 Feb 2006, 07:26:00   Source: C# Bitwise Helper Class   Tags: C#
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.
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.
31 Jan 2006, 10:52:00   Source: TCP/IP Chat Application Using C#   Tags: Internet Examples C#
C# Script (missing puzzle piece)
An article on a "scripting engine" for the C# language.
30 Jan 2006, 15:11:00   Source: C# Script (missing puzzle piece)   Tags: C#
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.
29 Jan 2006, 14:13:00   Source: Context menu for the custom properties in the C#...   Tags: Examples C#
XP Style Collapsible GroupBox
This article describes an XP style collapsible GroupBox.
26 Jan 2006, 21:35:00   Source: XP Style Collapsible GroupBox   Tags: Components C# GUI
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.
21 Jan 2006, 00:30:00   Source: File System Enumerator using lazy matching   Tags: Examples C#
C# 2.0 Nullable Data Readers
An article on nullable data readers for .NET 2.0 nullable types.
20 Jan 2006, 21:27:00   Source: C# 2.0 Nullable Data Readers   Tags: C#
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#