Join members from the ASP.NET teams for our community standup covering great community contributions for ASP.NET, ASP.NET Core, and more. Read more: https://www.youtube.com/watch?v=PaemestFrt0&app=desktop
ASP.NET Core
Create An ASPNet Core Web Api Using EF Core
Hi, In this post I’m going to share a little overview of .NET Core and Asp.NET Core. The journey of .NET Core started with the purpose of Microsoft to build Read More
Managing Blazor state using Redux | Blazor Tutorial
In this Blazor tutorial I will show you how to use the Redux approach in order to implement more effective state application management for our Blazor application. There are many Read More
Asynchronous Programming
Asynchronous programming has been around for several years on the .NET platform but has historically been very difficult to do well. Since the introduction of async/await in C# 5 asynchronous Read More
Asp.Net Core 3.0 Web API Versioning best practices
In this tutorial, we are going to cover Asp Net Core 3.0 Web API Versioning best practices using Visual Studio 2019. We will see different ways to implement API versioning in Asp.Net Read More
Adding Pagination in ASP.NET MVC Core Application
In this video you will learn to implement pagination using the custom pagination tag helper provided Cloudscribe , below is the documentation if you would like to explore other advance Read More
ASP.NET Core Web API Versioning
An iteration and evolutionary changes of an ASP.NET Core Web API is handled by Versioning. Versioning of an API gives confidence to the clients which consumes API for a long Read More
Whats new on ASP.NET Core 3.1 – Preview 2 for Blazor (3 AWESOME new features!)
In this video we’ll explore the new features of the Preview 2 of ASP.NET Core 3.1. These include: – New component tag helper – Prevent default actions for events in Read More
ASP.NET Core updates in .NET Core 3.1 Preview 1
.NET Core 3.1 Preview 1 is now available. This release is primarily focused on bug fixes, but it contains a few new features as well. Read more: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1-preview-1/
Restful API best practices for ASP.NET MVC Core
In this video we will discuss the best practices we need to use in Restful API development using ASP.NET MVC Core. We will discuss why we should never expose our Read More