Category: My Blog

  • Blog
  • Category: My Blog

Object Oriented Interview Question Part 1- Benefits Of Inheritance

Following are the benefits of the inheritance… Through inheritance we can eliminate the redundant code and extend the user of the existing classes. We can build program from the standard working modules that can communicate with the one another rather then having start writing code from beginning. It is possible to have multiple instances of

How to consume ASP.NET WebAPI from jQuery

Before some months Microsoft has launched WebAPI framework for building and consuming HTTP services. This WebAPI can be called from anything like from mobile sites to JavaScript anything. I thought it will be a good idea to call a WebAPI from jQuery. In this post I am going to explain how to consume ASP.NET WebAPI

Maximum for objects in sql server

Here are some maximum number of different objects in sql server. maximum number of character in table name-128 maximum number of character in column name-128 maximum number of table columns per select statement -4096 maximum number of table columns per table-1024 maximum number of foreign key reference per table-253 maximum number of column per index-16

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 blog at