-
PackageAnalyzer & DotNetMicroservicesPoc
With .NET tool https://github.com/ignatandrei/PackageAnalyzer I have analyzed another architecture from https://github.com/asc-lab/dotnetcore-microservices-poc Project relations Project Data Public Classes per project Number lines per project Class data Public methods per class Number methods per class Number lines per class Method data Cyclomatic complexity per method Maintainability index per method Number lines per method Commits File with most…
-
PackageAnalyzer & Booking Microservices
With .NET tool https://github.com/ignatandrei/PackageAnalyzer I have analyzed another solution architecture from https://github.com/meysamhadeli/booking-microservices Project relations Project Data Public Classes per project Number lines per project Class data Public methods per class Number methods per class Number lines per class Method data Cyclomatic complexity per method Maintainability index per method Number lines per method Commits File with…
-
Friday links 484
How to Do Great Work Micro-libraries need to die already | Ben Visness Visual Data Structures Cheat-Sheet – by Nick M Go is my hammer,and everything is a nail Agile is not a process. – George Stocker Algorithms we develop software by (205) Get started incorporating AI into your .NET applications and services – YouTube…
-
RSCG – Dusharp
RSCG – Dusharp name Dusharp nuget https://www.nuget.org/packages/Dusharp/ link https://github.com/kolebynov/Dusharp author Vitali Generate tagged union This is how you can use Dusharp . 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/Dusharp
-
RSCG – LightweightObjectMapper
RSCG – LightweightObjectMapper name LightweightObjectMapper nuget https://www.nuget.org/packages/LightweightObjectMapper/ link https://github.com/stratosblue/LightweightObjectMapper author Stratos Generating function to map DTOs This is how you can use LightweightObjectMapper . 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/LightweightObjectMapper
-
RSCG – Enhanced.GetTypes
RSCG – Enhanced.GetTypes name Enhanced.GetTypes nuget https://www.nuget.org/packages/Enhanced.GetTypes/ link https://github.com/duskembayev/Enhanced.GetTypes author duskembayev Generating list of PUBLIC classes that implements an interface This is how you can use Enhanced.GetTypes . The code that you start with is The code that you will use is The code that is generated is Code and pdf…
-
RSCG – Immediate.Handlers
RSCG – Immediate.Handlers name Immediate.Handlers nuget https://www.nuget.org/packages/Immediate.Handlers/ link https://github.com/immediateplatform/Immediate.Handlers author Stuart Turner Generating mediator like handlers This is how you can use Immediate.Handlers . 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/Immediate.Handlers
-
Friday links 483
Top 10 Myths In Software Engineering – by Hemant Pandey Breaking up is hard to do: Chunking in RAG applications – Stack Overflow GitHub – mesqueeb/merge-anything: Merge objects & other types recursively. A simple & small integration. alonrbar/easy-template-x: Generate docx documents from templates,in Node or in the browser. Divided We Stand: The SQL of Relational…
-
NetCoreUsefullEndpoints-part 13–adding runtime information
In the Nuget NetCoreUsefullEndpoints I have added information about the runtime information : You can access by going to localhost:5027/api/usefull/runtimeinformationAll and the end result is { “frameworkDescription”: “.NET 8.0.8”, “osDescription”: “Microsoft Windows 10.0.22631”, “processArchitecture”: “X64”, “osArchitecture”: “X64” } The code that returns this is ( I have used a Roslyn Code Generator,https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_Static#example–source-csproj-source-files-,that generates a class…
-
NetCoreUsefullEndpoints-part 12–adding url adresses
In the Nuget NetCoreUsefullEndpoints I have added information about the current process : You can access by going to localhost:5027/api/usefull/adresses and the end result is [ “http://localhost:5027″ ] The code that returns this is
I am ok , you are ok