Showing tag results for asp.net

Apr 17, 2018
Post comments count0
Post likes count0

Blazor 0.2.0 release now available

Daniel Roth
Daniel Roth

Just a few weeks ago we announced the first preview release of an experimental web UI framework called Blazor. Blazor enables full-stack web development using C# and WebAssembly. So far thousands of web developers have taken on the challenge to try out Blazor and done some pretty remarkable things: The feedback and support from the communit...

ASP.NETASP.NET CoreBlazor
Aug 25, 2017
Post comments count0
Post likes count0

ASP.NET Core 2.0 Features

Glenn Condron [MSFT]
Glenn Condron [MSFT]

Last week we announced the release of ASP.NET Core 2.0 and described some top new features, including Razor Pages, new and updated templates, and Application Insights integration. In this blog post we are going to dig into more details of features in 2.0. This list is not exhaustive or in any particular order, but highlights a number of interesting...

ASP.NETASP.NET Core
Aug 7, 2017
Post comments count5
Post likes count0

Welcome to the .NET Framework 4.7.1 Early Access!

Preeti Krishna - MSFT
Preeti Krishna - MSFT

Last Updated: 9/28/2017 Today, we are happy to share the .NET Framework 4.7.1 Early Access build with the Developer Pack. The .NET Framework 4.7.1 Developer Pack lets developers build applications that target the .NET Framework 4.7.1 by using Visual Studio 2017, Visual Studio 2015 or other IDEs. This is a single package that bundles the .NET Frame...

.NET
Dec 13, 2016
Post comments count0
Post likes count0

December 2016 Update for .NET Core 1.0

KendraHavens
KendraHavens

Today, we are releasing a new set of reliability and quality updates for .NET Core 1.0. This month's update is our second Long Term Support (LTS) update and includes updated versions of multiple packages in .NET Core, ASP.NET Core and Entity Framework Core. We recommend everyone on the 1.0.* LTS track move to this update immediately. How to Obtain ...

.NET
Oct 25, 2016
Post comments count0
Post likes count0

The week in .NET – .NET, ASP.NET, EF Core 1.1 Preview 1 – On .NET on EF Core 1.1 – Changelog – FluentValidation – Reverse: Time Collapse

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – Bond – The Gallery. Preview 1 of .NET Core 1.1, ASP.NET Core 1.1, and EF Core 1.1 announced Preview 1 versions of .NET Core 1.1, ASP.NET Core 1.1, and Entity Framework Core 1.1 were released today. Check out the blog posts to discover the new features! On .NET Last week, Rowan Mil...

.NET
Sep 29, 2016
Post comments count0
Post likes count0

Introducing the ASP.Net Async SessionState Module

Matt FJH
Matt FJH

SessionStateModule is ASP.NET's default session-state handler which retrieves session data and writes it to the session-state store. It already operates asynchronously when acquiring the request state, but it doesn’t support async read/write to the session-state store. In the .NET Framework 4.6.2 release, we introduced a new interface named ISessio...

ASP.NET
Sep 21, 2016
Post comments count0
Post likes count0

Reusing Configuration Files in ASP.NET Core

Connie Yau
Connie Yau

Introduction The release of ASP.NET Core 1.0 has enticed existing ASP.NET customers to migrate their projects to this new platform. While working with a customer to move their assets to ASP.NET Core, we encountered an obstacle. Our customer had a many configuration files () they used regularly. They had hundreds of configuration files that would t...

.NET
Sep 20, 2016
Post comments count0
Post likes count0

Announcing the DotNetCompilerPlatform 1.0.2 release

Matt FJH
Matt FJH

Update Microsoft.CodeDom.Providers.DotNetCompilerPlatform is now open sourced on GitHub. If you have any suggestion or issue, please go to this link and post your thought there.   Today I'm pleased to announce that the Microsoft.CodeDom.Providers.DotNetCompilerPlatform 1.0.2 package is released on NuGet. It enables ASP.NET to support the ne...

ASP.NET
Sep 19, 2016
Post comments count1
Post likes count0

Custom ASP.NET Core Middleware Example

Mike Rousos
Mike Rousos

One of the great things about ASP.NET Core is its extensibility. The behavior of an ASP.NET Core app's HTTP request handling pipeline can be easily customized by specifying different middleware components. This allows developers to plug in request handlers like MVC middleware, static file providers, authentication, error pages, or even their own cu...

.NET
May 2, 2016
Post comments count0
Post likes count0

Building accessible websites just got a lot easier

Mads Kristensen
Mads Kristensen

When building websites it is important that it is accessible for everyone that needs to use it. Implementing web accessibility features greatly helps to achieve that. Here’s what the W3C has to say about that: Web accessibility means that people with disabilities can use the Web. More specifically, Web accessibility means that people with disabilit...

ASP.NET