Close
Skip to content

Softwareproduction

Software Development Blog

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

In-Memory Code Generation With .NET – Loading

May 2, 2015September 29, 2017Munir HusseiniNo Comments
This entry is part 5 of 5 in the series In-Memory Code Generation With .NET

The previous articles from this post series have discussed how to generate .NET types at runtime and how to get…

Read More 2480 views

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

February 5, 2015September 27, 2017Munir HusseiniNo Comments
Read More 2816 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 2204 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 2131 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 2127 views

Modify Web Platform Installer Configuration with C#

October 22, 2014Munir Husseini3 Comments

This post shows how to modify the WPI preferences file using C#. This file contains the configuration of the UI version of Web Platform Installer.

Read More 2331 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 2717 views

Reflection Emit: Creating Properties

July 21, 2014September 27, 2017Munir HusseiniNo Comments

For those who need to create a dynamic type in memory using Reflection.Emit and need to add some properties, here…

Read More 3288 views

Reflection Emit and Type Inheritance: Calling Base Type Constructors

July 21, 2014September 27, 2017Munir HusseiniNo Comments

Suppose you want to use Reflection.Emit to generate a dynamic type in memory. Suppose this dynamic type should inherit a…

Read More 4447 views

Roslyn: Compile C# Expressions Without Using the Scripting API

May 23, 2014September 27, 2017Munir Husseini2 Comments

I have an application that processes table structures. Tables have columns and some columns may contain expressions. For example, an…

Read More 3347 views
Load More
(c) 2011-2017 Munir Husseini