Alberto Meneghinimenalb.hashnode.dev·Dec 4, 2024Atlas Search Local and TestcontainersThanks to Andrea Basile for the initial ideas for this research. Testcontainers is a very popular open-source library, ideal to quickly spin up a database, a message broker, or any other external dependency in a local machine, through code. Under the...DiscussMongoDB
Ahamad Basha NSintro-to-c-net-core.hashnode.dev·Dec 3, 2024Road Map to Dot Net Core (Detailed)Level Up Your .NET Core Skills: A Comprehensive Roadmap Master the Fundamentals 📚: C# Fundamentals 🦸♂️: Syntax and Data Types 🔢 Object-Oriented Programming (OOP) 🏗️: Classes, Inheritance 🧬, Polymorphism 🎭, Encapsulation 🔒, Abstraction ☁️ ...DiscussC#
Ahamad Basha NSintro-to-c-net-core.hashnode.dev·Dec 3, 2024Diving into the .NET Core and C# World!Diving into the .NET Core and C# World 🚀 Today, we're starting a journey to explore the exciting realm of .NET Core and C#, the powerful tools for building modern applications 🏗️! What is .NET? 🚀 .NET is a powerful and versatile framework 🛠️ deve...DiscussC#
Isaiah Clifford OpokuforfreeCodeCampfreecodecamp.org·Dec 2, 2024How to Create a Minimal API in .NET Core – A Step By Step HandbookMinimal APIs are an exciting feature introduced in .NET 6, designed to revolutionize how you create APIs. Imagine building robust APIs with minimal code and zero boilerplate—no more wrestling with controllers, routing, or middleware. That’s what mini...Discussdotnet
Ihar Maiseyeuiharmaiseyeu.net·Dec 2, 2024Hosting .NET 8 Applications in Azure Kubernetes Service (AKS)This article is the third in the series "Use Kubernetes to host .NET 8 applications": Containerize and Host .NET 8 applications in Kubernetes Scaling .NET 8 Applications in Kubernetes Hosting .NET 8 Applications in Azure Kubernetes Service (AKS) (...Discussdotnet
Javier Reyesdevconacento.hashnode.dev·Nov 27, 2024Inyección de dependencias con Microsoft.Extensions.DependencyInjection - Conceptos básicosPara mi primer post, he decidido compartir algunos conceptos básicos sobre Dependency Injection en .NET. No entraré en una definición teórica, ya que existen numerosos recursos explicándolo. En su lugar, me centraré en demostrarlo directamente con có...Discuss·58 readsdotnet
Nishant Banjadeblog.nishantbanjade.com.np·Nov 27, 2024Mastering C# Part 1.1C# (pronounced "C-Sharp") is a modern, versatile, and object-oriented programming language developed by Microsoft in 2000 as part of its .NET initiative. It is designed to be simple, type-safe, and scalable, making it ideal for building a wide range ...DiscussC#
Simon Fosterfunkysi1701.hashnode.dev·Nov 25, 2024Getting started with .Net AspireWhat is .Net Aspire? .Net Aspire is a comprehensive set of tools, templates, and packages designed to simplify the development of cloud-native applications using .Net. It focuses on building observable, production-ready apps by providing a consistent...DiscussAspire
Thati Jagadishjagadishcoder.hashnode.dev·Nov 25, 2024Optimizing Background Processing with HangFire in .NETOverview Scheduling and monitoring background tasks is challenging work. Every big application needs to implement background tasks to accomplish background work, such as data processing, email reminders, SMS queues, and email queues. Windows Service ...Discussbackgroundtask
Babu Annamalaimysticmind.dev·Nov 20, 2024Encrypting 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·43 reads#martendb