-
Friday links 506
Emotions: A Code Book – by Kent Beck dockur/windows: Windows inside a Docker container. AI app templates | Build AI applications with pre-made templates OpenAPI document generation in .NET 9 – .NET Blog obfuscar/obfuscar: Open source obfuscation tool for .NET assemblies CommunityToolkit/Aspire: A community project with additional components and extensions for .NET Aspire An alternative…
-
Demeter and Roslyn–part 3–config and tests
Beyond the Squiggles: Flexible Reporting and Confidence Through Testing So,we’ve built our Law of Demeter analyzer,RSCG_Demeter,using Roslyn to intelligently spot those overly-chatty code chains,even navigating the complexities of fluent interfaces. We could just have it throw warnings or errors directly in your IDE via Roslyn diagnostics. But let’s be honest,sometimes a flood of new diagnostics…
-
Demeter and Roslyn–part 2- code
Okay,let’s build on the first part and explain the “how” in a more engaging way,weaving in the code snippets to illustrate the process. From Counting Dots to Understanding Code: Building the Demeter Analyzer In the first part,we established our mission: build a Roslyn analyzer to sniff out Law of Demeter violations – stopping our code…
-
[ADCES].NET Battle si Cryptography
Details Presentation 1 : .NET BattlePresenter 1: Andrei Ignat,http://msprogrammer.serviciipeweb.ro/ si toata lumeaDescription 1: Am nevoie de ajutorul vostru.Daca stiti orice tehnologii de aici: OOP: Default Interface methods vs abstract classTest : XUnit vs MSTest vs NUnitDeploy: Swagger on Dev vs Swagger on ProdPatterns: UnitOfWork vs RepositoryStateless: azure functions vs web apiDB: cosmos vs azure tables…
-
Demeter and Roslyn–part 1–idea
Stop Your C# Code Talking to Strangers: Introducing a Law of Demeter Roslyn Analyzer The Law of Demeter (LoD),often summarized as “Only talk to your immediate friends,” is a valuable principle for writing loosely coupled,maintainable code. Code that follows LoD tends to be less fragile and easier to refactor. But manually checking for LoD violations?…
-
Friday links 505
How We Built a Self-Healing System to Survive a Terrifying Concurrency Bug At Netflix Good software development habits | Zarar’s blog DataExpert-io/data-engineer-handbook: This is a repo with links to everything you’d ever want to learn about data engineering Why Goodhart’s Law Isn’t All That Useful • Leadership Garden Foursquare Open Source Places: A new foundational…
-
RSCG – EntityLengths.Generator
RSCG – EntityLengths.Generator name EntityLengths.Generator nuget https://www.nuget.org/packages/EntityLengths.Generator/ link https://github.com/TarasKovalenko/EntityLengths.Generator/ author Taras Kovalenko Generating constants for max length for properties in entities This is how you can use EntityLengths.Generator . The code that you start with is The code that you will use is The code that is generated is Code and…
-
Friday links 504
1 dataset. 100 visualizations. Commons:Picture of the Year – Wikimedia Commons The president’s doctor: Why your projects take forever ️ My strategy against distractions as a software engineer working in an open-floor office Dumb Leadership Mistakes I’ve Made — Laura Tacho 5 Mental Models That Will Take Your Leadership from Good to Great | by…
-
What I have learned by building .NET Stars -part 5 – always available data for a display website
What I have learned by building .NET Stars -part 5 – always available data for a display website Dotnet Stars being a site just for displaying data,it does not require an API per se. Yes,for development purposes it needs a database and an API to display – but later – the data could be retrieved…
-
RSCG-Composite Provider – part 2 -execution
Imagine this: For every interface IA you create: Your composite provider implements IA seamlessly In the constructor,pass an array of IA providers Each method returns the first successful value from your array of providers For even better performance,use a boolean flag to optimize by reusing previous successes The RSCG_CompositeProvider package doesnΓÇÖt just solve the obvious…
I am ok , you are ok