Opaluwa Emidowo-ojotech-on-diapers.hashnode.dev·Sep 16, 2024Exploring C# Source GeneratorsHello and Welcome back! I took a much needed break to focus on other parts of my life but I am back with a brand new article for this week. We will be exploring C# Source Generators. C# Source Generators are a feature introduced in .NET 5 that allow ...Discuss·21 likessource generators
Dewa Mahendradewa-mahendra.hashnode.dev·Sep 15, 2024🚀Easy Ways to Apply MediatR Pipeline Behavior in .NET 8In modern software development, making sure our applications are maintainable, testable, and scalable is crucial. One tool that has become popular for achieving these goals in .NET applications is MediatR. MediatR helps implement the mediator pattern...Discussdotnet
Danyl Novhorodovdanyl.hashnode.dev·Sep 14, 2024Interfaces and inheritance in modern C# (revisited)In traditional Object-Oriented Programming (OOP), interfaces are a common way to ensure flexibility, testability, and adherence to SOLID principles. However, in modern C#, we can often avoid interfaces by embracing a more functional programming style...Discuss·159 readsC#
sachin maharjanmaharjansachin.com.np·Sep 8, 2024Streamlining .NET Development: Building a CI/CD Pipeline with GitLab Runner, Docker Swarm, and PortainerContainerizing Dotnet Web Application The .NET application was containerized using Docker to ensure consistency across development and production environments. A Dockerfile was created at the root of the project directory. This Dockerfile defined a m...Discuss·29 readscicd
Ujjwal Singhujjwal-ghatani-dev.hashnode.dev·Sep 3, 2024Mastering Inversion of Control (IoC) and Dependency Injection (DI) with Real-World Examples .Net CoreIntroduction In software development, managing dependencies between classes is crucial for building flexible, maintainable systems. Inversion of Control (IoC) and Dependency Injection (DI) are two key principles that help achieve this, allowing your ...DiscussInversionOfControl
Opaluwa Emidowo-ojotech-on-diapers.hashnode.dev·Sep 2, 2024In-depth Analysis of C# 10 and .NET 6 FeaturesHello and welcome! After working through some serious topics over the past few weeks, today’s guide is a bit lighter. We’ll be exploring the new features in C# 10 and .NET 6. This guide is designed to be clear, easy to follow, and a lot of fun, so st...Discuss·21 likesC#
Sukhpinder Singhdotnet.hashnode.dev·Sep 1, 202410-Day .Net Aspire Challenge: Day 5 — Apache KafkaIntroduction .Net Aspire framework is used to develop cloud and production-ready distributed applications. It consists of components to handle cloud-native concerns such as Redis, Postgres etc. Prerequisites Install .Net 8 Install Visual Studio 202...Discuss.Net Aspire Challengedotnet
Kishan Vaishnavvkishan.hashnode.dev·Aug 31, 2024API Health Checks in .NETMonitoring the health of your application is essential, particularly when it relies on multiple dependencies such as databases, external services, or other resources. API health checks in .NET provide a simple way to monitor the state of these depend...Discussdotnet
Sukhpinder Singhdotnet.hashnode.dev·Aug 31, 202410-Day .Net Aspire Challenge: Day 4— Add Oracle ComponentIntroduction .Net Aspire framework is used to develop cloud and production-ready distributed applications. It consists of components to handle cloud-native concerns such as Redis, Postgres etc. Prerequisites Install .Net 8 Install Visual Studio 202...Discuss.Net Aspire Challengedotnet
Sukhpinder Singhdotnet.hashnode.dev·Aug 31, 202410-Day .Net Aspire Challenge: Day 2— Add MSSQL ComponentIntroduction .Net Aspire framework is used to develop cloud and production-ready distributed applications. It consists of components to handle cloud-native concerns such as Redis, Postgres etc. Prerequisites Install .Net 8 Install Visual Studio 202...Discuss.Net Aspire Challengesoftware development