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.
Sending SMS with Twilio and .NET
Cover image for Sending SMS with Twilio and .NET

Sending SMS with Twilio and .NET

1
Comments
2 min read
How to Deserialize Internally Tagged JSON in C# with AoT compilation
Cover image for How to Deserialize Internally Tagged JSON in C# with AoT compilation

How to Deserialize Internally Tagged JSON in C# with AoT compilation

1
Comments
2 min read
Defining and Using Classes in C#: A Simple Guide to Object Collections
Cover image for Defining and Using Classes in C#: A Simple Guide to Object Collections

Defining and Using Classes in C#: A Simple Guide to Object Collections

Comments
4 min read
5 Key Concepts Every .NET Developer Should Know for Job Interviews
Cover image for 5 Key Concepts Every .NET Developer Should Know for Job Interviews

5 Key Concepts Every .NET Developer Should Know for Job Interviews

7
Comments 1
5 min read
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
Central Package Management in .NET - Simplify NuGet Dependencies
Cover image for Central Package Management in .NET - Simplify NuGet Dependencies

Central Package Management in .NET - Simplify NuGet Dependencies

3
Comments
4 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
Exploring the new HybridWebView for MAUI 9

Exploring the new HybridWebView for MAUI 9

4
Comments
4 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
CodeBehind 3.9 Released
Cover image for CodeBehind 3.9 Released

CodeBehind 3.9 Released

Comments
4 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
Driving Umbraco's dictionary to the edge (of your system)

Driving Umbraco's dictionary to the edge (of your system)

1
Comments
6 min read
Default Interface Implementations in C#: Where Inheritance Goes to Troll You
Cover image for Default Interface Implementations in C#: Where Inheritance Goes to Troll You

Default Interface Implementations in C#: Where Inheritance Goes to Troll You

62
Comments 10
5 min read
Part 4: Control Flow in C#

Part 4: Control Flow in C#

1
Comments
2 min read
loading...