Recursive Retrieval of Directory Structure in C#
This code snippet will retrive/enlists all files and folders in Directory and sub directories in Recursive traversal. See the Code Snippet below. using System; using System.IO; namespace ConsoleAppDemo { class…
How to become a Microsoft MVP – Most Valuable Professional?
I think lots of people in Information technology field are not aware of Microsoft MVP, most of them believes it’s just another Microsoft Certification, so people started asking how to…
SQL Tip: Replicating Structure of a Table to a new table (Where 1=2)
As SQL Developers we will have a requirement like we might need to create a temporary table, which would replicate the exact structure of a table, through SQL Queries. For…
ScottGu’s May 20th Links: ASP.NET MVC, ASP.NET, .NET 4, VS 2010, Silverlight
Scott Guthrie has shared some nice resources or links on ASP.NET MVC, ASP.NET, .NET 4, VS 2010, Silverlight. I think every one should have a look on these.. For those…
Office 2010 KMS Host License Pack
From Office 2010 version, all copies of Office 2010 installed has to be activated, regardless of whether it’s purchased through retail, OEM or volume licensing channels. Previously, volume licensing (VL)…
Why Blame Windows Vista
While reading different articles on the net i used to see frequently that, there were articles blaming Windows Vista. Microsoft Chairman mostly talking blaming vista, it’s not right talking badly…