With Node.js and express creating a Rest API is a piece of cake. In this blog post, we are going to see how we can create a rest API with Node.js, Express, and MySQL as a database.
Creating Database with MySQL:
So let’s first with creating Database for our APIs. So todo that we need to create a new...
Sunday, December 3, 2017
Saturday, November 25, 2017
Video: How to use IIS Express with Visual Studio Code
Visual Studio Code is a Great Editor by Microsoft being Developed Open Source on Github and It is gaining lots of popularity and lots of Developers are using for creating applications in various languages. Their lots of features that are there for Developers and Still lots of features is not been explored or lots of useful extensions are not being explored. So I am creating few videos for explaining...
Sunday, July 9, 2017
Microsoft MVP for the 6th time! Thank you, Microsoft

First all, Sorry for the late post. I am very happy and proud to announce that I have been awarded Microsoft Most Valuable Professional for the 6th time in “Visual Studio and Development" Category.
On this occasion, I would to Thank Microsoft for again such a wonderful gesture. I would also like...
Video: How to debug Node.js Application with Visual Studio Code
Visual Studio code is a Great Editor and I like it very much. It support’s a lot of cool features our of box. Node.js Application debugging is one of them. It provides great debugging with node.js just like Visual Studio. I have created a small video demonstrating the same. Please have a look.
...
Wednesday, June 21, 2017
Video: Visual Studio 2017 Features
Visual Studio 2017 got lots of new features and so that I’ve created a new video for demonstrating all the features of video. Please have a look at that video at below.
Let me know what kind of video you want to watch more!. Stay tuned for mor...
Saturday, June 17, 2017
Code Navigation features in Visual Studio Code
Visual Studio Code is an open source, free, Cross-platform editor and I have been using it now more than the year. I just simply loved this editor. It’s a got lot of feature and there are some cool navigation features there. In this blog post, we are going to explore those navigation features.
Quick...
Saturday, May 13, 2017
My blog awarded top 60 Dot Net Blogs on Web from FeedSpot
It’s been a great year for me overall. It was a roller coaster ride for me. Recently I got an email from Anuj Founder of FeedSpot that My blog has been awarded as Top 60 DotNet Blog from FeedSpot.
You can find complete list of Top 60 blog at following link.
http://blog.feedspot.com/dotnet_blogs/
My...
Thursday, April 27, 2017
Global Azure Bootcamp 2017 by Ahmedabad User Group, Ahmedabad–A great event

The last Sunday on 22nd April 2017, We had great event 5th Annual Global Azure Bootcamp.
What is Global Azure Bootcamp:
If you have not heard about Global Azure Boot. It is the great event for learning and understanding Microsoft Cloud Platform Azure. There were more than 250 locations in the world...
Sunday, April 2, 2017
Explicit loading in Entity Framework Core
In this blog post, We are going to learn about Entity Framework feature. Explicit loading means that related data is explicitly loaded from the database at a later time. As you might know, that lazy loading is still not possible with Entity Framework core but there is a way to explicit load related...
How to integrate HangFire with ASP.NET Core 1.1
Hangfire is one of the easiest ways to perform background processing in.NET and.NET Core Applications. In this application we are going to learn how we are can integrate Hangfire with ASP.NET Core application.
About Hangfire:
Hangfire allows you to create background task in.NET applications. It’s...
Wednesday, March 29, 2017
New Features–Out Variables in C# 7.0
Prior to C# 7.0, For out keyword, we need to define that variable earlier and then we were able to pass that variable as out reference arguments. But now with C# 7.0, You don’t need to declare the variable but you can use the variable which you have used in arguments.
Following is a code showing...
Visual Studio 2017 New Features Series
Visual Studio 2017 is recently launched by Microsoft and it is one of great IDE I have ever seen. It contains lots of features and this blog post contains the link to all features post that I have written for Visual Studio 2017.
A new start page for Visual Studio 2017
Code Navigation features in Visual Studio 2017
...
Code Navigation features in Visual Studio 2017
This blog post is a part of Visual Studio 2017 New feature Series
TL;DR:
With Visual Studio 2017 there are lots of new Code Navigation features introduced. We are going to look all the options available in Visual Studio 2017.
Navigation your code with Visual studio 2017:
Visual Studio 2017 have...