Skip to main content

Posts

Showing posts from April, 2015

Visual Studio Keyboard Shortcuts To Increase Productivity

In this article i am going to explain about How to increase your productivity by using the keyboard shortcuts for Visual Studio. In my previous article i have explained about How To get data from WEB API , How To Create Your First WEB API Project , Check Container Exists In Azure Blob , Convert Datatable To Json Data Array , How To Show Tooltip On Mouse Hover In Gridview , Script To Drop Multiple Tables,Procedures At Once , and many articles in C#.Net , ASP.Net , VB.Net , Grid View , Javascript , jQuery , SQL Server and many other topics. To become a productive developer you should use mouse as few as possible. It is possible only if you know the equivalant keyboard shortcuts. Because mouse clicking is one type of distraction that will kill the time of the developers. But don't try to memorize all the shortcuts. Instead whenever you need to use mouse then just do some research to find any keyboard shortcut is available for that. Here is the list of some visual studio sho...

How to get/fetch data from ASP.Net WebAPI or how to query ASP.Net WebAPI.

In this article i am going to explain about How to get/fetch data from the WebAPI or how to query WebAPI. In my previous article i have explained about How To Create Your First WEB API Project In ASP.Net MVC , Check Container Exists In Azure Blob Storage In C#.Net , Convert Dataset Datatable To Json Data Array In Asp.Net C#.Net & VB.Net Or How To Use JavaScriptSerializer To Convert Datatable To Json Data Array , How To Show Tooltip On Mouse Hover In Gridview In Using JQuery In ASP.Net C#.Net & VB.Net , SQL Script To Drop Multiple Tables,Procedures At Once , SQL Script To Drop Multiple Tables,Procedures At Once , Convert Dataset Datatable To Json Data Array , SQL Script To Drop Multiple Tables,Procedures At Once In Sql Server , and many articles in C#.Net , ASP.Net , VB.Net , Grid View , Javascript , jQuery , SQL Server and many other topics. Before proceeding to explain about how to get data from web api should know how to create the web api project . Read this article a...

How to create your first WEB API Project in ASP.Net MVC

In this tutorial i am going to explain about how to create Web API Project in asp.net