Last week I got a chance to attend Microsoft Tech Ed 2014 @ Ashok Lalith. Bangalore
Thought of putting up the new feature Microsoft has for Visual Studio 2013 which I got from Tech Ed
Asp.et MVC-Latest and Greatest so far on Visual Studio 2013
Thought of putting up the new feature Microsoft has for Visual Studio 2013 which I got from Tech Ed
Asp.et MVC-Latest and Greatest so far on Visual Studio 2013
- One ASP.NET in Visual Studio 2013 — A New Unified Project System for Web Developers.
- Working with multiple frameworks in a single project is made significantly easier, enabling developers to combine Web Forms, MVC, Web API and other project templates together using an enhanced new project dialog. Available from visual studio 2013 with Asp, net >5
- No need of SQL express.
- ASP.NET Scaffolding is a code generation framework for ASP.NET Web applications.
- http://www.asp.net/visual-studio/overview/2013/aspnet-scaffolding-overview
- ASP.NET Custom Scaffolding – Define your own Scaffolding templates and use with in your project.
- http://blogs.msdn.com/b/webdev/archive/2014/04/03/creating-a-custom-scaffolder-for-visual-studio.aspx
- Attribute Routing
- http://blogs.msdn.com/b/webdev/archive/2013/10/17/attribute-routing-in-asp-net-mvc-5.aspx
- [authorize] attribute — [authorize] attribute is not meant for authentication, now we have authentication filter to do authentication.
- http://www.dotnetcurry.com/showarticle.aspx?ID=957
- http://msdn.microsoft.com/en-us/library/system.web.mvc.authorizeattribute(v=vs.118).aspx
No comments:
Post a Comment