Imagine you have created an MVC project and you are all set to create a session object because you want to save your current user email. But after few minutes you will realize that Session object is not working as it was before. Oh! Why is it so? It is because .Net team has created … Continue reading Implement Sessions in Asp .Net 5(vNext) and MVC 6
MVC 6.0.0-beta7 is released
Yes, You heard it right. .Net team has released beta7 of MVC 6 before 2 days and now it is available in Nuget as well you can directly download it. It contains some new features as well as some bug fixes for previous versions. What are some features from beta-7? 1. Client side validation of … Continue reading MVC 6.0.0-beta7 is released
Hello World with MVC 6
In this post we will see how to write your first application using MVC 6 and Visual studio 2015. We will go step by step. First of all let us add simple MVC 6 project. For that Open your Visual Studio 2015 and Create new project as shown below: and then select empty Asp.Net 5 … Continue reading Hello World with MVC 6
New JSON parser in vNext : No Comments (Yet!)
Few days ago .Net team has announced about new JSON parser in Microsoft.Framework.Runtime which removed the dependancy on Newtonsoft.Json Why did they removed dependency on Newtonsoft.Json? Because Using Newtonsoft.Json in the run time prevents customers from choosing a specific version of Newtonsoft.Json in their applications. This change will allow customers to use any version of Newtonsoft.Json in their … Continue reading New JSON parser in vNext : No Comments (Yet!)
Remove Extra View Engines : Thanks to @Glimpse
Note: Some developers may knew this already but if you do not then read it because it will be used to increase your performance. First of all what is View Engine? The view engine is responsible for creating HTML from your views. Views are usually some kind of mixup of HTML and a programming language. … Continue reading Remove Extra View Engines : Thanks to @Glimpse
@inject : New directive of MVC
Few days ago there was a long discussion going on in .Net MVC team between [Activate] and @inject. But recently they have announced that they are getting loud and clear positive feedback for @inject Ok, so first of all what is inject for? You might have seen this before whether in Java or in spring. Now … Continue reading @inject : New directive of MVC
Get source code via dnu sources : A New born MVC command
Today while surfing i got to know interesting very new born command by MVC which is called dnu sources. Suppose you are extra enthusiastic person and who is willing to get code of particular package of MVC then .Net team is making it easier for you. Now very first question that appears in mind is: … Continue reading Get source code via dnu sources : A New born MVC command
NTVS for Node.js : Use Visual Studio as Node.js IDE
Yes, Now you can convert your Visual Studio to Node.js IDE thanks to NTVS 1.0! First of all let us see what is Node.js? Node.js is an open source, cross-platform runtime environment for server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime on OS X, Microsoft … Continue reading NTVS for Node.js : Use Visual Studio as Node.js IDE
C# 6.0 : Something new on it’s way
As we know C# 6.0 is about to come with Visual Studio 2015, Let us see some of the awesomeness which will be gifted to us with C# 6.0 First of all Let us start with the part which a developer always gets, even after taking lots of care, is Exceptions!! 1) Conditional Catch Blocks … Continue reading C# 6.0 : Something new on it’s way
NodaTime : A Nuget Package for Date and Time
It has been a while since i wrote last post but i am back with one more Nuget package which is NodaTime. Many of you have always worked with Date time or time zone in your current project or in past and if you try to recall you might have faced some problems because while … Continue reading NodaTime : A Nuget Package for Date and Time






