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 .NETThe previous articles from this post series have discussed how to generate .NET types at runtime and how to get…
Fix Visual Studio 2013 Razor CSHTML Intellisense in Class Library or Console Application February 5, 2015September 27, 2017Munir HusseiniNo Comments
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…
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…
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…
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.
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…
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…
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…
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…