Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Tag: VSIX

Automatically Loading VSIX Packages

December 11, 2013Munir Husseini1 Comment

So you’re creating a VSIX package that does not have a menu items, tool windows or command? But still you…

Read More 2585 views

Resolve Visual Studio Macros In VSIX Packages Or T4 Templates

September 18, 2013Munir HusseiniNo Comments

We all love Visual Studio Macros, right? Pre- and Post-Build actions or MSBuild scripts would get very nasty if there…

Read More 2744 views

Write To Visual Studio’s Output Window

June 6, 2013Munir HusseiniNo Comments

If you have developed a Visual Studio Extension, you might want to output messages to Visual Studio’s Output window. Here’s…

Read More 3662 views

Manually Applying XML Document Transform (XDT)

May 29, 2013Munir HusseiniNo Comments

There might be situations where you might want to execute XDT of a web.config or app.config “manually” (i.e. apply the…

Read More 3539 views
(c) 2011-2020 Munir Husseini