.NET

.NET is a software framework developed by Microsoft. The .NET Framework has been around since 2002 and is mainly used on Windows platform.

However, to support the ability to run .NET on multiple operating systems, .NET Core was born. MVC, Entity Framework and Dependency Injection are just some of the popular features to migrate from the .NET Framework to .NET Core.

The introduction of the Nuget Gallery began when popularity in .NET grew. The Nuget Gallery is a free and open-source package manager for the Microsoft platform, and continues to provide plugins for Microsoft applications.
Blazor component: Razor tutorial and example Blazor component: Razor tutorial and example A Blazor component uses Razor for rendering a Blazor WebAssembly app. We'll create one and add a parameter attribute in this tutorial. 7th March 2023
Data Annotations for model validation in ASP.NET Core Data Annotations for model validation in ASP.NET Core Learn how to write a custom .NET data annotation in C# for model validation in ASP.NET Core MVC and Web API. 24th February 2023
Will ChatGPT replace .NET developers? Will ChatGPT replace .NET developers? ChatGPT is a new free AI model from OpenAPI. This review shows how it can give examples and answers by writing .NET code. 18th December 2022
.NET 7: What's new in ASP.NET Core? .NET 7: What's new in ASP.NET Core? Find out about the .NET 7 release, looking at features, performance improvements and how to download and install ASP.NET Core. 8th November 2022
SOLID principles in C# used in object-oriented design SOLID principles in C# used in object-oriented design SOLID principles in C#, looking at design principles and examples for using object-oriented design (OOD) in your software. 19th September 2022
C# 11: Preview of features for .NET 7 C# 11: Preview of features for .NET 7 C# 11 preview in a nutshell, looking at features for .NET 7. Find out what's new in .NET 7, its release date, and how to download. 11th August 2022
Azure DevOps release pipeline for .NET Web API using IIS Azure DevOps release pipeline for .NET Web API using IIS Build an Azure DevOps release pipeline for .NET. Setup CI/CD and deploy your Web API to IIS using YAML tutorial. 22nd July 2022
Azure DevOps pipeline build with .NET for CI/CD Azure DevOps pipeline build with .NET for CI/CD Build an Azure DevOps pipeline with .NET. Setup tutorial for ASP.NET Core CI/CD using YAML and publish to artifacts. 4th June 2022
What is Azure DevOps? Learn about the services in this guide What is Azure DevOps? Learn about the services in this guide Learn about Microsoft Azure Devops, including it's pricing and how CI/CD Pipelines can be used to deploy a .NET application. 11th April 2022
Create a custom database logging provider with ASP.NET Core ILogger Create a custom database logging provider with ASP.NET Core ILogger Create & implement a .NET custom logging provider with ILoggerProvider. Use ASP.NET Core, C# & ILogger to log to a SQL Server database. 31st March 2022