Category: Uncategorized

  • SqlExtensionsAspire–part 3–upgrade to Aspire9.4

    Aspire 9.4 , between many improvements detailed at https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.4 , adds events bound directly to resource. So the code for SqlExtensionsAspire become more simple . I have the db resource and I want to execute Sql when it is ready . From 9.3 code to 9.4 code

  • RSCG – zlinq

    RSCG – zlinq     name zlinq nuget https://www.nuget.org/packages/ZLinq.DropInGenerator/ https://www.nuget.org/packages/ZLinq/ link https://neuecc.medium.com/zlinq-a-zero-allocation-linq-library-for-net-1bb0a3e5c749 author Cysharp – subsidiary of Cygames zero allocations for LINQ operations, high performance, functional programming   This is how you can use zlinq . The code that you start with is The code that you will use is   The code that is…

  • Seen in 2024

    Postgres in WASM : https://github.com/electric-sql/pglite MSDOS open source https://github.com/microsoft/MS-DOS Angular v18 and v19  https://blog.angular.dev/angular-v18-is-now-available-e79d5ac0affe   https://blog.angular.dev/meet-angular-v19-7b29dfd05b84 WinAmp going to github and back https://github.com/WinampDesktop/winamp Visual Studio ( not Code! ) retirement for MAC https://devblogs.microsoft.com/visualstudio/visual-studio-for-mac-retirement-announcement/ JetRider free for non-commercial https://blog.jetbrains.com/blog/2024/10/24/webstorm-and-rider-are-now-free-for-non-commercial-use/ .NET 9 : https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview

  • Activities 2024 – Dotnet tools

    You will find below the list of .NET Tools that I have used in 2024 ( I use them as local tool) https://www.nuget.org/packages/coverlet.console https://www.nuget.org/packages/csharpier https://www.nuget.org/packages/csharptotypescript.clitool https://www.nuget.org/packages/docfx https://www.nuget.org/packages/dotnet-aop https://www.nuget.org/packages/dotnet-depends https://www.nuget.org/packages/dotnet-ef https://www.nuget.org/packages/dotnet-outdated-tool https://www.nuget.org/packages/dotnet-project-licenses https://www.nuget.org/packages/dotnet-property https://www.nuget.org/packages/dotnet-repl https://www.nuget.org/packages/dotnet-reportgenerator-globaltool https://www.nuget.org/packages/dotnetsay https://www.nuget.org/packages/dotnet-sql-cache https://www.nuget.org/packages/dotnetthx https://www.nuget.org/packages/gitversion.tool https://www.nuget.org/packages/grate https://www.nuget.org/packages/mapster.tool https://www.nuget.org/packages/microsoft.dotnet-httprepl https://www.nuget.org/packages/moniker.cli https://www.nuget.org/packages/netpackageanalyzerconsole https://www.nuget.org/packages/nswag.consolecore https://www.nuget.org/packages/powershell https://www.nuget.org/packages/run-script https://www.nuget.org/packages/strawberryshake.tools https://www.nuget.org/packages/watch2 https://www.nuget.org/packages/xunit-cli

  • {ADCES] Prezentare .NET Battle si Encrypted FileSystem

    Rezumatul la prezentarea de .NET Battle il gasiti la https://ignatandrei.github.io/Presentations/Battleprez.html La prezentarea de Encrypted FileSystem acestea sunt referintele: Prezentare : https://miro.com/app/board/uXjVLa8i1h0=/ Mai multe despre rencfs: encrypted filesystem https://medium.com/@xorio42/list/the-hitchhikers-guide-to-building-an-encrypted-filesystem-828492b94c23 https://miro.com/app/board/uXjVLa8i1h0=/?share_link_id=46849346716 https://startech-rd.io/hitchhikers-guide-to/ https://www.youtube.com/live/HwmVxOl3pQg https://github.com/radumarias/rencfs/blob/main/docs/The_Hitchhiker_s_Guide_to_Building_an_Encrypted_Filesystem_in_Rust_2.pdf Basics of cryptography,Authenticated Encryption,Rust in cryptography and how to build an encrypted filesystem https://miro.com/app/board/uXjVLccxeCE=/?share_link_id=759631680503 rfs: distributed filesystem https://github.com/radumarias/rfs/blob/main/docs/The_Hitchhiker_s_Guide_to_Building_a_Distributed_Filesystem_in_Rust__The_beginning.pdf You can see more about…

  • RSCG – StronglyTypedUid

    name StronglyTypedUid nuget https://www.nuget.org/packages/StronglyTypedUid/ link https://github.com/vicosanz/StronglyTypedUid author Victor Sánchez Transforming a record into a GUID   This is how you can use StronglyTypedUid . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/StronglyTypedUid

  • RSCG – AutoSpectre

    RSCG – AutoSpectre     name AutoSpectre nuget https://www.nuget.org/packages/AutoSpectre.SourceGeneration https://www.nuget.org/packages/AutoSpectre link https://github.com/jeppevammenkristensen/auto-spectre author Jeppe Roi Kristensen Generating prompt to input values for a console application.   This is how you can use AutoSpectre . The code that you start with is The code that you will use is   The code that is generated is…

  • Friday Links 557

    system-design-primer/README.md at master · donnemartin/system-design-primer donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. A plain English introduction to CAP theorem « Kaushik Sathupadi DBMS Musings: Problems with CAP,and Yahoo’s little known…

  • RSCG – SafeRouting

    RSCG – SafeRouting     name SafeRouting nuget https://www.nuget.org/packages/SafeRouting/ link https://github.com/daviddotcs/safe-routing author David Wake Safe Routing for MVC   This is how you can use SafeRouting . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/SafeRouting

  • RSCG – ThisAssembly_Resources

    RSCG – ThisAssembly_Resources     name ThisAssembly_Resources nuget https://www.nuget.org/packages/ThisAssembly.Resources/ link https://www.clarius.org/ThisAssembly/ author Daniel Cazzulino Embed resources to file   This is how you can use ThisAssembly_Resources . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/ThisAssembly_Resources