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

Category: Development Tools

Announcing CodeAssistant.net

January 30, 2018Munir HusseiniNo Comments

From today on, the new site CodeAssistant.net is online. A collection of tools, converters and generators for software and web…

Read More 8513 views

MSB4057: The target “package” does not exist in the project.

September 29, 2017September 29, 2017Munir HusseiniNo Comments

When MSBuild executes a project file, it might not find all imported targets files and ignore them silently. This makes…

Read More 22013 views

Visual Studio 2017 Failed To Install – Setup Failed To Detect Shared Configuration

April 28, 2017September 28, 2017Munir HusseiniNo Comments

Today, I tried to install Visual Studio 2017. As with too many Microsoft products lately, after paying a significant amount…

Read More 10630 views

Fix Visual Studio 2013 Razor CSHTML Intellisense in Class Library or Console Application

February 5, 2015September 27, 2017Munir HusseiniNo Comments
Read More 9728 views

C#: Getting Installer Product Data From Hosted Web PI GUI

October 28, 2014September 29, 2017Munir Husseini2 Comments

The previous post explained how to get event notification from a running Web PI GUI window that is hosted in…

Read More 8968 views

C#: Getting Feedback From Hosted Web PI GUI

October 27, 2014September 29, 2017Munir HusseiniNo Comments

The previous post explained how to host the GUI of Microsoft Web Platform Installer (Web PI GUI) in an own…

Read More 9804 views

C#: Hosting Web PI GUI In Own Application

October 25, 2014September 29, 2017Munir HusseiniNo Comments

The Microsoft Web Platform Installer (Web PI) is a very cool tool for installing frameworks, programs and web application. It…

Read More 5389 views

TFS: Get And Modify Included And Excluded Pending Changes in Visual Studio

October 11, 2014Munir HusseiniNo Comments

In this post on Stack Overflow, I posted code that allows access to the included/excluded pending changes that the user…

Read More 9274 views

ANTLR cannot generate ‘org.antlr.v4.codegen.CSharp_v4_5_1Target’ code as of version 4.1-SNAPSHOT

February 16, 2014Munir Husseini5 Comments

Today I tried to create an ANTLR 4 grammar and compile it to C#. Of course, I used Sam Harwell’s…

Read More 3692 views

Adding Solution Folders Via Visual Studio Automation

January 23, 2014Munir HusseiniNo Comments

In the Visual Studio Solution Explorer, you can add solution folders to group projects or project items. These solution folders…

Read More 2917 views
Load More
(c) 2011-2020 Munir Husseini