Showing results for ASP.NET Core - .NET Blog

Nov 1, 2022
2
12

Performance improvements in ASP.NET Core 7

Brennan Conroy
Brennan Conroy

.NET 7 brings a great amount of performance improvements to ASP.NET Core developers. Find out what is new and how to take adavantage of the latest enhancements.

.NETASP.NETASP.NET Core
Sep 14, 2022
1
7

Microsoft Teams Assignments Service’s Journey to .NET 6

Kevin Halverson
Kevin Halverson

The Assignments and Grades features in Teams have seen exponential growth in usage as schools around the world have undergone a digital transformation. To better meet the needs of teachers and students, we have recently migrated our backend service to .NET 6.

Developer Stories.NETASP.NET Core
Apr 12, 2022
5
0

ASP.NET Core updates in .NET 7 Preview 3

Daniel Roth
Daniel Roth

.NET 7 Preview 3 is here and adds some great new features to ASP.NET Core including support for route handler filters in minimal APIs, improved unit testability for minimal route handlers, performance enhancements, and more.

ASP.NET Core.NETASP.NET
Mar 2, 2022
14
0

Sharing code between ASP.NET and ASP.NET Core

Ken Schlobohm
Ken Schlobohm

You can begin your journey to ASP.NET Core by migrating one page at a time and do it by reusing the code you already have today. This article shows how to share controllers, models, and views from the 10-year-old MVC Music Store with a new ASP.NET Core project.

ASP.NET Core.NETASP.NET
Jan 27, 2022
6
0

Performance improvements in ASP.NET Core 6

Brennan Conroy
Brennan Conroy

ASP.NET Core in .NET 6 brought several performance improvements. In this article I cover some top improvements and why now is a great time to upgrade to .NET 6.

ASP.NET Core.NETASP.NET
Feb 11, 2021
32
1

Open-source HTTP API packages and tools

Brady Gaster
Brady Gaster

This post covers a variety of things any .NET developer who plans on building HTTP APIs will want in their toolchain or dependency list. We'll show you some new and exciting frameworks coming up that are built atop ASP.NET Core web API and hopefully make the craft of building and testing HTTP APIs with .NET easier. There are so many opport

ASP.NETASP.NET Core
Feb 4, 2021
14
2

Creating Discoverable HTTP APIs with ASP.NET Core 5 Web API

Brady Gaster
Brady Gaster

This month, we'll be focusing on building HTTP APIs with .NET 5. We'll explore a myriad of different tools, technologies, and services that make your API development experience more delightful. Each week, we'll release a new post on this blog that goes into a separate area of building HTTP APIs with .NET, focusing mostly on using ASP.NET Core 5 Web...

ASP.NETASP.NET Core