.NET news » Examples Examples Rss Feed

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.
13 Jul 2008, 03:52:00   Source: Mouse Events for WebBrowser control in .NET CF   Tags: Mobile Examples

Simple Messenger - A C# MSN Messenger like chat application

This is a MSN Messenger like chat application using C# with TCP/IP socket programming.

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.

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.
9 Jul 2008, 08:20:00   Source: EasyHook - The reinvention of Windows API hooking   Tags: Examples

Newton Game Dynamics Extensions for the WPF - The Moon Lander Game

Newton Dynamic Extensions for the WPF

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...
6 Jul 2008, 17:48:00   Source: Falling Blocks game   Tags: Examples

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.

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.
2 Jul 2008, 12:52:00   Source: Matematico Web Game in ASP.NET using RegEx   Tags: Examples ASP.NET