Forem

.NET

.NET is an open source developer platform, created by Microsoft, for building many types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, gaming, and IoT. Find more at https://dot.net

Posts

๐Ÿ‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Part 6: Object-Oriented Programming (OOP) in C#
Cover image for Part 6: Object-Oriented Programming (OOP) in C#

Part 6: Object-Oriented Programming (OOP) in C#

5
Comments
3 min read
Why Your .NET Application Works in an IDE but Fails in CI/CD or Terminal: Understanding Asynchronous Execution
Cover image for Why Your .NET Application Works in an IDE but Fails in CI/CD or Terminal: Understanding Asynchronous Execution

Why Your .NET Application Works in an IDE but Fails in CI/CD or Terminal: Understanding Asynchronous Execution

2
Comments
2 min read
โœ… ๐—ง๐—ต๐—ฟ๐—ฒ๐—ฎ๐—ฑ ๐—ฆ๐˜†๐—ป๐—ฐ๐—ต๐—ฟ๐—ผ๐—ป๐—ถ๐˜‡๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐—ฆ๐—ถ๐—บ๐—ฝ๐—น๐—ถ๐—ณ๐—ถ๐—ฒ๐—ฑ ๐—ถ๐—ป .๐—ก๐—˜๐—ง ๐Ÿต: ๐—จ๐—ป๐—ฑ๐—ฒ๐—ฟ๐˜€๐˜๐—ฎ๐—ป๐—ฑ๐—ถ๐—ป๐—ด ๐—Ÿ๐—ผ๐—ฐ๐—ธ ๐— ๐—ฒ๐˜๐—ต๐—ผ๐—ฑ๐˜€
Cover image for โœ… ๐—ง๐—ต๐—ฟ๐—ฒ๐—ฎ๐—ฑ ๐—ฆ๐˜†๐—ป๐—ฐ๐—ต๐—ฟ๐—ผ๐—ป๐—ถ๐˜‡๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐—ฆ๐—ถ๐—บ๐—ฝ๐—น๐—ถ๐—ณ๐—ถ๐—ฒ๐—ฑ ๐—ถ๐—ป .๐—ก๐—˜๐—ง ๐Ÿต: ๐—จ๐—ป๐—ฑ๐—ฒ๐—ฟ๐˜€๐˜๐—ฎ๐—ป๐—ฑ๐—ถ๐—ป๐—ด ๐—Ÿ๐—ผ๐—ฐ๐—ธ ๐— ๐—ฒ๐˜๐—ต๐—ผ๐—ฑ๐˜€

โœ… ๐—ง๐—ต๐—ฟ๐—ฒ๐—ฎ๐—ฑ ๐—ฆ๐˜†๐—ป๐—ฐ๐—ต๐—ฟ๐—ผ๐—ป๐—ถ๐˜‡๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐—ฆ๐—ถ๐—บ๐—ฝ๐—น๐—ถ๐—ณ๐—ถ๐—ฒ๐—ฑ ๐—ถ๐—ป .๐—ก๐—˜๐—ง ๐Ÿต: ๐—จ๐—ป๐—ฑ๐—ฒ๐—ฟ๐˜€๐˜๐—ฎ๐—ป๐—ฑ๐—ถ๐—ป๐—ด ๐—Ÿ๐—ผ๐—ฐ๐—ธ ๐— ๐—ฒ๐˜๐—ต๐—ผ๐—ฑ๐˜€

8
Comments
2 min read
Inversion of Control (IoC)
Cover image for Inversion of Control (IoC)

Inversion of Control (IoC)

2
Comments
5 min read
How to create a background email sender with outbox pattern integration

How to create a background email sender with outbox pattern integration

1
Comments
1 min read
Refactoring Complex Conditions: Clean Code Solutions for Nested If Statements

Refactoring Complex Conditions: Clean Code Solutions for Nested If Statements

4
Comments
5 min read
How to Integrate OpenAPI into Your ASP.NET Core Projects with .NET 9
Cover image for How to Integrate OpenAPI into Your ASP.NET Core Projects with .NET 9

How to Integrate OpenAPI into Your ASP.NET Core Projects with .NET 9

5
Comments
3 min read
.NET Core MVC Project Structure : Implementing a Generic Service and Repository Pattern

.NET Core MVC Project Structure : Implementing a Generic Service and Repository Pattern

2
Comments
5 min read
Semantic Versioning using GitVersion YAML file for your .NET, Java, and Kotlin projects' CI/CD
Cover image for Semantic Versioning using GitVersion YAML file for your .NET, Java, and Kotlin projects' CI/CD

Semantic Versioning using GitVersion YAML file for your .NET, Java, and Kotlin projects' CI/CD

5
Comments
8 min read
Server Sent Events in ASP.NET Core
Cover image for Server Sent Events in ASP.NET Core

Server Sent Events in ASP.NET Core

5
Comments
3 min read
Exploring AWS Networking and Content Delivery Services

Exploring AWS Networking and Content Delivery Services

Comments
3 min read
C# 13: How params Collections Transform Development
Cover image for C# 13: How params Collections Transform Development

C# 13: How params Collections Transform Development

7
Comments
4 min read
Recurring Tasks in .NET C# : All options explained
Cover image for Recurring Tasks in .NET C# : All options explained

Recurring Tasks in .NET C# : All options explained

10
Comments
4 min read
The Ultimate Guide to Unit Testing in .NET (C#) Using xUnit and Moq (Without the Boring Examples)
Cover image for The Ultimate Guide to Unit Testing in .NET (C#) Using xUnit and Moq (Without the Boring Examples)

The Ultimate Guide to Unit Testing in .NET (C#) Using xUnit and Moq (Without the Boring Examples)

9
Comments
6 min read
Building Microservices with .NET Core and Kafka: Order Processing

Building Microservices with .NET Core and Kafka: Order Processing

26
Comments 2
3 min read
๐Ÿ‘‹ Sign in for the ability to sort posts by relevant, latest, or top.