Babu Annamalaimysticmind.dev·17 hours agoEncrypting and crypto-shredding of PII data in Marten documents using HashiCorp VaultProtecting Personally Identifiable Information (PII) has become essential as organizations handle increasing volumes of sensitive data. Regulations like the GDPR (General Data Protection Regulation) mandate strict controls over PII to safeguard indiv...Discuss·27 reads#martendb
Babu Annamalaimysticmind.dev·Nov 19, 2024Encrypting Personally Identifiable Information at rest in Marten documentsProtecting Personally Identifiable Information (PII) has become essential as organizations handle increasing volumes of sensitive data. Regulations like the GDPR (General Data Protection Regulation) mandate strict controls over PII to safeguard indiv...Discuss·113 readsPII
Simon Fosterfunkysi1701.hashnode.dev·Nov 18, 2024Version 9 of .Net is hereEvery November it is like Christmas for .NET developers, as Microsoft releases the next version of .NET. This year is no different, and we have version 9 of .NET to play with. This release is packed with new features and improvements across the board...Discussdotnet
Muhammad HassanforDevops projectsprojects.hassandevops.site·Nov 18, 2024How to Run a .NET Project Manually and in DockerIn this guide, we’ll walk through two methods to run a .NET 6.0 application: Running the application manually on your local machine. Using Docker to containerize and run the application efficiently. By the end, you’ll have a clear understanding o...Discussdotnet
Ehsan Mirsaeedimirsaeedi.hashnode.dev·Nov 11, 2024mTLS & ASP.NETIn Microsoft, we use mTLS (Mutual Transport Layer Security) extensively to secure our service-to-service (S2S) communications. In this short post, I’m going to cover what mTLS is and how it can be used in dotnet. Link: mTLS protocol explained in TLS ...DiscussmTLS
Tuyến Vũtuyen-vuduc.tech·Nov 11, 2024Introduction of dotnet-binding-utilYou might have created a .NET binding library by yourself by following the guide Binding a Java library from Microsoft docs. In many cases, it’s quite simple and straight forward for small libraries. However, there few drawbacks: 1/ You normally emb...Discuss·39 reads.NET binding librariesandroid-binding-library
Babu Annamalaimysticmind.dev·Nov 8, 2024Personally Identifiable Information masking in Marten documents using partial update/patchingProtecting Personally Identifiable Information (PII) has become essential as organizations handle increasing volumes of sensitive data. Regulations like the GDPR (General Data Protection Regulation) mandate strict controls over PII to safeguard indiv...Discuss·55 reads#martendb
Hubert Garcia GordonforSMTP Insightssmtp-insights.hashnode.dev·Nov 6, 2024Pruebas de Envío de Correos SMTP: De PowerShell a C#Introducción Cuando desarrollamos aplicaciones que involucran envío de correos electrónicos, es crucial probar la configuración SMTP antes de subir a producción. En este artículo, te mostraré cómo usar PowerShell para validar tu configuración SMTP y ...Discusssmtp
Ejan Shresthaijanggmu.hashnode.dev·Nov 5, 2024How to Install Nginx and Secure Your .NET Application with SSL Using CertbotIn this article, we’ll cover a comprehensive guide to setting up Nginx as a reverse proxy for a .NET application, running it over HTTP initially, and then adding SSL encryption with a free certificate from Let’s Encrypt using Certbot. We’ll also disc...DiscussDocker
user1272047programmingetc.hashnode.dev·Nov 4, 2024DOTNET Docker Containers.You can develop and run .NET applications within Docker containers on Linux using Microsoft's official .NET Docker images. These images are available for various .NET versions and are optimized for different development and production scenarios. G...Discussdotnet