SQL Query for ‘n’ th highest salary of employee table
IGate Recruitment, in written test has asked about to write an sql query for finding ‘n’ th highest salary from empolyee table. Here is a quick solution Query for Creating…
Abstract vs Interface (C#): A Simple Tabular Index
I found that lots of people our there are confused between abstract and interface, including me :-). So i formulated this simple table which list most of the differences between…
How to Fix Startup Times in Windows 7
Sandro Villinger wrote an excellent article on speeding up boot-times, most of these articles do not go further than msconfig.exe, this article does. Windows 7 is a fast beast, especially…
Back-2-Basics : Largest and Second Largest in an Array(C#)
It’s a basics code, just sharing it since since will be useful for some body, who is in needy. I am just refresing my OOPS and Basic knowledge, just experimenting.…
A Tricky Interview Qn – VB.NET DLL & C# Application Interoperability
Recently I have been asked about a question in 2 interviews. There is a VB.NET Library which has a class having the following methods Public Class Class1 Public Sub SUM(ByVal…
“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…