An easy way to have Visual Studio Rebuild Solution is to reassign or assign the F6 key to the Build.Rebuild action. Open Visual Studio... Read more »
Visual Studio 2013 Rebuild All Shortcut
As an experienced leader with a software engineering background - I work with numerous technologies. My goal is to make it easier for those who are starting out, for those who are facing a challenge, or for whomever wants to save time and just get the job done. Follow me...
An easy way to have Visual Studio Rebuild Solution is to reassign or assign the F6 key to the Build.Rebuild action. Open Visual Studio... Read more »
RadioButtonList(For) is a custom extension of the Microsoft MVC Framework's HtmlHelper class which creates a postable model-based li... Read more »
CheckBoxList(For) is a custom extension of the Microsoft MVC Framework's HtmlHelper class which creates a postable model-based list ... Read more »
If you are working with your Web.config files and setting up build transformations - there is a little utility which is free and quite ... Read more »
In October of 2013 Scott Hanselman provided a cool video outlining some of the features of Page Inspector. It used to be easy to swi... Read more »
Ever get the message: One or more projects in the solution were not loaded correctly. Please see the Output Window for details. and in ... Read more »
Are you working with Visual Studio 2010 and have the following issue? When debugging if you open a .aspx or other file it is opened as ... Read more »
Check out these FREE and useful tools: Tool Company Compare Devart... Read more »
You can use the extremely easy-to-implement TinyMCE what-you-see-is-what-you-get editor with any HTML or ASP.NET web form or MVC. TinyMC... Read more »
If you are developing in Visual Studio you NEED these extensions. They will make what you do easier and faster. Web Essentials . Live W... Read more »
Currently Internet Explorer 10 and Visual Studio 2010 are not compatible when it comes to debugging. If you upgrade to IE 10 or an update i... Read more »
Trying to get your ClickOnce application to deploy with the proper files and settings can often take a lot of time. Here are some tips to h... Read more »
If you ever get the "Unable to install or run the application. The application requires that assembly Version be installed in the G... Read more »
Typically you can remove a Microsoft ClickOnce application by going to Start > Computer > Uninstall/Remove Program and removing it tha... Read more »
While the Infragistics NetAdvantage tool set provides some great features, handling the data updates from the web using your stored procedu... Read more »
While Infragistics provides some amazing tools for web and form development, the WebDataGrid seems to have some weirdness in that it does n... Read more »
The Infragistics WebDataGrid provides some great AJAX-data presentation features for a Web Grid. However, if you want to do custom colorin... Read more »
If you are looking for a good alternative to the pricey Microsoft Project tool then look no further! Check out the "OpenProj" a... Read more »
This is actually an easy issue to rectify. Maybe this is your situation. CodeFile Snafu You have a web page that references a code-behind... Read more »
You can Disable and Restore compiler warnings in your code using the #pragma directive. The #pragma directive gives the compiler special ins... Read more »