ASP.NET 5 RC 1 was recently released, one of the changes made to startup.cs class was addition of static void main()
method, which you generally find in console application created using .NET. And I was wondering why “static void main in ASP.NET 5 startup.cs”?
Read More
How to run gulp tasks synchronously
As mentioned in my earlier post Gulp js interview questions, Gulp tasks are asynchronous. Which means that we are not sure about sequence of gulp tasks execution while chaining multiple tasks. And if you have used Grunt then it’s a tricky situation to handle for you as Grunt tasks are synchronous by design. So in this post, find how to run gulp tasks synchronously.
Read More
What is Visual Studio Code and is it different from Visual studio 2015?
First, don’t get confused by name “Visual Studio Code”. Initially when I heard this name “VS Code”, my instant reaction was “it may be a plug-in and it has some connection with Visual Studio 2015. But I was wrong”. Visual studio code is a separate product from Microsoft and it is completely different from Visual studio 2015.
Read More
Gulp js interview questions for beginners
Gulp is gaining popularity and it has become part of every web application these days. In this post, find list of latest and updated gulp js interview questions and their answers for freshers as well as experienced users. These interview questions will help you to prepare for the interviews, for quick revision and provide strength to your technical skills.
Read More
How to fix “dnx runtime package needs to be installed”
While working with ASP.NET 5 application using Visual Studio 2015, you may encounter an error “dnx runtime package needs to be installed”. And you might be scratching your head after successful installation of Visual studio and .NET framework, what else it needs. And re-installing Visual studio won’t help either. Let’s dive in for the fix.
Read More
Grunt js interview questions for beginners
Grunt is gaining popularity and it has become part of every web application these days. In this post, find list of latest and updated grunt js interview questions and their answers for freshers as well as experienced users. These interview questions will help you to prepare for the interviews, for quick revision and provide strength to your technical skills.
Read More