-
[ADCES] Logging
Presentation 1: Instrumenting app for LogAnalyticsPresenter: Radu Adrian Iovescu,https://www.linkedin.com/in/riovescu/ Presentation 2: Instrumenting app for OpenTelemetry and Grafana DashboardPresenter: Andrei Micuda,https://www.linkedin.com/in/andrei-micuda/ Va astept aici : https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/291644901/
-
File to CSharp Const
I was getting tired how many times I am reading from embedded resources – and finding it over and over the same code. So – what if I will transform the file into C# text ? Seems a work for Roslyn Source Code Generator – and the new one IIncrementalGenerator https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md,not the old ISourceGenerator https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview…
-
Friday Links 520
GitHub – anupavanm/csharp-design-patterns-for-humans: Design Patterns for Humans™ – An ultra-simplified explanation – C# Examples nemanjarogic/DesignPatternsLibrary: A comprehensive design patterns library implemented in C#,which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples. Catalog of Patterns of Enterprise Application Architecture…
-
DB2Code – part 8–closing
From now on the only work to be done is improving step by step the generating code. For example, 1. in the REST API,the code is accessing directly the database- should be an indirection layer 2. Should generate some mock classes to return data – instead of going to database ( or maybe EF In…
-
Friday Links 519
Lazy Loading with React–An Overview | Syncfusion Blogs All About React Hooks. Namaste,In this article,I will… | by Ravi Sharma | Feb,2023 | JavaScript in Plain English The cost of timing out – Ayende @ Rahien On the critical importance of accepting and working with invalid data – Ayende @ Rahien Backend API design principles:…
-
Db2Code–part 7 – Angular vs React
Once you have the REACT implementation,you will think that Angular implementation will be a breeze. Not . Some pain points and differences : 1. Angular have the power of separating components into html code and JS/TS code. While this is a feature for the developer,it becomes hard for code generators to generate 2 different files…
-
Friday Links 518
NuGet Gallery | FileBaseContext 1.0.1 tidalcycles/strudel: Experimental port of tidalcycles to Javascript StephanMoeller/Rowbot wstaeblein/texthighlighter: Vanilla JS class to highlight search results in a textarea while maintaining the area’s functionality sandworm-hq/sandworm-audit: Security & License Compliance For Your App’s Dependencies sindresorhus/type-fest: A collection of essential TypeScript types Las Vegas hotels accused of rental price conspiracy in class…
-
Db2Code–part 6 – implementation details
Problem 1 More dbContexts I have think that a user can have more than 1 DBContext / database implemented. If there was just only one,it were easy to add a partial to program.cs and register the database DI services.AddDbContext<ApplicationDBContext> in the partial . However,if each database is generated,how to have this ? The answer is …
-
Friday Links 517
Rekkonnect/VeryUnsafe: A collection of various dangerous operations. bvaughn/react-error-boundary: Simple reusable React error boundary component We stand to save $7m over five years from our cloud exit matiaskorhonen/paper-age: Easy and secure paper backups of secrets My favourite 3 lines of CSS | Andy Bell Oops,You Wrote a Database openpgpjs/openpgpjs: OpenPGP implementation for JavaScript What’s New in…
-
[ADCES]- ASP.NET Endpoints & Dapr,Microservices and Azure all-up
Details Presentation 1: ASP.NET Core usefull endpointsDescriere : O sa prezint citeva endpoint-uri utile pentru fiecare aplicatie ASP.NET Core – health check,swagger,date time . error si cum le puteti obtine usor.Prezentator: Andrei Ignat,http://msprogrammer.serviciipeweb.ro/ Presentation 2 : Chit-chat about Dapr,Azure Container Instances,Microservices and Azure all-upDescriere:Urmarind traseul Sfantului Graal al dezvoltarii software bazate pe sablonul architectural al…
I am ok , you are ok