-
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…
-
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…
I am ok , you are ok