-
Aspire 9.x add sql server database viewer
.NET Aspire is a formidable tool to visualize your components and relation between them . Today I will show you how to add a custom visualizer for SqlServer database . The code for adding a database is pretty simple The community extension,https://github.com/CommunityToolkit/Aspire,has already an extension,WithDBGate,that adds a viewer for the whole SqlServer .…
-
[ADCES] Discutii si Networking
Timp de discutii / networking / profesional / neprofesional.Va invitam pe toti azi la ora 19:30 Locatie : Restaurant Vanityhttps://maps.app.goo.gl/JdEWeykHCHN91Mjs6 Telefon : 0728200034
-
Friday links 507
How We Built a Self-Healing System to Survive a Terrifying Concurrency Bug At Netflix Object Mother Bean Scopes :: Spring Framework What about my API documentation now that Swashbuckle (Swagger) is no longer a dependency in ASP.NET 9 5 Unconventional Sources of Data for Your Next Project – KDnuggets The 70% problem: Hard truths about…
-
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…
I am ok , you are ok