Add existing folder into Visual Studio (The easy way)

5. March 2010
Ack! Have you ever selected your folder and said "Exclude from Project" and then if you wanted to add that folder back into your solution, you couldn't. Using "Add existing item" would show you the file dialog and when you select your folder it drills down into that folder. GRR!.     Well... [More]

TechArticle

ASP.NET Paths reference (Content Repost)

1. March 2010
<Taken from Rick Strahl's Web log> at: http://www.west-wind.com/weblog/posts/132081.aspx ASP.Net includes quite a plethora of properties to retrieve path information about the current request, control and application. There's a ton of information available about paths on the Request obje... [More]

ASP.NET

Useful properties (content repost)

1. March 2010
As a resource for myself I found this blog entry and wanted to retain the information as a reference list. Thanks to SheoNarayan for this post. Which you can find here: http://www.dotnetfunda.com/articles/article79.aspx   Reposting in case that site dies: System.Web.HttpRequest ... [More]

ASP.NET