Home
»
Tutorials
Tutorials
This section contains all the tutorials/how-to's I have written. They are generally the answer to problems I have over-come during my time learning C# and since I am still learning it is updated whenever I have something new to share!
Applications
Site/Blog
Tutorials
.net Configuration
»
Configuring the System.Net.WebRequest object to allow your application to access the internet.
ASP.NET
»
Programmatically adding HTML tags to an asp.net page.
Re-Usable code
»
Converting a Unix Epoch time into a .net DateTime value.
»
Creating and implementing a Progress Event.
»
Customizing DataGridView column headings.
new
»
Exporting the data behind a DataGridView to CSV, HTML or XML.
»
String Conversion
- Convert a Y/N string to a boolean.
»
Using anonymous types to shape data
new
Standards
»
C# Coding Standards.
Win Forms
»
Single instance application.