When troubleshooting a web application or web services, few things are more annoying than not knowing exactly what code is […]
Tag: visual-studio
Syncing multiple Django databases in Visual Studio 2013
The context menu in Visual Studio 2013 (solution explorer>project>context menu>django>sync db) only allows you to sync the ‘default’ database. If […]
installing VS2012
Make sure you need to prepare coffee before starting the VS2012 installation. It might take a lot of time, even […]
Visual Studio: Dark Side
<a href=”http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05” target=”_blank”>Visual Studio 2012 Color Theme Editor</a>. Select black one. <a href=”http://studiostyl.es/schemes/resharper-son-of-obsidian” target=”_blank”>Resharper – Son of obsidian</a>. Import settings. […]
Visual Studio’s vulnerability to Untrusted Projects
Have you ever download a project from the internet and opened it in Visual Studio? We’ve probably all seen the […]
Make Visual Studio Save Smarter
If you’re like me, 9 times out of 10 (or more), you actually want to Save All files and not […]
Launch the ASP.Net Website Configuration Page from VS 2012
If you are transitioning from VS 2010 to VS 2012, you might be confused where this button has moved: In […]
How to fix NuGet package errors in Visual Studio when upgrading .NET Framework
In Package Manager (View -> Other Windows -> Package Manager) type: update-package -reinstall Original Post
Multiple output types from Visual Studio
I’ve recently come across a need to use reflection on a Windows Runtime component that is written in C#. The […]
XML documentation
Coding Problem : I develop a framework in PHP and would not like to comment on the code of the […]
Debug output tricks for Visual Studio
If you’re using Visual Studio to write C++ or C# you can format your debug output to jump straight to […]
Compare a Azure SQL Database
Hidden inside Visual Studio are all manner of clever bits and pieces. One of those is the comparison of database […]
Not enough room for VS 2012?
I wanted to install new released Visual Studio 2012 this morning. I’ve found there’s only 3 gigs of disk on […]
Feedback equal #region Visual Studio
Coding Problem : Is there a comment like #region of Visual Studio in PHP with NetBeans? php visual-studio ide […]
How to avoid publishing .scss files in Visual Studio
If you want to avoid that Visual Studio publishes your .scss files you have to mark them as Build Action […]
File nesting with interfaces
Mads Kristensen created yet another extension to Visual Studio. This one is called File Nesting, and can be found here. […]
Multiple output types from Visual Studio
I’ve recently come across a need to use reflection on a Windows Runtime component that is written in C#. The […]
How I organize my ASP.Net MVC3 applications.
The ASP.Net MVC framework is what got me into web development. The MVC model made things click in my mind […]
Error running npm install socket.io in Windows
So you’re on a Windows machine and trying to create your own node project that uses Socket.io but it keeps […]
Always launch Visual Studio as Administrator
When developing for Sharepoint, in order to deploy you need to run Visual Studio in Administrator mode. To make this […]
- 1
- 2