-
{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…
-
NET Battle & Encrypted FileSystem
Presentation 1 : .NET BattlePresenter 1: Andrei Ignat,http://msprogrammer.serviciipeweb.ro/Description 1: We will present various .NET features / tools and let the people decide what is more usefull Presentation 2 : The Hitchhiker’s Guide to Building an Encrypted Filesystem in RustPresenter 2 : Radu Marias,https://xorio.rs/Description 2:An encrypted file system written in Rust that is mounted with FUSE…
-
Friday links 489
microsoft/doodle-to-code: From Doodle to Code: Understand the concepts of Generative AI principles through doodles and apply the knowledge by coding! 17 Lesser Known Chrome Extensions You Wish You Knew Sooner ⚡ – DEV Community How Google Sets Durable Goals for Their Software Engineers | LinearB Blog Disabling Recording of an Activity (span) in .NET OpenTelemetry…
-
RSCG – Credfeto.Version.Information.Generator
RSCG – Credfeto.Version.Information.Generator name Credfeto.Version.Information.Generator nuget https://www.nuget.org/packages/Credfeto.Version.Information.Generator/ link https://github.com/credfeto/credfeto-version-constants-generator author Mark Ridgwell Embedding build information as compile time constants in C# projects. This is how you can use Credfeto.Version.Information.Generator . The code that you start with is The code that you will use is The code that is generated is Code…
-
RSCG – polytype
RSCG – polytype name polytype nuget https://www.nuget.org/packages/polytype/ link https://github.com/eiriktsarpalis/PolyType author Eirik Tsarpalis Generating shape like reflection from classes. See PolyType.Examples for more details This is how you can use polytype . The code that you start with is The code that you will use is The code that is generated is…
-
RSCG – Datacute.EmbeddedResourcePropertyGenerator
RSCG – Datacute.EmbeddedResourcePropertyGenerator name Datacute.EmbeddedResourcePropertyGenerator nuget https://www.nuget.org/packages/Datacute.EmbeddedResourcePropertyGenerator/ link https://github.com/datacute/EmbeddedResourcePropertyGenerator/ author Stephen Denne Generating class to access easy the embedded resource This is how you can use Datacute.EmbeddedResourcePropertyGenerator . The code that you start with is The code that you will use is The code that is generated is Code and pdf…
-
RSCG – rscg_queryables
RSCG – rscg_queryables name rscg_queryables nuget https://www.nuget.org/packages/rscg_queryables/ https://www.nuget.org/packages/rscg_queryablesCommon/ link https://github.com/ignatandrei/rscg_queryables author Andrei Ignat Generating code for .Where and .OrderBy by string,not by lambda This is how you can use rscg_queryables . The code that you start with is The code that you will use is The code that is generated is…
-
Friday links 488
How to Test You’ve only added two lines – why did that take two days! ~ Matt Lacey Domain model purity vs. domain model completeness (DDD Trilemma) · Enterprise Craftsmanship Enhancing Netflix Reliability with Service-Level Prioritized Load Shedding | by Netflix Technology Blog | Netflix TechBlog 6 Techniques I Use to Create a Great User…
-
Watch2–part7–full test
Watch2 NuGet Package The Watch2 NuGet package extends the functionality of dotnet watch by adding features such as console clearing and delay handling. It outputs the same information as dotnet watch. 1. Wrapper Interfaces To facilitate testing,it is necessary to wrap various process creation classes from .NET (e.g.,Process => ProcessWrapper,ProcessStartInfo => ProcessStartInfoWrapper). This allows for…
-
Watch2–part 6- options
The Watch2 package passes all the command line arguments to the dotnet watch. So how can it have its own settings? Simple: by reading a watch.json file that is in the same folder where it is executing. 1. Testing I was considering how to perform the testing,and there were two options: Microsoft File Providers: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/file-providers?view=aspnetcore-8.0…
I am ok , you are ok