• Friday links 510

    Using EFCore with Postgres | NimblePros Blog deviq.com/laws/laws-software-architecture Running Large Language Models locally – Your own ChatGPT-like AI in C# – Maarten Balliauw {blog} How does the Russo-Ukrainian War end? – by Timothy Snyder Learn to become a modern ASP.NET core developer Solving the source generator ‘marker attribute’ problem – Part 2 Navigating the Software…

  • Friday links 509

    We need more zero config tools Introduction to Dev Containers | NimblePros Blog The Dual Nature of Events in Event-Driven Architecture GitHub – Webreaper/CentralisedPackageConverter: Converts a project to use Centralised Package Management Big Ball of Mud A gentle introduction to automated reasoning – Amazon Science A Gentle Introduction to CRDTs – vlcn.io An Interactive Intro…

  • Execute SqlServer scripts at startup – Aspire 9.1 vs Aspire 9.2

    One of the usual things in Software development is creating the database with all the tables,views,stored procedures and anything related . For Aspire 9.1 with Sql Ser,this involved a coordination between some shell scripts – see the code : The scripts where in the mount binding. Also,some .gitattributes files was required with to can execute…

  • Friday links 508

    Software development process – Wikipedia Microsoft.Testing.Platform overview – .NET | Microsoft Learn Grifters,believers,grinders,and coasters | sean goedecke Being in the details – The Engineering Manager Top 10 Angular Features Developers Often Overlook | by Pavel Polívka | Dec,2024 | JavaScript in Plain English Lessons Learned | Vlad Iliescu My 2024 Good Links List – DEV…

  • NetCoreUsefullEndpoints-part 14–adding roles and claims and authorization

    I have added the current user role and claims to the nuget Usefull Endpoints for .NET Core  .  The endpoints are api/usefull/user/isInRole/{roleName} and api/usefull/user/claims/simple and api/usefull/user/authorization For the first one the code is pretty simple For claims and authorization,please see code at ignatandrei/NetCoreUsefullEndpoints: Usefull Endpoints for .NET Core

  • 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…

I am ok , you are ok