Showing category results for ASP.NET

Mar 11, 2021
Post comments count25
Post likes count0

ASP.NET Core updates in .NET 6 Preview 2

Daniel Roth

.NET 6 Preview 2 is now available! Check out all the improvements in ASP.NET Core in this update.

ASP.NETASP.NET CoreBlazor
Mar 11, 2021
Post comments count0
Post likes count0

Announcing Entity Framework Core 6.0 Preview 2

Jeremy Likness

Announcing the release of EF Core 6.0 Preview 2, the second preview of the new Entity Framework Core.

.NETASP.NET.NET Core
Mar 4, 2021
Post comments count0
Post likes count0

Learn to build HTTP APIs with .NET

Jon Galloway

ASP.NET makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. Whether you're new to .NET or an old pro, we've got a lot of fresh videos, tutorial, and documentation to help you learn how to build great HTTP APIs.

ASP.NET.NET
Mar 2, 2021
Post comments count7
Post likes count0

IntelliSense for appsettings.json

James Newton-King

Visual Studio and Visual Studio Code now support IntelliSense for `appsettings.json`. IntelliSense allows you to quickly edit your app's configuration and get immediate feedback on available properties or typos.

ASP.NETASP.NET CoreVisual Studio
Feb 24, 2021
Post comments count1
Post likes count0

App Building with Azure API Management, Functions, Power Apps, and Logic Apps

Brady Gaster

This month's series on building and integrating your HTTP APIs using Web API and lots of other goodies together comes to a close with this post, which will show you some exciting ways your Web API projects and Azure Functions can be integrated in new and exciting ways when you describe them with OpenAPI. In case you haven't seen the previous posts ...

ASP.NET
Feb 23, 2021
Post comments count14
Post likes count1

Generating HTTP API clients using Visual Studio Connected Services

Jon Galloway

We’re continuing our series on building HTTP APIs with .NET 5. In this post, the third in the series, we’ll talk about how Visual Studio Connected Services gives you a convenient way of generating .NET clients for your HTTP APIs so your .NET apps can use the APIs via the Internet.

ASP.NET.NET CoreVisual Studio
Feb 17, 2021
Post comments count15
Post likes count0

ASP.NET Core updates in .NET 6 Preview 1

Sourabh Shirhatti [MSFT]

.NET 6 Preview 1 is now available and ready for evaluation. This is the first preview of .NET 6, the next major update to the .NET platform. .NET 6 is expected to ship in November of this year, and will be a Long Term Support (LTS) release. If you're on Windows using Visual Studio, we recommend installing the latest preview of Visual Studio 2019 1...

ASP.NET
Feb 11, 2021
Post comments count32
Post likes count1

Open-source HTTP API packages and tools

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

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

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