Lee Gunn - .NET C# Scotland

Lee Gunn is a freelance Microsoft Certified Developer based in Glasgow, Scotland. Specialising in quality driven Internet solutions, largely built around Microsoft’s .NET platform.
Skills used on a regular basis are:
<ul>
<li>Object Orientated Programming (OOP)</li>
<li>Microsoft .NET, C#, Visual Basic.NET</li>
<li>MS SQL Server, TSQL</li>
<li>ActionScript 2.0</li>
<li>XHTML, XML, XSLT, CSS</li>
</ul>
Latest articles
-
Using OLE to connect to a text file
by Lee Gunn - .NET C# ScotlandThis code demonstrates how to use the OLE database driver in order to connect to a text file.
-
Redirecting Without Halting Execution
by Lee Gunn - .NET C# ScotlandThis snippet demonstrates how to send a redirect (302) to a client without halting execution.
-
A Simple ASP.NET MessageBox Class
by Lee Gunn - .NET C# ScotlandWhen moving from Windows Forms to ASP.NET Web Forms, an API that may be missed is that offered by the System.Windows.Forms.MessageBox Class. Here we implement it for ASP.NET!
-
A Simple Introduction to .NET Remoting
by Lee Gunn - .NET C# Scotland.NET remoting allows the development of distriubuted applications. It allows applications to use objects contained in other processes. We wil quickly look at the basics on how to set up a simple .NET remoting system.