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

Month: May 2013

Tell if an EnvDTE.Project is a Web Application

May 31, 2013Munir HusseiniNo Comments

A Visual Studio Extension or Add-In might need to know whether or not a project is a web application (in…

Read More 1555 views

Write To Visual Studio’s Error List

May 30, 2013Munir Husseini1 Comment

When you’re developing an extension for Visual Studio, you might want to add errors, warnings or messages to Visual Studio’s…

Read More 5486 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 3555 views

Get Project References From EnvDTE.Project

May 29, 2013Munir HusseiniNo Comments

Suppose you’re developing a Visual Studio Extension and need to enumerate the references of a Visual Studio project. Here is…

Read More 7799 views

Automatically Re-Create Stored Procedures In SQL Server

May 22, 2013Munir HusseiniNo Comments

One day I discovered that the system table sysdepends in my database was not valid. I know that dropping and…

Read More 1795 views

A Flexible And Convenient Type Conversion Helper in C#

May 21, 2013July 30, 2020Munir HusseiniNo Comments

Every once in a while I need to convert objects of an unknown type into a known type; sometimes these…

Read More 2294 views

Listing Objects Used in Stored Procedures (MS SQL)

May 21, 2013Munir HusseiniNo Comments

Recently, I had to clean up a large data base. Some of the tables in that database were obsolete and…

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