Posts by this author

Aug 7, 2024
Post comments count11
Post likes count13

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
Apr 10, 2023
Post comments count7
Post likes count5

Learn how to modernize your .NET apps from the pros!

We've got some great new resources to help you modernize your .NET apps, from intro videos and hands on modules to deep dive walkthroughs.

.NETASP.NETASP.NET Core
Aug 8, 2022
Post comments count15
Post likes count14

Announcing the .NET MAUI Beautiful UI Challenge

.NET MAUI community challenge featuring Snppts and Good Looking UI community run repos! Simply submit to be eligible for swag!

.NET MAUI.NET
Aug 30, 2021
Post comments count0
Post likes count2

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

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

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

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