Category: .NET Core

  • Comparing EFCore Database Providers-part-2

    I have started with a simple table  –  Department( id autogenerated,name) and generate EFCore context and classes with scaffolding templates https://learn.microsoft.com/en-us/ef/core/managing-schemas/scaffolding/templates?tabs=dotnet-core-cli . Then I have created a simple text ( XUnit + LightBDD ) in order to test –  generateDatabase from classes – CRUD – some simple search . Works perfectly,so to the next –…

  • Comparing EFCore Database Providers-part-1

    I wanted to see if there are any differences in EFCore database providers listed at  https://learn.microsoft.com/en-us/ef/core/providers/?tabs=dotnet-core-cli I want to test the capabilities for each one within a standard choice of tables,in order to know the capabilities I choose only those that have a version for current STS / LTS,whatever it is current. ( I am…

  • RSCG – Farskeptic.AutoCompose

    RSCG – Farskeptic.AutoCompose     name Farskeptic.AutoCompose nuget https://www.nuget.org/packages/Farskeptic.AutoCompose/ link https://github.com/farskeptic/AutoCompose author farskeptic/jmagel Generating decorators for classes that implements interfaces.   This is how you can use Farskeptic.AutoCompose . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Farskeptic.AutoCompose

  • RSCG – TypeUtilities

    RSCG – TypeUtilities     name TypeUtilities nuget https://www.nuget.org/packages/TypeUtilities/ link https://github.com/DragonsLord/TypeUtilities author Yevhenii Serdiuk Pick/Omit for classes ( also have some mapping )   This is how you can use TypeUtilities . The code that you start with is The code that you will use is   The code that is generated is Code and…

  • RSCG – LinqGen.Generator

    RSCG – LinqGen.Generator     name LinqGen.Generator nuget https://www.nuget.org/packages/LinqGen.Generator/ https://www.nuget.org/packages/LinqGen/ link https://github.com/cathei/LinqGen author Maxwell Keonwoo Kang No-alloc for Linq operations   This is how you can use LinqGen.Generator . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/LinqGen.Generator

  • RSCG – AutoInvoke.Generator

    RSCG – AutoInvoke.Generator     name AutoInvoke.Generator nuget https://www.nuget.org/packages/AutoInvoke.Generator/ link https://github.com/LokiMidgard/AutoInvoke.Generator author Patrick Kranz Finding all implementation of an interface/class and invoke them.   This is how you can use AutoInvoke.Generator . The code that you start with is The code that you will use is   The code that is generated is Code and…

  • RSCG – CodeAnalysis

    RSCG – CodeAnalysis     name CodeAnalysis nuget https://www.nuget.org/packages/Feast.CodeAnalysis/ link https://github.com/feast107/CodeAnalysis author Feast Code to string literal. Unfortunately,it carries also some other CodeAnalysis generated files,which are not so useful.   This is how you can use CodeAnalysis . The code that you start with is The code that you will use is   The code…

  • RSCG – RSCG_JSON2Class

    RSCG – RSCG_JSON2Class     name RSCG_JSON2Class nuget https://www.nuget.org/packages/RSCG_JSON2Class/ link https://github.com/ignatandrei/RSCG_JSON2Class author Andrei Ignat transform any json into a class   This is how you can use RSCG_JSON2Class . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_JSON2Class

  • RSCG – LingoGen

        name LingoGen nuget https://www.nuget.org/packages/RubenBroere.LingoGen/ link https://github.com/RubenBroere/lingo-gen author Ruben Broere Translating from multiple languages   This is how you can use LingoGen . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/LingoGen

  • RSCG – AutoGen

    RSCG – AutoGen     name AutoGen nuget https://www.nuget.org/packages/Antelcat.AutoGen/ link ,https://github.com/Antelcat/AutoGen author Feast Antelcat Generating function to map DTOs   This is how you can use AutoGen . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/AutoGen