MyPage is a personalized page based on your interests.The page is customized to help you to find content that matters you the most.


I'm not curious

Microsoft Releases ASP.NET Core 1.1: the Fastest ASP.NET to Date

Published on 09 December 16
0
1
Estimated Read Time: 03 minutes
Microsoft has announced that ASP.NET core 1.1 is available on nuget.org as a stable release. This latest version includes heaps of great new features as well as many bug fixes and enhancements. Let us explore the new features of ASP.NET Core 1.1 that were designed in order to help ASP.NET development experts:
Microsoft Releases ASP.NET Core 1.1: the Fastest ASP.NET to Date - Image 1
  • The new release supports for developing with native Windows capabilities.

  • While using a host other than Windows Internet Information Server (IIS), the new version offers improved and cross-platform compatible site hosting capabilities.

  • Compatibility, portability and performance of middleware and other MVC features throughout the UI framework

  • Improved deployment and management experience of ASP.NET Core applications on Microsoft Azure, thus making it the best option for developing application for the cloud.

Please check out the release notes for additional details on the changes included in ASP.NET Core 1.1.

URL Rewriting Middleware

URL rewriting functionality is added to ASP.NET Core through a middleware component that can be configured using IIS standard XML formatted rules, Apache Mod_Rewrite syntax, or some simple C# methods coded into your application

Response Caching Middleware

Response Caching can now be activated in your application by adding the Microsoft.AspNetCore.ResponseCaching and the Microsoft.Extensions.Caching.Memory packages to your application. For a sample implementation, have a look at the demo in the ResponseCaching repository.

WebListener Server for Windows

WebListener – a server that runs directly on top of the Windows Http Server API can be beneficial for Dotnet Development Experts if they are interested to bundle an ASP.NET core microservice in a Windows container that takes advantage of these Windows features.

View Components as Tag Helpers

ASP.NET development experts can now invoke View Component from your views using Tag Helper syntax and get all the benefits of IntelliSense and Tag Helper tooling in Visual Studio.

Middleware as MVC filters

Middleware components can now be applied as global attributes. Moreover, you can now apply middleware as an MVC resource filter using the new Middleware Filter Attribute.

Cookie-based Temp Data provider

Temp data can now be stored in a cookie similar to MVC pre-Core.

View compilation

With the new release developers can compile the Razor views that their application references and deploy them with their application.

Azure App Service logging provider

This feature is highly recommended by Microsoft which is to be used while deploying an app to Azure App Service. Earlier it was very difficult to capture log files without a hosted service or third party provider.

To catch on this new release and find additional details about it go through the official site of Microsoft Developers’ Network. If you have an app development ideas then get in touch with ASP.Net Development Agency for professional and cost-effective solution.

Look for more expert information on Outsource ASP.NET Ontwikkeling, ASP.NET Specialist and Website Ontwikkeling Specialist from the renowned author.
This blog is listed under Development & Implementations Community

Related Posts:
Post a Comment

Please notify me the replies via email.

Important:
  • We hope the conversations that take place on MyTechLogy.com will be constructive and thought-provoking.
  • To ensure the quality of the discussion, our moderators may review/edit the comments for clarity and relevance.
  • Comments that are promotional, mean-spirited, or off-topic may be deleted per the moderators' judgment.
You may also be interested in
 
Awards & Accolades for MyTechLogy
Winner of
REDHERRING
Top 100 Asia
Finalist at SiTF Awards 2014 under the category Best Social & Community Product
Finalist at HR Vendor of the Year 2015 Awards under the category Best Learning Management System
Finalist at HR Vendor of the Year 2015 Awards under the category Best Talent Management Software
Hidden Image Url

Back to Top