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.

Calling Win32 DLLs via methods imported from a non-managed Win32 API using Platform Invocation Services (PInvoke) from C#.
- 28th Nov, 2011

A look at implementing the cryptography object in C# for string encryption and decryption, useful for passwords or connection strings.
- 19th Oct, 2011

How to fix System.Security.Cryptography.CryptographicException: Invalid algorithm specified error when using Cryptographic Service Provider.
- 13th Aug, 2011

Posting form data using C# and HttpWebRequest is easy. The data is sent via the HTTP POST method to a remote server from your code behind.
- 6th Jul, 2011

Recursive directory listing in C# and get a list of all the files and folders in the directory, returning them as a StringBuilder object.
- 26th May, 2011

Methods for Saving User Preferences and Settings within your C# Application using the Registry, to a SQL Database or to an XML file.
- 15th May, 2011

Code analysis is a powerful tool to improve your code quality. Follow this guide to learn how to use it effectively and write better code.
- 4th Mar, 2011

A look at the ASP.Net web.sitemap document for website navigation and see how extending the web sitemap by binding to custom attributes.
- 6th Oct, 2010

A comprehensive list of .Net TimeZone information used for localising .Net applications in conjunction with the CultureInfo class. Timezones are used to help maintain local time and UTC and for conversion between the two.
- 29th Jul, 2010

A comprehensive list of ISO .net supported culture and country codes used for localising .Net applications with the CultureInfo class.
- 28th Jul, 2010