Showing results for ASP.NET Core - .NET Blog

Feb 28, 2023
Post comments count1
Post likes count1

Join us for Hack Together: Microsoft Graph and .NET

Waldek Mastykarz
Waldek Mastykarz

Join us for Hack Together, our virtual hackathon to learn how to build powerful apps with Microsoft Graph and .NET and win exciting prizes.

.NETASP.NET CoreC#
Nov 8, 2022
Post comments count6
Post likes count3

What’s new in Orleans 7.0

Brady Gaster
Brady Gaster

What's new in Orleans 7.0

.NETASP.NETASP.NET Core
Nov 1, 2022
Post comments count2
Post likes count12

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
Post comments count1
Post likes count7

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
Post comments count5
Post likes count0

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
Post comments count14
Post likes count0

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
Post comments count6
Post likes count0

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
Post comments count32
Post likes count1

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