Showing results for asp.net - .NET Blog

Nov 25, 2020
Post comments count8
Post likes count0

Announcing Microsoft Q&A for .NET

James Montemagno
James Montemagno

Introducing the brand new Microsoft Q&A for .NET, your one stop for getting your techinical questions answered by experts from Microsoft and the .NET community.

.NET.NET CoreC#
Sep 8, 2020
Post comments count6
Post likes count0

Free e-book: Blazor for ASP.NET Web Forms Developers

Nish Anil
Nish Anil

Announcing the release of our new e-book: Blazor for ASP.NET Web Forms developers. This book caters specifically to ASP.NET Web Forms developers looking for guidelines and strategies for migrating their existing apps to a modern, open-source, and cross-platform web framework.

ASP.NETBlazor
Jun 11, 2020
Post comments count26
Post likes count0

Introducing “Web Live Preview”

Tim Heuer
Tim Heuer

If you work on any type of app that has a user interface (UI) you probably have experienced that inner-loop development cycle of making a change, compile and run the app, see the change wasn’t what you wanted, stop debugging, then re-run the cycle again. Depending on the frameworks or technology you use, there are options to improve this experience...

ASP.NETVisual Studio
Oct 15, 2019
Post comments count37
Post likes count0

ASP.NET Core updates in .NET Core 3.1 Preview 1

Daniel Roth
Daniel Roth

.NET Core 3.1 Preview 1 is now available! Check out what's new in ASP.NET Core in this release.

ASP.NETASP.NET Core.NET Core
Aug 27, 2019
Post comments count2
Post likes count0

Redesigning Configuration Refresh for Azure App Configuration

Abhilash Arora
Abhilash Arora

Overview Since its inception, the .NET Core configuration provider for Azure App Configuration has provided the capability to monitor changes and sync them to the configuration within a running application. We recently redesigned this functionality to allow for on-demand refresh of the configuration. The new design paves the way for smarter applic...

ASP.NETASP.NET Core.NET Core
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
Nov 15, 2018
Post comments count0
Post likes count0

Blazor 0.7.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.7.0 is now available! This release focuses on enabling component coordination across ancestor-descendent relationships. We've also added some improvements to the debugging experience. Here's what's new in the Blazor 0.7.0 release: A full list of the changes in this release can be found in the Blazor 0.7.0 release note...

ASP.NETASP.NET CoreBlazor
Oct 25, 2018
Post comments count0
Post likes count0

Announcing CosmosDB Table Async OutputCache Provider Release and ASP.NET Providers Connected Service Extension Update

Web Development Tools Microsoft
Web Development Tools Microsoft

Through the years, ASP.NET team have been releasing new ASP.NET SessionState and OutputCache providers to help developers make their web applications ready for the cloud environment. Today we are announcing a new OutputCache provider, Microsoft.AspNet.OutputCache.CosmosDBTableAsyncOutputCacheProvider,  to enable your applications store the OutputCa...

ASP.NET