-
RSCG – StronglyTypedUid
name StronglyTypedUid nuget https://www.nuget.org/packages/StronglyTypedUid/ link https://github.com/vicosanz/StronglyTypedUid author Victor Sánchez Transforming a record into a GUID This is how you can use StronglyTypedUid . 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/StronglyTypedUid
-
RSCG – FusionReactor
name FusionReactor nuget https://www.nuget.org/packages/FusionReactor.SourceGenerators.EnumExtensions link https://github.com/OhFlowi/FusionReactor.SourceGenerators.EnumExtensions author OhFlowi Enums to string and other extensions This is how you can use FusionReactor . 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/FusionReactor
-
Friday links 460
Modern JavaScript library starter – Advanced Web Machinery Part one: 7 must-know object-oriented software patterns (and their pitfalls) · Raygun Blog Distributed systems for fun and profit metavoiceio/metavoice-src: Foundational model for human-like,expressive TTS Using Diagnostic Observers to Decouple Logging and Observability Code | by Dmitry Slabko | Feb,2024 | Medium The Developing Dev | Ryan…
-
RSCG – UnionGen
name UnionGen nuget https://www.nuget.org/packages/UnionGen/ link https://github.com/markushaslinger/union_source_generator author M. Haslinger Generating unions between types This is how you can use UnionGen . 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/UnionGen
-
RSCG – EnumUtilities
name EnumUtilities nuget https://www.nuget.org/packages/Raiqub.Generators.EnumUtilities/ link https://github.com/skarllot/EnumUtilities author Fabricio Godoy Enum to string- and multiple other extensions for an enum This is how you can use EnumUtilities . 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/EnumUtilities
-
ADCES-Raspberry Pico & Piano and GraphQL-Building a Public API for a Cloud ERP
In aceasta marti,la 19:30,avem 2 prezentari Prezentare 1 : Raspberry Pico & PianoDescriere : TBDPrezentator : Adrian Cruceru,https://www.linkedin.com/in/adrian-cruceru-8123825/ Prezentare 2 : GraphQL: Building a Public API for a Cloud ERP and the Lessons We LearnedDescriere : TBDPrezentator : Marius Bancila,https://mariusbancila.ro/blog/ Va astept la https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/300094296/
-
RSCG – CommonCodeGenerator
name CommonCodeGenerator nuget https://www.nuget.org/packages/CommonCodeGenerator/ link https://github.com/usausa/common-code-generator author yamaokunousausa Generating ToString from classes This is how you can use CommonCodeGenerator . 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/CommonCodeGenerator
-
Friday links 459
12 things you didn’t know you could do with DEV – DEV Community Career Retrospective – DEV Community Enhancing .NET Aspire Observability with Seq sebastienros/jint: Javascript Interpreter for .NET Delivering Copilot for everyone – The Official Microsoft Blog Microsoft Mesh: Now available for creating innovative multi-user 3D experiences for the workplace htmldocs – HTML to…
-
Pattern: FluentInterface
Description Fluent interface allows you do have method chaining Example in .NET : FluentInterface Learn More Source Code for Microsoft implementation of FluentInterface SourceCode Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton Learn More Wikipedia } Homework Implement a class person that you can see the first name and last name as fluent interface
-
Pattern: IOC
Description Inversion of Control is a principle in software engineering by which the control of objects or portions of a program is transferred to a container or framework. It’s a design principle in which custom-written portions of a computer program receive the flow of control from a generic framework. Examples in .NET : IOC DI…
I am ok , you are ok