Category: Uncategorized

  • Friday Links 557

    system-design-primer/README.md at master · donnemartin/system-design-primer donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. A plain English introduction to CAP theorem « Kaushik Sathupadi DBMS Musings: Problems with CAP,and Yahoo’s little known…

  • 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 – ThisAssembly_Resources

    RSCG – ThisAssembly_Resources     name ThisAssembly_Resources nuget https://www.nuget.org/packages/ThisAssembly.Resources/ link https://www.clarius.org/ThisAssembly/ author Daniel Cazzulino Embed resources to file   This is how you can use ThisAssembly_Resources . 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/ThisAssembly_Resources

  • RSCG – RSCG_Utils_Memo

    RSCG – RSCG_Utils_Memo     name RSCG_Utils_Memo nuget https://www.nuget.org/packages/rscgutils link https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/source-generation author Ignat Andrei Memo the function result   This is how you can use RSCG_Utils_Memo . 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_Utils_Memo

  • RSCG – Roozie.AutoInterface

    RSCG – Roozie.AutoInterface     name Roozie.AutoInterface nuget https://www.nuget.org/packages/Roozie.AutoInterface/ link https://github.com/AlexRussak/Roozie.AutoInterface author Alex Russak Generating interfaces from project   This is how you can use Roozie.AutoInterface . 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/Roozie.AutoInterface

  • Friday links 460

    Debugging a native deadlock in a .NET Linux application | by Kevin Gosse | Feb,2021 | Medium When DRY Doesn’t Work,Go WET. It’s okay if you repeat yourself | by Nick Bull | Better Programming Clean code through Reactive programming in Angular with RxJS ironcev/awesome-roslyn: Curated list of awesome Roslyn books,tutorials,open-source projects,analyzers,code fixes,refactorings,and source generators…

  • RSCG- part 16 – Many Others

    There are more RSCG that you could see – here is a list that you may want to look at: AutoEmbed https://github.com/chsienki/AutoEmbed Cloneable https://github.com/mostmand/Cloneable fonderie https://github.com/jeromelaban/fonderie Generators.Blazor https://github.com/excubo-ag/Generators.Blazor Generators.Grouping https://github.com/excubo-ag/Generators.Grouping JsonMergePatch https://github.com/ladeak/JsonMergePatch MemoizeSourceGenerator https://github.com/Zoxive/MemoizeSourceGenerator MiniRazor https://github.com/Tyrrrz/MiniRazor/ MockGen https://github.com/thomas-girotto/MockGen ProxyGen https://github.com/Sholtee/ProxyGen Rocks https://github.com/JasonBock/Rocks RoslynWeave https://github.com/Jishun/RoslynWeave SmallSharp https://github.com/devlooped/SmallSharp StaticProxyGenerator https://github.com/robertturner/StaticProxyGenerator ValueChangedGenerator https://github.com/ufcpp/ValueChangedGenerator Web-Anchor https://github.com/mattiasnordqvist/Web-Anchor WrapperValueObject https://github.com/martinothamar/WrapperValueObject

  • RSCG – Curry – Partial function – part 12

        name PartiallyApplied nuget https://www.nuget.org/packages/PartiallyApplied/ link https://github.com/JasonBock/PartiallyApplied author Andrei Ignat This will generate curry for your functions   The code that you start with is The code that you will use is   The code that is generated is Example Code: https://github.com/ignatandrei/RSCG_Examples/tree/main/PartiallyFunction

  • RSGC – DTO Mapper – part 6

        name GeneratedMapper nuget https://www.nuget.org/packages/GeneratedMapper/ link https://github.com/ThomasBleijendaal/GeneratedMapper author Thomas Bleijendaal AutoMapping from a POCO to a DTO. Lots of customizations   The code that you start with is The code that you will use is   The code that is generated is Example Code: https://github.com/ignatandrei/RSCG_Examples/tree/main/DTOMapper

  • Crash Course on .NET Core 5.0

    Who is addressed to This tutorial is aimed to C# programmers with at least 6 months experience. Also,they should  have at least 6 months experience with HTML / CSS / Javascript .. This will help them to understand  .NET Core 3 and how to build applications with the .NET Core framework The class will be…