C# ASP.Net MVCIf you wish to start learning C# then you have come to the right place. I have many tutorials for learning the C# language and the .Net Framework. I also cater for experienced developers with advanced tutorials and code snippets. The code samples and snippets will help beginners and pro's alike. To the beginner learning the C# language and the .Net Framework together may seem like a thousand mile journey, but as Confucius said:
A Journey of a Thousand Miles Begins with a Single StepConfucius
Take the first step and learn C#. For complete beginners we recommend you start with the Introduction to C# tutorial series, while more experienced developers may wish to start with the intermediate or advanced C# tutorials.

This code will calculate the week commencing date for a given DateTime and return a DateTime containing the date of the start of the week.
- 4th Mar, 2010

Collection of useful string manipulation snippets I have collected which you can copy and paste into your projects or libraries.
- 5th Feb, 2010

How to easily disable buttons during AJAX postbacks or other operations so that you don't end up doing multiple requests.
- 5th Feb, 2010

How to connect ADO.Net to an IBM iSeries DB2 server or as an System I or AS400 and how to use parameters to create secure query strings.
- 29th Jan, 2010

Recursively Call FindControl using this function which will not only search on the page, but the component containers as well.
- 29th Jan, 2010

How to use the FtpWebRequest and FtpWebResponse classes to to retrieve a directory listing, download files, upload files and delete files.
- 28th Jan, 2010

In this short tutorial, I am going to show you how to use the HtmlLink class to dynamically add StyleSheets to ASP.Net master pages.
- 22nd Jan, 2010

In this article we will look at how to read a websites Sitemap.xml with C# and parse it's contents using a simple XML Parser.
- 14th Sep, 2009

Snippet to calculate MD5 checksum for a file so you can compare two files for uniqueness or verify that a download had not been altered.
- 25th Jan, 2009

This function will pretty format a given number as file size, for example, convert 1000000 to 1MB, 3523 to 3k and so on.
- 24th Jan, 2009