Posts by this author

Aug 7, 2024
11
13

Adding .NET Aspire to your existing .NET apps

.NET Aspire can really simplify local development for your existing apps, large or small. In this post, we'll look at how easy it is to make your current solutions better with just a few lines of code.

.NETASP.NET CoreCloud Native
Aug 30, 2021
0
2

Learn to build applications with F#

Want to learn how to write write succinct, robust, and performant code with F#? Here's everything you need to get started today!

.NET.NET CoreF#
Mar 4, 2021
0
0

Learn to build HTTP APIs with .NET

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
Feb 23, 2021
14
1

Generating HTTP API clients using Visual Studio Connected Services

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
Apr 13, 2017
1
0

Announcing SignalR 2.2.2 (Preview 1)

Today we are happy to announce the release of SignalR 2.2.2-preview1. SignalR 2.2.2 is a servicing release, including some highly requested updates and bug fixes. Here are the highlights of the release: * Support for Service Bus 3 (https://github.com/SignalR/SignalR/issues/3548) * NetStandard version of the client (https://github.com/SignalR/S...

ASP.NET