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.
What’s New in .NET 9: Key Updates and C# 12 Features 💻Simplified

What’s New in .NET 9: Key Updates and C# 12 Features 💻Simplified

5
Comments
3 min read
Azure Functions in .NET (C#) — The Ultimate Fun Version 🥳

Azure Functions in .NET (C#) — The Ultimate Fun Version 🥳

3
Comments 2
7 min read
What Can You Build with .NET? A World of Possibilities!

What Can You Build with .NET? A World of Possibilities!

9
Comments 2
4 min read
Operators:If,else if,else,ternary operator,switch

Operators:If,else if,else,ternary operator,switch

Comments
1 min read
Value type va Reference type

Value type va Reference type

Comments
1 min read
Namespace

Namespace

Comments
1 min read
Class and Objects

Class and Objects

Comments
1 min read
Unlocking Data Potential: My Journey with .NET ETLBox

Unlocking Data Potential: My Journey with .NET ETLBox

8
Comments
2 min read
Custom Role-Based Authorization with JWT in ASP.NET Core

Custom Role-Based Authorization with JWT in ASP.NET Core

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

Streamlining MVVM in .NET MAUI with Relay Commands

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

Embracing the Blazor Hybrid Approach in .NET MAUI

Comments
3 min read
Migrating from Xamarin to .NET MAUI: A Journey to Modernization

Migrating from Xamarin to .NET MAUI: A Journey to Modernization

Comments
2 min read
✅ 𝟰 𝗘𝘀𝘀𝗲𝗻𝘁𝗶𝗮𝗹 𝗔𝘂𝘁𝗵𝗼𝗿𝗶𝘇𝗮𝘁𝗶𝗼𝗻 𝗠𝗲𝘁𝗵𝗼𝗱𝘀 𝗳𝗼𝗿 𝗦𝗲𝗰𝘂𝗿𝗶𝗻𝗴 𝗬𝗼𝘂𝗿 .𝗡𝗘𝗧 𝗔𝗣𝗜 🔐

✅ 𝟰 𝗘𝘀𝘀𝗲𝗻𝘁𝗶𝗮𝗹 𝗔𝘂𝘁𝗵𝗼𝗿𝗶𝘇𝗮𝘁𝗶𝗼𝗻 𝗠𝗲𝘁𝗵𝗼𝗱𝘀 𝗳𝗼𝗿 𝗦𝗲𝗰𝘂𝗿𝗶𝗻𝗴 𝗬𝗼𝘂𝗿 .𝗡𝗘𝗧 𝗔𝗣𝗜 🔐

5
Comments
2 min read
Stay Ahead of the Curve: Embrace .NET MAUI for .NET 9

Stay Ahead of the Curve: Embrace .NET MAUI for .NET 9

6
Comments
3 min read
Understanding Memory<T> in C#

Understanding Memory<T> in C#

4
Comments
4 min read
Implementing the Saga Pattern in C#

Implementing the Saga Pattern in C#

5
Comments
4 min read
Mapping Objects in .NET 2024 Using AutoMapper: A Step-by-Step Guide

Mapping Objects in .NET 2024 Using AutoMapper: A Step-by-Step Guide

Comments
1 min read
Infamous N+1 Query Problem with Entity Framework Core

Infamous N+1 Query Problem with Entity Framework Core

7
Comments 1
5 min read
C# Tip: Prefer StringBuilder for Concatenating Multiple Strings

C# Tip: Prefer StringBuilder for Concatenating Multiple Strings

1
Comments 1
1 min read
.NET 9 is Officially Out Today: Unpacking the Top Updates Across 8 Key Areas! 🎉

.NET 9 is Officially Out Today: Unpacking the Top Updates Across 8 Key Areas! 🎉

8
Comments
3 min read
Creating a RESTful API with .NET and Clean Architecture: A Complete Guide 🚀

Creating a RESTful API with .NET and Clean Architecture: A Complete Guide 🚀

19
Comments
4 min read
Custom NET8 Entity Framework Core Generic Repository

Custom NET8 Entity Framework Core Generic Repository

7
Comments
1 min read
Getting Started with FastEndpoints for Building Web APIs in .NET

Getting Started with FastEndpoints for Building Web APIs in .NET

4
Comments
6 min read
Is it Possible to Cache some HTML Tags?

Is it Possible to Cache some HTML Tags?

3
Comments
5 min read
You should know these different execution types in LINQ before writing in C#

You should know these different execution types in LINQ before writing in C#

2
Comments 2
2 min read
Why .NET for Cloud Native Development? Exploring .NET 8 & .NET Aspire ☁️

Why .NET for Cloud Native Development? Exploring .NET 8 & .NET Aspire ☁️

Comments
1 min read
⚙️ Pro Tip: Use ref Locals and Returns for Performance Optimization

⚙️ Pro Tip: Use ref Locals and Returns for Performance Optimization

Comments
1 min read
Layered Architecture (N-Tier)

Layered Architecture (N-Tier)

Comments
5 min read
Dica C#: Use const para Valores Verdadeiramente Constantes

Dica C#: Use const para Valores Verdadeiramente Constantes

Comments
2 min read
C# Tip: Use const for Truly Constant Values

C# Tip: Use const for Truly Constant Values

Comments
1 min read
Building a Real-Time Chat Application with .NET Core 7 and SignalR

Building a Real-Time Chat Application with .NET Core 7 and SignalR

4
Comments
5 min read
c# advance : Introduction to Records in C#

c# advance : Introduction to Records in C#

8
Comments 1
4 min read
Link Many To Many entities with shadow join-table using Entity Framework Core

Link Many To Many entities with shadow join-table using Entity Framework Core

Comments
3 min read
c# advanced: Adding Additional Members to a Record in C#

c# advanced: Adding Additional Members to a Record in C#

5
Comments 1
5 min read
Hacktoberfest 2024

Hacktoberfest 2024

6
Comments
1 min read
Building Scalable Applications with Azure Functions: Best Practices and Tips

Building Scalable Applications with Azure Functions: Best Practices and Tips

1
Comments
6 min read
Employee Leave Management App Angular 18

Employee Leave Management App Angular 18

Comments
2 min read
C# Tip: Use readonly for Immutable Constants

C# Tip: Use readonly for Immutable Constants

Comments
1 min read
Dica C#: Utilize readonly para Constantes Imutáveis

Dica C#: Utilize readonly para Constantes Imutáveis

Comments
2 min read
C# Tip: Use var for Obvious Types, but Prefer Explicit Types for Ambiguous Types

C# Tip: Use var for Obvious Types, but Prefer Explicit Types for Ambiguous Types

8
Comments 3
1 min read
Dica C#: Use var para Tipos Evidentes, mas Prefira Tipos Explícitos para Tipos Ambíguos

Dica C#: Use var para Tipos Evidentes, mas Prefira Tipos Explícitos para Tipos Ambíguos

Comments
1 min read
Functional Programming in C#

Functional Programming in C#

Comments
28 min read
🔎Exploring Design Patterns: Factory Method

🔎Exploring Design Patterns: Factory Method

2
Comments
3 min read
Developing an Equity Business Application with .NET 8, Azure, and AI

Developing an Equity Business Application with .NET 8, Azure, and AI

4
Comments 1
6 min read
How to Integrate OpenAI for Text Generation, Text-to-Speech, and Speech-to-Text in .NET

How to Integrate OpenAI for Text Generation, Text-to-Speech, and Speech-to-Text in .NET

5
Comments
6 min read
c# advanced: Logical and Relational Patterns in C#

c# advanced: Logical and Relational Patterns in C#

5
Comments
4 min read
Blazor's Authentication

Blazor's Authentication

8
Comments
3 min read
🚀 Unlock the Power of .NET Aspire! 🚀

🚀 Unlock the Power of .NET Aspire! 🚀

Comments
1 min read
Dica C#: Evite Variáveis Não Utilizadas

Dica C#: Evite Variáveis Não Utilizadas

Comments
2 min read
C# Tip: Avoid Unused Variables

C# Tip: Avoid Unused Variables

Comments
1 min read
Codemotion 2024 Milan: Rediscovering My Voice and Passion as a Speaker

Codemotion 2024 Milan: Rediscovering My Voice and Passion as a Speaker

5
Comments
5 min read
C# Tip: Naming Variables and Methods

C# Tip: Naming Variables and Methods

Comments
1 min read
Dica C#: Nomeação de Variáveis e Métodos

Dica C#: Nomeação de Variáveis e Métodos

Comments
2 min read
.Net Attribute-based data mapping approach to streamline communication between services

.Net Attribute-based data mapping approach to streamline communication between services

4
Comments
1 min read
Learning TDD by doing: Dealing with Umbraco's published content

Learning TDD by doing: Dealing with Umbraco's published content

1
Comments
6 min read
How To Be More Productive When Creating CRUD APIs in .NET

How To Be More Productive When Creating CRUD APIs in .NET

2
Comments
8 min read
Mastering C# Fundamentals :Adding File Handling

Mastering C# Fundamentals :Adding File Handling

Comments
5 min read
C# Tip: Simplified Nullable Types

C# Tip: Simplified Nullable Types

2
Comments 2
1 min read
Mastering C# Fundamentals: Polymorphism

Mastering C# Fundamentals: Polymorphism

Comments
4 min read
Mastering C# Fundamentals: The Has-A Relationship

Mastering C# Fundamentals: The Has-A Relationship

Comments
4 min read
loading...