Microsoft recently released the new version of Visual Studio 2013 and web tools. Here are the summary of the new features for the web developers in Visual Studio 2013.
- New release focuses on One ASP.NET, which steps toward to unifying the ASP.NET technologies so core features can and web tools work the same across the platforms (e.g. adding ASP.NET MVC controllers to a Web Forms application).
- Enhance Authentication and Identity feature.
- New version of ASP.NET, which includes ASP.NET MVC 5, Web API 2, Razor 3, Entity Framework 6 and SignalR 2.0
- New Browser link feature that lets you to connect multiple browsers to Visual Studio and refresh them all by clicking a button in the toolbar.
- New core features include new templates based on Bootstrap, a new scaffolding system.
- Awesome editor for web tools, including HTML5, CSS3, JavaScript, jQuery, AngularJS, Ember, LESS, CofeeScript etc.
- New Project Readme.html page.
- New and enhance Web publish features like easily automate Web.config file encryption, automate taking an application offline during deployment.
- Visual Studio 2013 released with a new NuGet 2.7 for package management.
Now I have tried to explain some of the awesome and incredible features those are introduced in Visual Studio 2013 release.
One ASP.NET
In all of the new features I love this most. Now you don't need to take burden on deciding which tolls will you use for the web application. You just decide that, you want to create a ASP.NET to build web site and services and you could use the appropriate tools as you needed them. This feature unifying the experience of using ASP.NET technologies and you can now mix them as you want.
One Technology: Multiple Experience |
The new web project experience allows you to create a new ASP.NET Web Project then you can select the project type you want, configure any combination of technologies (Web Forms, MVC, Web API), configure authentication options, and add a unit test project.
Authentication and Identity
Now the new Create Web Project dialog includes the feature to change the default Authentication options. when you create an ASP.NET Web Forms project you can select any of the following options:
- No Authentication
- Individual User Accounts (ASP.NET membership or social provider log in)
- Organisational Accounts (Active Directory in an internet application)
- Windows Authentication (Active Directory in an intranet application)
New Bootstrap based project template
Visual Studio 2013 introduced a new Bootstrap3 based project template that is a powerful front-end framework that supports responsive and nice UI.ASP.NET Scaffolding
ASP.NET Scaffolding makes easy to add boilerplate code to your project that interacts with a data model. In previous versions of Visual Studio, scaffolding was limited to ASP.NET MVC projects. With Visual Studio 2013, you can now use scaffolding for any ASP.NET project, including Web Forms. Visual Studio 2013 does not currently support generating pages for a Web Forms project, but you can still use scaffolding with Web Forms by adding MVC dependencies to the project.ASP.NET MVC 5
In Visual Studio 2013, ASP.NET MVC is now well integrate with One ASP.NET experience we have already discussed. There is no separate project type for ASP.NET MVC only. ASP.NET MVC supports the common features of ASP.NET like Bootstrap templates, Scaffolding, Authentication, Identity etc. ASP.NET MVC 5 also supports some incredible features.
No comments:
Post a Comment