#dotnet
Read more stories on Hashnode
Articles with this tag
Protecting Personally Identifiable Information (PII) has become essential as organizations handle increasing volumes of sensitive data. Regulations...
This is a continuation of https://mysticmind.dev/marten-native-partial-updates-patching. All the native patch operations are driven by a bunch of...
An interesting issue was raised in my ReverseMarkdown GitHub library repository wherein conversion of HTML table containing colspan in cells does not...
Partial update or patching JSON involves making changes to specific parts of a JSON document without replacing the entire document. This is...
I was quite intrigued by the recent version of [Bun](https://bun.sh/docs/bundler/executables#embedding-sqlite-databases) supporting a one liner call...
MysticMind.PostgresEmbed v4.0 released with support for .NET 8 and few enhancements. This library provides minimum Postgres binaries for development...