Before some time, I have published a blog post for using Github with Visual studio team explorer. So with reference to this blog post, one of the users email me that how we can publish the existing applications to Github? So I thought it would be a great idea to write a blog post about it. So...
Monday, June 27, 2016
Tuesday, June 21, 2016
Peek Definition every where in Visual Studio 2015
Visual studio 2015 is great IDE and I love more and more whenever I explore some new features of Visual Studio 2015. In this blog post, We are going to learn about Peek Definition which was available from Visual Studio 2015.It is a great feature with this you can view code without moving to file where...
Monday, June 20, 2016
Simplified Rename feature in Visual Studio 2015
Visual studio 2015 is a great IDE and I love all the latest features provided in this edition. I have always been a fan of refactoring features and with Visual Studio 2015 they are now more streamlined. In this blog post , we are going to learn about rename refactoring features. So Let’s get started.
We...
Sunday, June 19, 2016
Execute in interactive with visual studio 2015 update 2
There are lots many times we need to play with C# Code and at that time, C# interactive window might come handy. Those who don’t know what is C# interactive windows, This is a REPL that allows you to execute the C# code in the separate window. You can enable that window via Views-> Other...
Saturday, June 18, 2016
How to use migration with Entity Framework Core
Entity framework core is the lightweight, extensible and cross-platform version of Entity Framework. Before some time, Microsoft has Released a new version of Entity Framework RC2. I have written a couple of blog post about Entity framework code first migration earlier for Entity framework...
Tuesday, June 14, 2016
How to create Rest API(Web API) with ASP.NET Core 1.0
Recently Microsoft has released ASP.NET Core 1.0 RC2, I am getting lots of request from readers that about creating Web API. So I thought it will be a good idea to write a blog post about how to create Rest API(Web API) with ASP.NET Core 1.0.
So let’s get started via creating an ASP.NET Core 1.0 Web...
Monday, June 13, 2016
Solution: gulp is not recognized as internal or external command- Visual Studio
Recently, After Upgrading to the newer version of Gulp, I was getting this error. After doing lots of finding online and in my system I was able to figure out that Modules like Gulp does not installed to the path. So when you try to run it from the command line it was showing below error.
gulp...