- 👋 Hi, I’m @fabio-stein
- 👀 I’m interested in C# / ASP.NET Core, Docker, Angular, Arduino
- 📫 How to reach me: Ping me on LinkedIn
- BR
Highlights
Pinned Loading
-
-
Create a simple file system example ...
Create a simple file system example with simple commands to manage the content. It simulates FS blocks with header metadata 1using System.Text.Json;
23//File.Delete("data.txt");
4var stream = File.Open("data.txt", FileMode.OpenOrCreate, FileAccess.ReadWrite);
5var fs = new FileSystem(stream);
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.