Compiling C# code at runtime

This article provides informations about compiling C# code at runtime from a text source. We'll use the Roslyn compiler to dynamically build in-memory assembly. Prerequisities create Console Application .NET Core…

0 Comments

Setup local Azure environment

Azure Serverless Shopping Cart - Part 1 In the previous part we talked about basic concept of the application. In this part we'll setup local Azure environment and create the…

0 Comments

Required vs BindRequired

How do you ensure that the API receives the correct model from the user? DataAnnotation comes to the rescue here. Which attribute should you use? Required vs BindRequired? In this…

0 Comments