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.

How to dotnet build to create single file deployments where all dependencies are bundled into one executable, even the .Net runtime.
- 2nd Jun, 2022

How to create a C# Console Application using Visual Studio Code and the .Net Core SDK. Visual Studio 2019/2022 not required.
- 22nd Nov, 2019

As a web developer it is really frustrating when you close the browser tab or window only for Visual Studio Debugging to assume that you're done with the debugger as well. Turning this setting OFF will keep Visual Studio Debugger running when you close browser windows.
- 11th Aug, 2019

Some of the best coding practices to get high performance code together with a few common pitfalls which seriously impact performance.
- 2nd Dec, 2018

There are lots of changes introduced in MVC6, not least of which is a new view engine to replace Razor. Here we look at changes new to MVC6.
- 8th Mar, 2016

Microsoft's latest focus is on .NET Core as the future of its development platform. What is .Net Core and how it differs from the framework.
- 7th Mar, 2016

SQL Server and the .NET Framework are based on different type systems. This handy table will help you to perform data type mappings.
- 20th Apr, 2013

A short ASP.Net Caching snippet written in C# for ASP.Net or MVC which stores data in the cache reducing page generation times.
- 3rd Apr, 2013

Instead of using a regex to validate email addresses, there are built in tools which can perform the task just as well, if not better.
- 6th Jul, 2012

In this tutorial I will show you how to bind ASP.Net Control to a Generic List or array of objects and control how they dispay.
- 21st Feb, 2012