A Responsive Blogger Website, That Take my blog to the next level.

I am a Software Developer, Learning and experementing with .Net Technology and try to put my Learning altogether here.


We have all sections related to .Net Technology, like .Net-C#, Asp.Net, MVC, jQuery, AngularJs, Sharepoint. Find out more...


Following are the some of the Advantages of using this Web site :-

  • Get Update about latest in .Net world.
  • Collection of Useful, Frequently used .Net Solutions.
  • It’s beautiful on every screen size (try resizing your browser!)
by

Visual Studio 2015 : New Changes





1. No More ASP.NET Web Forms
ASP.NET Web Forms are not part of ASP.NET 5. You can still develop ASP.NET Web Forms in Visual Studio 2015 by targeting to ASP.NET 4.6 or lower version. This will not allow you to use any of the cool features of ASP.NET 5. All Web developers, it is time to explore more about ASP.NET MVC.
2. No More Visual BasicASP.NET 5 will not support VB.NET; those who are using VB time to change to C#
3. Integration of GruntJSGruntJS is a task runner that enables you to build front-end resources such as JavaScript and CSS files. This can be used for generating minified versions of JavaScript and CSS files
4. Unified MVC and Web API controllerIn MVC 6, both Web API controller and MVC controller will use the same Controller base class
5. AngularJS IntegrationGreat support for the popular client side framework, AngularJS. Visual Studio 2015 includes templates for creating AngularJS modules, controllers, directives and factories
6. New Unit Testing – xUnit.netASP.NET 5 uses xUnit.net as its unit test framework.

0 comments :