Category: .NET

  • RSCG – BuilderGenerator

    RSCG – BuilderGenerator     name BuilderGenerator nuget https://www.nuget.org/packages/BuilderGenerator/ link https://github.com/MelGrubb/BuilderGenerator author Mell Grubb Generating Builder class for an object   This is how you can use BuilderGenerator . 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/BuilderGenerator

  • RSCG – Disposer

    RSCG – Disposer     name Disposer nuget https://www.nuget.org/packages/Disposer/ link https://github.com/HakamFostok/Disposer author Hakan Fıstık Generates partials for dispose resources   This is how you can use Disposer . 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/Disposer

  • RSCG – ResXGenerator

    RSCG – ResXGenerator     name ResXGenerator nuget https://www.nuget.org/packages/Aigamo.ResXGenerator/ link https://github.com/ycanardeau/ResXGenerator author Aigamo Resources as string   This is how you can use ResXGenerator . 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/ResXGenerator

  • RSCG – RSCG_Decorator

    RSCG – RSCG_Decorator     name RSCG_Decorator nuget https://www.nuget.org/packages/RSCG_Decorator/ link https://github.com/ignatandrei/RSCG_Decorator author Andrei Ignat Intercept methods – start,stop,exception   This is how you can use RSCG_Decorator . 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_Decorator

  • RSCG – ProtobufSourceGenerator

    RSCG – ProtobufSourceGenerator     name ProtobufSourceGenerator nuget https://www.nuget.org/packages/LaDeak.ProtobufSourceGenerator/ link https://github.com/ladeak/ProtobufSourceGenerator author Laszlo Deak Serializing a class to protobuf   This is how you can use ProtobufSourceGenerator . 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/ProtobufSourceGenerator

  • RSCG – SafeRouting

    RSCG – SafeRouting     name SafeRouting nuget https://www.nuget.org/packages/SafeRouting/ link https://github.com/daviddotcs/safe-routing author David Wake Safe Routing for MVC   This is how you can use SafeRouting . 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/SafeRouting

  • RSCG – SourceGenerator.Helper.CopyCode

    RSCG – SourceGenerator.Helper.CopyCode     name SourceGenerator.Helper.CopyCode nuget https://www.nuget.org/packages/SourceGenerator.Helper.CopyCode/ link https://github.com/LokiMidgard/SourceGenerator.Helper.CopyCode author Patrick Kranz Transform Code to string   This is how you can use SourceGenerator.Helper.CopyCode . 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/SourceGenerator.Helper.CopyCode

  • RSCG – NetEscapades.EnumGenerators

    RSCG – NetEscapades.EnumGenerators     name NetEscapades.EnumGenerators nuget https://www.nuget.org/packages/NetEscapades.EnumGenerators/ link https://andrewlock.net/netescapades-enumgenerators-a-source-generator-for-enum-performance/ author Andrew Lock Running fast tostring and other features for enum   This is how you can use NetEscapades.EnumGenerators . The code that you start with is The code that you will use is   The code that is generated is Code and pdf…

  • NetCoreUsefullEndpoints–part 6–passing to .NET 7

    So  .NET 7 has appeared and I decided to pass NetCoreUsefullEndpoints to .NET 7 . Also,for RateLimiter,I have considered that is good to know if the request is local or remote … so I decided to add connection ( remote IP,local IP,and more details) to the nuget package. So I have created for .NET 6…

  • TILT-REACT Router

    Now to see how to handle FrontEnd routing ( From Backend it is simple – just transfer to index.html and React will handle it ) The long established in React world seems to be https://github.com/remix-run/react-router . There is a new kid,https://github.com/Paratron/hookrouter – that uses hooks. However,the documentation says: This project is not and will not…