asp.net 8 June 2022 ASP.NET Community Standup - ASP.NET Core Architecture - Part 5 Join David Fowler and Damian Edwards for the fifth installment of this very popular ASP.NET Core Architecture series. Part 1: https://www.youtube.com/
dotnetmaui 4 June 2022 Let's Learn .NET - .NET MAUI (cross-platform apps in C#) In this month’s .NET beginner series, get a full introduction to build native, cross-platform desktop and mobile apps with .NET! Come to learn something
dotnet 9 March 2022 ASP.NET Community Standup - Native client apps with Blazor Hybrid Join this Blazor Community Standup to learn more about using Blazor Hybrid to create cross-platform native client apps for Windows, iOS, Android & Mac! Community
.NET 10 January 2022 Announcing .NET 6 — The Fastest .NET Yet Richard November 8th, 2021 Welcome to .NET 6. Today’s release is the result of just over a year’s worth of effort by the
Featured dotnet 10 January 2022 Announcing .NET MAUI Preview 11 David January 5th, 2022 Today we are pleased to share .NET Multi-platform App UI (MAUI) Preview 11. In this release we have added the first
dotnet 15 December 2020 What's new in .NET 5 .NET 5.0 is the next major release of .NET Core following 3.1. We named this new release .NET 5.0 instead of .NET
learn 15 December 2020 How to make Web API with ASP.NET Core 3.0 and MongoDB This tutorial creates a web API that performs Create, Read, Update, and Delete (CRUD) operations on a MongoDB NoSQL database. In this tutorial, you learn
Featured authentication server 15 December 2020 IdentityServer4: The Big Picture Most modern applications look more or less like this: The most common interactions are: Browsers communicate with web applicationsWeb applications communicate with web APIs (sometimes