Author: admin

  • Blog
  • Author: admin

Video: .NET Core command line interface

Just recently created a new video for .NET Command Line interface. Please have a look at it. And Please subscribe to my YouTube channel at following place. There are lots more coming. https://www.youtube.com/channel/UC5n1O3KCfG3ip3O3pvonCNw?view_as=subscriber

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

Search Engine Keywords for finding Offshore Developement Companies in India.

Following are some Search Engine Keyword through which you can find best Indian Offshore and Outsourcing companies.Offshore Software Development Company India,Outsourcing Software Development,Offshore Application Development India,Outsourcing Application Development India,Application Software Development Outsourcing,Software Development Outsourcing Company India,Offshore Outsourcing Software Development Company India,software development company, software application development India, outsourcing application development,offshore development center,software development outsourcing,game development,software

How to find space used by table in SQL Server

Recently there was requirement for a client where we need to find space occupied/used  by particular table in SQL Server. I did some research a found a very cool way to get space used information from SQL Server. With SQL server 2005 and higher version you can use ‘sp_spaceused’ to find space used by table