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…
Cloud Distilled ~ Nithin Mohan
Everywhere, intelligence with cloud computing
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…
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…
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.…
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…
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…
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,…