DEV Community

.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.
Deployment: Hosting .NET Application - Step By Step Guide

Deployment: Hosting .NET Application - Step By Step Guide

4
Comments
4 min read
⚡ Pro Tip: Leverage async and await for Non-Blocking I/O Operations

⚡ Pro Tip: Leverage async and await for Non-Blocking I/O Operations

Comments
1 min read
C# Advanced: Unsubscribing from Events

C# Advanced: Unsubscribing from Events

10
Comments
4 min read
Understanding System.AggregateException in C#

Understanding System.AggregateException in C#

7
Comments
2 min read
C# Advanced: Passing Data into Event Handlers

C# Advanced: Passing Data into Event Handlers

9
Comments
5 min read
C# Design Pattern: Observer

C# Design Pattern: Observer

1
Comments
2 min read
C# Design Pattern: Observer (Portugues)

C# Design Pattern: Observer (Portugues)

1
Comments
2 min read
C# Advanced: Subscribing to Events

C# Advanced: Subscribing to Events

5
Comments
4 min read
Equatable.Generator - Source generator for Equals and GetHashCode

Equatable.Generator - Source generator for Equals and GetHashCode

Comments
2 min read
Make your own Umbraco Starter Kit without making a Starter Kit

Make your own Umbraco Starter Kit without making a Starter Kit

3
Comments
4 min read
C# Advanced:Events

C# Advanced:Events

Comments
4 min read
💡 Pro Tip: Use Span<T> for Efficient Memory Access

💡 Pro Tip: Use Span<T> for Efficient Memory Access

1
Comments
1 min read
C# Design Pattern: Memento

C# Design Pattern: Memento

Comments
2 min read
C# Design Pattern: Memento (Portugues)

C# Design Pattern: Memento (Portugues)

Comments
2 min read
Streamlining MVVM in .NET MAUI with Relay Commands

Streamlining MVVM in .NET MAUI with Relay Commands

3
Comments
4 min read
Embracing the Blazor Hybrid Approach in .NET MAUI

Embracing the Blazor Hybrid Approach in .NET MAUI

4
Comments
3 min read
Understanding and Using async and await in .NET

Understanding and Using async and await in .NET

Comments
1 min read
Mastering C# Fundamentals: Understanding the `using` Statement

Mastering C# Fundamentals: Understanding the `using` Statement

4
Comments 3
2 min read
🛠️ Pro Tip: Implementing IDisposable for Proper Resource Management

🛠️ Pro Tip: Implementing IDisposable for Proper Resource Management

Comments
1 min read
C# Design Pattern: Mediator

C# Design Pattern: Mediator

Comments
2 min read
C# Design Pattern: Mediator (Portugues)

C# Design Pattern: Mediator (Portugues)

Comments
2 min read
🚀 Pro Tip: Leverage IEnumerable for Deferred Execution

🚀 Pro Tip: Leverage IEnumerable for Deferred Execution

Comments 2
1 min read
C# Advanced:Understanding `Action` and `Func`

C# Advanced:Understanding `Action` and `Func`

Comments
5 min read
📊 Design Tip: Favor Interfaces over Concrete Classes

📊 Design Tip: Favor Interfaces over Concrete Classes

Comments 2
1 min read
Implement Onion Architecture in .NET Core for Product Order Service

Implement Onion Architecture in .NET Core for Product Order Service

1
Comments
5 min read
loading...