Search Results for: name
Visual Studio® 2010 Web Deployment Projects – RTW
Visual Studio 2010 Web Deployment Projects is an add-in to Visual Studio 2010 which provides compatibility with both Visual Studio…
SharePoint 2010 Reference: Software Development Kit
The Microsoft SharePoint 2010 Software Development Kit (SDK) includes documentation and code samples for Microsoft SharePoint Foundation 2010 and for…
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…
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…
Why we need ASP.NET MVC?
I have seen so many developers frequently asking why we need ASP.NET MVC, or MVC architecture itself? . Why microsoft…