C# Console Apps/Code Generator/Visual Studio For Mac 2022 Preview(DateOnly ,TimeOnly) .Net Core 6

Опубликовано: 15 Июль 2026
на канале: Redfluz
304
2

.Net core 6 introduce DateOnly ,TimeOnly . We tested and make video on it . You can see from the code generator(Console Application) how we implement it from the controller,razor view , repository and model
https://devblogs.microsoft.com/dotnet...

Source Code : https://github.com/redfluz/RebelCmsCo...

Source Code CMS : https://github.com/NobodyButMe-Haiya/...

** old times we also do master detail code generator but we we don't have time and using PHP now c#
** you can edit and run on the fly . just dotnet run parameter1 parameter 2
** the generator only work on MySQL not mariadb because utfmb3 which .net platform doesnt support.The reason was upon using describe the table contain information schema (database) all using utfmb3 .