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 when it comes to its startup process which was optimized dramatically compared to Windows Vista. No wonder, as Microsoft has a dedicated team focusing strictly […]
Read more โMonth: June 2010
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. Ha ha ha. Advice to guyz, don’t simply copy it, try to understand the logic and do it by yourself. PS: I have tested this […]
Read more โ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 Developer has compiled it and Add reference to it in a C# Console Application. How the developer can use all these methods in C# ? The Concept in question was C# […]
Read more โ“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 click context menu for the Project, while we are trying to add Web Reference. Some of them simply blame with out idea, like What microsoft […]
Read more โ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, COL2, COL3), having duplicate data stored like below screen shot of the table. If you can carefully look at the records you can find that […]
Read more โ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 more idea from me through. I recreated the program to explain about it. Before going further I will fill in details about STATIC constructors. A static […]
Read more โ