asp.net visual studio 2013

Post on 27-Dec-2014

267 Views

Category:

Software

4 Downloads

Preview:

Click to see full reader

DESCRIPTION

ASP.NET - Visual Studio 2013 Pro. New features.

TRANSCRIPT

Visual Studio 2013 ProNew Features

One Asp.Net

● Use Webforms, mvc, web api, Classic ASP together.

● Better overall performance.

One ASP.NET

New Web Project Experience

Entity Framework 6-6.1 Updates

● Handling of Transaction Commit Failures● Async Query and Save ● Multiple Contexts per Database● Code First Mapping to Insert/Update/Delete

Stored Procedures

MVC 5 Updates

● Bootstrap ● Authentication filters● Filter overrides● Attribute routing● Support for scaffolding async controllers

uses the new async features from Entity Framework 6.

MVC, Webforms, Web API Scaffolding

Single Page Application

SignalR Support

● SignalR is a library for ASP.NET developers to add real-time web functionality to their applications

● Real-time web functionality is the ability to have server-side code push content to the connected clients as it happens, in real-time.

Easy JS Navigation

JavaScript navigation is now more easy and simple with Visual Studio 2013.

The new editor introduced the navigation bar within the JavaScript editor IDE.

This editor navigation bar is very common and well know for the developers as we had this with other editor IDE such as C#.

Reference count in cs files

Test Status Indicator (TDD)

Even though this feature looks very small, it is very handy in overall all productivity perspectives. It gives developers faster access to their Unit Tests. Once can simply click on the reference and run the tests

Browser link

Improved IntelliSense

● CSS Class ● AngularJS● KnockoutJS

Native Git Support (No 3rd Party Plugin)

● Native integration of git source code management

● Support for advanced git commands

Auto Brace Completion

● Automatic brace completion and type-through

● This makes typing faster and more convenient

top related