Since Visual Studio 2005 , Visual Studio comes with a development web server: the ASP.NET Development Server . I’ve been using this web server for simple test projects since than with Visual Studio 2005 and Visual Studio 2008 in Windows XP Professional...
Filed under: ASP.NET, Web, VisualStudio, Windows, WindowsVista, VisualStudio2008, Windows7, VisualStudio2010, TipsAndTricks, VisualStudio2005, CodeProject
Using Visual Studio macros to change the current project as the startup project and start it.
...
Visual Studio uses Publicize to create accessors public for private members and types of a type. But when you try to set elements of a private array of elements of a private type, things get complicated. Imagine this hypothetic class to test: public static...
Filed under: .NET, C#, Microsoft, MSDN, VisualStudio, Testing, LINQ, VisualStudio2008, VisualStudio2010, TipsAndTricks, .NET2.0, .NET3.5, .NET4.0