ZeroSleep

Brian Claridge / .NET Slacker / MCSD for .NET

December 2005 - Posts

Favorite VS 2005 features this week...
Right Click On Solution -> Add New "Solution Folder"
 
Finally, a way to categorize/organize my different project types in big solutions.
 
/WebDeployments
/WebProjects
/ClassLibraries
/SqlProjects

Robust way to deploy debug/release builds of web-apps:
http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx 
 
Thank you Microsoft!
Posted: Dec 07 2005, 02:36 PM by zerosleep | with 1 comment(s)
Filed under:
Editing .skin files...
Note to self.

If anyone is going to use .skin files to theme .Net 2.0 apps, I suggest making the following tweak to Visual Studio:

Tools > Options > Text Editor > File Extension

Add "skin" w/ "User Control Editor, Apply

Close all open skin files and re-open them. Voila, auto-complete now works.
Posted: Dec 06 2005, 03:34 PM by zerosleep | with 13 comment(s)
Filed under:
More Posts