-
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
-
{ADCES] Discutii si Networking
Details Timp de discutii / networking / profesional / neprofesional. Va invitam pe toti Quantic Pub Șoseaua Grozăvești 82 · București How to find us Quantic Pub. Telefon personal 0728200034
-
NetCoreUsefullEndpoints-part 11–adding process information
In the Nuget NetCoreUsefullEndpoints I have added information about the current process : You can access by going to http://localhost:5027/api/usefull/process and this is the result { “id”: 24064, “processName”: “TestUsefullEndpoints”, “startTime”: “2024-06-27T23:24:36.4003351+03:00”, “totalProcessorTime”: “00:00:01.0312500”, “threadsCount”: 39, “workingSet64”: 84385792, “privateMemorySize64”: 65458176, “pagedMemorySize64”: 65458176, “pagedSystemMemorySize64”: 384840, “peakPagedMemorySize64”: 67108864, “peakVirtualMemorySize64”: 2481013948416, “peakWorkingSet64”: 84733952, “virtualMemorySize64”: 2481005563904, “basePriority”: 8, “handleCount”:…
-
Friday links 482
How to (and how not to) design REST APIs · stickfigure/blog Wiki Use WinGet 1.8 to download Microsoft Store apps | Windows IT Pro Blog Modele de algoritmi in #Excel – Leader (8) – Valy Greavu – Live Blog Creating source-only NuGet packages First 3D-printed functional human brain tissue grows like the real thing Make…
-
NetPackageAnalyzer- part 14–class coupling
The .NET Tool,https://www.nuget.org/packages/netpackageanalyzerconsole,can now analyze a solution and see theclass coupling The program is showing the class coupling index of classes . https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-class-coupling?view=vs-2022 Install from https://nuget.org/packages/netpackageanalyzerconsole
I am ok , you are ok