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: February 2018

Picture by Isabelle Portes

Print Out .NET Classes to String in C#

February 28, 2018May 15, 2020Munir HusseiniNo Comments

Ever needed to generate a string that contains the C#-Code of a .NET class (in other words, print out -NET…

Read More 10716 views
Picture by Isabelle Portes

Fast Conversion of Objects to Dictionaries in C#

February 28, 2018May 31, 2020Munir Husseini2 Comments

Converting (plain old) C# objects to dictionaries is easy with Reflection (e.g., as seen here). But Reflection is rather slow,…

Read More 21342 views
Picture by Isabelle Portes

ASP.NET Core: Precompiled Razor Views in Class Library

February 12, 2018May 15, 2020Munir Husseini3 Comments

Generating precompiled Razor views in ASP.NET Core is easy. However, there are a few things you need to know so…

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