.NET news » Examples 
Using OleDb to import text files (tab, csv, custom)
I have been browsing the Web for a good and simple class to handle delimited file imports. My current assignment has an import option that needs to deal with that. However, the current implementation (using StreamReader) is not good enough. It doesn't handle all the exceptions you encounter with delimited files. I found a number of examples on the Internet, but none of them really suited my needs. What I really missed was a simple example that I could extend so that it would suit my needs. So, being the developer that I am, I created my own class to import delimited files. After this was completed, I though I'd share it with others as an example.
15 Jul 2008, 07:01:00 Source: Using OleDb to import text files (tab, csv, custom)
Tags: Database
Examples
Mouse Events for WebBrowser control in .NET CF
Expanding .NET CF's 2.0 WebBrowser to handle mouse events.
Simple Messenger - A C# MSN Messenger like chat application
This is a MSN Messenger like chat application using C# with TCP/IP socket programming.
10 Jul 2008, 13:35:00 Source: Simple Messenger - A C# MSN Messenger like chat application
Tags: Internet
Examples
Drawing smooth text and pictures on the extended glass area of your WinForm in Windows Vista
This article tells you how to draw text and pictures correctly on your Vista form's extended glass area.
10 Jul 2008, 05:38:00 Source: Drawing smooth text and pictures on the extended glass...
Tags: Graphics
Examples
EasyHook - The reinvention of Windows API hooking
Hooking native APIs from any .NET language with support for AnyCPU assemblies and Windows Server 2008 SP1 x64.
Newton Game Dynamics Extensions for the WPF - The Moon Lander Game
Newton Dynamic Extensions for the WPF
7 Jul 2008, 12:34:00 Source: Newton Game Dynamics Extensions for the WPF - The Moon...
Tags: Multimedia
Examples
Authentication in web services using C# and Kerberos (POC)
This article is considered a proof of concept article (POC) to explain how Kerberos authentication can be implemented to authenticate requesters when they need to request a web service.
6 Jul 2008, 19:11:00 Source: Authentication in web services using C# and Kerberos (POC)
Tags: Examples
Falling Blocks game
I assume you have all played the most famous falling blocks game "Tetris" at some point in your life so there’s no reason to explain the game’s rules...
Simple Image Annotation - How to dynamically add rotated text to image
Add outlined text to an image, rotate it, and move it around with the mouse.
2 Jul 2008, 13:45:00 Source: Simple Image Annotation - How to dynamically add rotated...
Tags: Graphics
Examples
Matematico Web Game in ASP.NET using RegEx
This article is about Matematico, a logical game I played when I was 11 years old. I never forgot this game and my teacher who was a very clever woman. Now, my daughter Nina is able to play with me and I create this page for her just for fun. And for you, of course. You can play this game with your children, parents, and friends. IMHO this game is better than bingo, and poker.

