“Add Web Reference” and “Add Service Reference” differences
I know when we moved from Visual Studio 2005 to Visual Studio 2008, so of you might have noticed we cannot see the “Add Web Reference” option on the right…
Removing Duplicate Records from SQL Server Table
In recent few interviews there was a scenario that interviewer asked me to remove duplicate records from SQL Server table. For example: There is a table with 3 columns (COL1,…
Static Constructors, Life time and Use
It’s a quick article. In a technial interview, panel has asked me about the static constructors and how and when static constructors will be called etc. He wrote a program to extract…
Inheriting two interface with same method signature in a Class (C#)
In my interview on a IT Services & Consulting Company, the interviewer has asked about the following situation of inheritence. At first i couldn’t recollect it. But after coming back…
Stack & Heap (Storage of Value Types and Reference Types)
As i have informed in my previous article, In an IT Services compnay interviewer has asked me about the Difference between value types and reference types in .NET. I have…
Reverse an Integer Value in C# (Used No Built in Functions)
Today i have attened an IT Services Company interview, where i was been asked to write the code for Reverse an Integer Value in C# with out using any Built…