.NET news » C# C# Rss Feed

Murach's ASP.NET 3.5 Web Programming with C# 2008
Authors: Anne Boehm, Joel Murach
Average rating: 4.0 / 21
(21 reviews)
More .NET C# books
download

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#

UDP Delivers: Take Total Control Of Your Networking With .NET And UDP

UDP, the lesser-known sibling of TCP, is used for DNS resolution, SNMP network status, Kerberos security, digital media streaming, VoIP, and lots more. Learn how to put UDP to work for you.
10 Jan 2006, 19:20:53   Source: UDP Delivers: Take Total Control Of Your Networking With...   Tags: C# Internet

.NET Rocks! - David Smith on BitTorrent and IPv6

David Smith talks to Richard and Carl about btSharp, his .NET implementation of the BitTorrent protocol written in C#. He also gives a great introduction to BitTorrent and how it works, and offers some insight on how IPv6 will make our lives easier.
5 Jan 2006, 03:13:56   Source: .NET Rocks! - David Smith on BitTorrent and IPv6   Tags: Internet C#