If this project helps you reduce time to develop, you can give me a cup of coffee :)
Created by Pro Coders team Please visit our web site https://www.procoders.com.au
This repository contains a source code of demo projects for a series of blog posts published on different resources by Evgeny Ukladchikov Pro Coders. The projects created using Microsoft Visual Studio 2019 .NET Core 3.1.
In the [DemoDynamicContent-story1] folder you can find a solution that generates dynamic content on a Microsoft Blazor page. https://www.codeproject.com/Articles/5282481/Microsoft-Blazor-Dynamic-Content
Folder [DemoDynamicContent-story2] contains a solution that embeds externally created custom components to a dynamic Blazor page. https://www.codeproject.com/Articles/5282821/Microsoft-Blazor-Custom-Controls-for-Dynamic-Conte
The solution in the folder [DemoCastleProxy-story3] demonstrates how to use Castle Dynamic Proxy to track model changes and trigger rules when a model property changed. https://www.codeproject.com/Articles/5283541/Castle-Dynamic-Proxy-Interceptors-to-track-model-c
In folder [DemoCatleProxyRestartableFlow-story4] you can find a solution that uses proxy interceptors to restart C# functions from the previously saved point. https://www.codeproject.com/Articles/5284037/Castle-Dynamic-Proxy-Interceptors-to-Build-Restart
Folder [DemoSystemTextJson-story5] stores a solution for the blog post about System.Text.Json Serialization of dynamic objects Newtonsoft "$type" like approach https://www.codeproject.com/Articles/5284591/Adding-type-to-System-Text-Json-Serialization-like
Story6 blog post: https://www.codeproject.com/Articles/5291832/Microsoft-Blazor-Rapid-Development-with-SQL-Forms
Story 11 https://www.codeproject.com/Articles/5387406/JsonPathToModel-Generic-Data-Importer