asp.net visual studio 2013

16
Visual Studio 2013 Pro New Features

Upload: tyrone-moodley

Post on 27-Dec-2014

267 views

Category:

Software


4 download

DESCRIPTION

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

TRANSCRIPT

Page 1: Asp.net   visual studio 2013

Visual Studio 2013 ProNew Features

Page 2: Asp.net   visual studio 2013

One Asp.Net

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

● Better overall performance.

Page 3: Asp.net   visual studio 2013

One ASP.NET

Page 4: Asp.net   visual studio 2013

New Web Project Experience

Page 5: Asp.net   visual studio 2013

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

Page 6: Asp.net   visual studio 2013

MVC 5 Updates

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

uses the new async features from Entity Framework 6.

Page 7: Asp.net   visual studio 2013

MVC, Webforms, Web API Scaffolding

Page 8: Asp.net   visual studio 2013

Single Page Application

Page 9: Asp.net   visual studio 2013

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.

Page 10: Asp.net   visual studio 2013

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#.

Page 11: Asp.net   visual studio 2013

Reference count in cs files

Page 12: Asp.net   visual studio 2013

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

Page 13: Asp.net   visual studio 2013

Browser link

Page 14: Asp.net   visual studio 2013

Improved IntelliSense

● CSS Class ● AngularJS● KnockoutJS

Page 15: Asp.net   visual studio 2013

Native Git Support (No 3rd Party Plugin)

● Native integration of git source code management

● Support for advanced git commands

Page 16: Asp.net   visual studio 2013

Auto Brace Completion

● Automatic brace completion and type-through

● This makes typing faster and more convenient