Contents tagged with Visual Studio 2015
-
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.
-
Web Extension Pack extension for Visual Studio 2015
Before Visual Studio 2015, if there was only a single extension for Visual Studio that every web developer had to install that, it was Web Essentials. For every other extensions we usually have to download and install them individually.