Showing results for ASP.NET Core - .NET Blog

Apr 26, 2019
Post comments count3
Post likes count0

Azure SignalR Service now supports ASP.NET!

Zhidi Shang
Zhidi Shang

Azure SignalR Service is a fully managed real-time messaging service, built on ASP.NET Core SignalR. ASP.NET Core SignalR has many features incompatible with ASP.NET SignalR, so existing ASP.NET SignalR Application doesn't work with SignalR Service. We added the ASP.NET support to SignalR Service SDK to enable this scenario. This blog also lists fe...

ASP.NETASP.NET CoreAzure
Apr 18, 2019
Post comments count23
Post likes count0

ASP.NET Core updates in .NET Core 3.0 Preview 4

Daniel Roth
Daniel Roth

.NET Core 3.0 Preview 4 is now available and it includes a bunch of new updates to ASP.NET Core. Find out what's new in this latest preview release.

ASP.NETASP.NET Core.NET Core
Apr 18, 2019
Post comments count77
Post likes count0

Blazor now in official preview!

Daniel Roth
Daniel Roth

With this newest Blazor release we're pleased to announce that Blazor is now in official preview! Blazor is no longer experimental and we are committing to ship it as a supported web UI framework including support for running client-side in the browser on WebAssembly. A little over a year ago we started the Blazor experimental project with the goa...

ASP.NETASP.NET CoreBlazor
Apr 18, 2019
Post comments count6
Post likes count0

Updated Razor support in Visual Studio Code, now with Blazor support

Daniel Roth
Daniel Roth

Today we are pleased to announce improved Razor tooling support in Visual Studio Code with the latest C# extension. This latest release includes improved Razor diagnostics and support for tag helpers and Blazor apps.

ASP.NETASP.NET Core.NET Core
Apr 15, 2019
Post comments count22
Post likes count0

.NET Core Workers in Azure Container Instances

Brady Gaster
Brady Gaster

In .NET Core 3.0 we are introducing a new type of application template called Worker Service. This template is intended to give you a starting point for writing long running services in .NET Core. In this walkthrough you'll learn how to use a Worker with Azure Container Registry anAzure Container Instances to get your Worker running as a microservi...

ASP.NETASP.NET Core.NET Core
Mar 29, 2019
Post comments count33
Post likes count0

.NET Core Workers as Windows Services

Glenn Condron [MSFT]
Glenn Condron [MSFT]

In .NET Core 3.0 we are introducing a new type of application template called Worker Service. This template is intended to give you a starting point for writing long running services in .NET Core. In this walkthrough we will create a worker and run it as a Windows Service. Create a worker Preview Note: In our preview releases the worker template ...

ASP.NETASP.NET Core.NET Core
Mar 7, 2019
Post comments count34
Post likes count0

Blazor 0.9.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.9.0 is now available! Try out the new support for forms & validation and the improved event handling.

ASP.NETASP.NET CoreBlazor
Mar 6, 2019
Post comments count30
Post likes count0

ASP.NET Core updates in .NET Core 3.0 Preview 3

Daniel Roth
Daniel Roth

Check out the new ASP.NET Core features now available with .NET Core 3.0 Preview 3. Improvements to Razor Components, new templates for gRPC and Worker Services, SPA authentication, SignalR improvements and much more!

ASP.NETASP.NET CoreBlazor
Feb 5, 2019
Post comments count8
Post likes count0

Blazor 0.8.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.8.0 is now available! This release updates Blazor to use Razor Components in .NET Core 3.0 and adds some critical bug fixes. Get started with Blazor 0.8.0 today - installation details included.

ASP.NETASP.NET CoreBlazor
Jan 29, 2019
Post comments count8
Post likes count0

ASP.NET Core updates in .NET Core 3.0 Preview 2

Daniel Roth
Daniel Roth

.NET Core 3.0 Preview 2 is now available and it includes the list of what's new in this preview. To get started with ASP.NET Core in .NET Core 3.0 Preview 2 install the .NET Core 3.0 Preview 2 SDK

ASP.NETASP.NET CoreBlazor