Utkarsh Shigihalli
6 posts.
- Better way to load dependent assemblies in your Visual Studio extensionsI had previously written on how to load custom assemblies in your extension using AppDomain.CurrentDomain.AssemblyResolve. It required few lines of code…
- Using progress dialog in Visual Studio extensionsAs a Visual Studio extension developer you are required to keep the aesthetics of Visual Studio in tact when you integrate your extension with Visual…
- How to open web page in internal browser of Visual StudioTarun and I have started working on new Visual Studio extension, which we plan to release in couple of weeks after Christmas. One of the first thing I do…
- Persisting settings without using Options dialog in Visual StudioIn one of my previous blog post we have seen persisting settings using Visual Studio's options dialog. Visual Studio options has many advantages in…
- What's new in Team Rooms for Visual Studio 2013Download: http://visualstudiogallery.msdn.microsoft.com/c1bf5e4f-5436-465d-87da-09b2f15ff061 Date Version Changes
- Integration with Visual Studio Options Window using custom controlsIf you are developing Visual Studio extensions for your users, sooner or later you would have a functionality where you want to let users to configure…
