Deepak Kamboj Blog

Microsoft Tech Ed 2011 India is back

Microsoft Tech Ed 2011 India is back

We have got an opportunity from Microsoft to meet industry top people and community members all over the India in this year 2011. Are you ready for the show? I do not want to...

Wishing you a Happy Lohri !!

Wishing you a Happy Lohri !!

  Tera kaun vichara..ho Dulla Bhatti walla..ho Dulle ne ti viahiyi..ho Saer Shakar payi..ho Kudi de boje payee..ho Shallu kaun samete..ho Chacha galee dese..ho Chache choori kutee..ho Zamindaran lutee..ho Zamindara sidaye..ho Gin-gin pole layee..ho...

SQL Server Tips – Best Practices for Indexing

SQL Server Tips – Best Practices for Indexing

Today we will focus on the best practices for SQL Server Indexing. These practices are known to us and is a recap which will assure optimal performance through indexes. 1) Guidelines on indexing decisions...

Happy Birthday to my daughter, DIYA

Happy Birthday to my daughter, DIYA

Today is August 16 and I am very happy; it’s my Daughter’s Birthday, celebration time!!! She turns 4 today. You are a special daughter who means so much to me. The day you were...

Asynchronous Data Access using Callback Model

Asynchronous Data Access using Callback Model

Ability to execute several tasks on different threads at the same time.Through Asynchronous call the main thread never blocked and another thread calls the method and gives the output to the main thread. The...

How to create asynchronous ASP.NET pages using C#

How to create asynchronous ASP.NET pages using C#

IIS combined with ASP.NET provides many technologies to improve performance and scalability.  IIS provides a pool of threads so that it can server many requests simultaneously.  The pool has a limited number of threads...

Daily Tip: Exception handling in JavaScript

Daily Tip: Exception handling in JavaScript

Exception handling is not much used while writing code in JavaScript. Lack of which leads to the error in one function and thereby the whole page stops functioning.  Techniques to handle exception are listed...