Contents tagged with Visual Studio
-
How to find the implementations of an interface in Visual Studio 2013 & 2015
Now a days, it has become highly unlikely to find a robust software design and architecture which is not utilizing interfaces. During development, it's sometimes really frustrating to find the implementations of a method of an interface.
-
'Paste Special': a less well-known feature in Visual Studio
Well, as web developers, we are always dealing with JSON data which are coming from different sources. Either we are serializing our own entities or it's coming from the external sources like third-party services and so on.
-
How to save and restore layouts in Visual Studio 2015
In this post I am going to be talking about a new feature in Visual Studio 2015.
-
Workaround for "System.OutOfMemoryException Exception of type 'System.OutOfMemoryException' was thrown." exception
Recently I kept getting System.OutOfMemoryException exception while working on a web application with Visual Studio 2013.