Blog

HOW TO FACE AND PREPARE FOR INTERVIEWS – MUST FOR ALL

Today Every body has to face interview to get jobs. Lots of people are preparing for it. But Still there are some points that every candidate has to take care of it. I have found a great article for an interview. Which covers all the topics from right from beginning to written and aptitude test,technical

Azure Frequently Ask Questions: How to create a storage account with new portal

After presenting About Azure Storage Services at Global Windows Azure boot camp at Ahmedabad. I got lot of feedback and questions. One of the frequently asked question was how we can create a storage account with new Azure portal Preview. So I thought it would be a great idea to write a walk through post

.NET Framework Source Code Available

Have you ever think that you can view the source code available for .net framework. If you have dream of it, this is the time to come it true. Microsoft has just released the source code to debug.I have found a great post that how to debug the cod the .net framework.Here is the link

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