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.
The art of Deconstructing
Cover image for The art of Deconstructing

The art of Deconstructing

7
Comments
8 min read
Digging Into Nullable Reference Types in C#
Cover image for Digging Into Nullable Reference Types in C#

Digging Into Nullable Reference Types in C#

Comments
6 min read
C# Q&A : Part 1

C# Q&A : Part 1

2
Comments
4 min read
⚠️ Warning: Don't cache lazy IEnumerable<T> in .NET

⚠️ Warning: Don't cache lazy IEnumerable<T> in .NET

3
Comments 1
2 min read
Code with intent!

Code with intent!

3
Comments
6 min read
Introducing Object-Oriented-Programming

Introducing Object-Oriented-Programming

4
Comments 1
10 min read
How to Dockerize a Django and React Application

How to Dockerize a Django and React Application

Comments
6 min read
Quick tip: Using Dremio with SingleStoreDB Cloud
Cover image for Quick tip: Using Dremio with SingleStoreDB Cloud

Quick tip: Using Dremio with SingleStoreDB Cloud

Comments
3 min read
Use Visual Studio dev tunnels to handle Twilio Webhooks
Cover image for Use Visual Studio dev tunnels to handle Twilio Webhooks

Use Visual Studio dev tunnels to handle Twilio Webhooks

1
Comments
10 min read
Creating reports from MariaDB databases
Cover image for Creating reports from MariaDB databases

Creating reports from MariaDB databases

11
Comments
2 min read
.NET Reflection. How to simplify work and use in DDT testing.

.NET Reflection. How to simplify work and use in DDT testing.

1
Comments
21 min read
The DotNet CLI Commands 🖥️
Cover image for The DotNet CLI Commands 🖥️

The DotNet CLI Commands 🖥️

6
Comments
6 min read
How to use dependency injection and inversion of control in C#

How to use dependency injection and inversion of control in C#

11
Comments
5 min read
Extension Methods in C#
Cover image for Extension Methods in C#

Extension Methods in C#

3
Comments
5 min read
Help the compiler, and the compiler will help you. Subtleties of working with nullable reference types in C#

Help the compiler, and the compiler will help you. Subtleties of working with nullable reference types in C#

1
Comments
11 min read
Working With Transactions In EF Core
Cover image for Working With Transactions In EF Core

Working With Transactions In EF Core

1
Comments
3 min read
SQL-Server: Exploration of datetime2(7) precision (C#)
Cover image for SQL-Server: Exploration of datetime2(7) precision (C#)

SQL-Server: Exploration of datetime2(7) precision (C#)

26
Comments
4 min read
Deploying an ASP.NET Core API to Linux (.NET 6 & Ubuntu 20.04)
Cover image for Deploying an ASP.NET Core API to Linux (.NET 6 & Ubuntu 20.04)

Deploying an ASP.NET Core API to Linux (.NET 6 & Ubuntu 20.04)

20
Comments 2
2 min read
AutoFixture Tips and Tricks

AutoFixture Tips and Tricks

5
Comments 2
3 min read
Tutorial : FluentValidation in.Net Core with Web API 📱

Tutorial : FluentValidation in.Net Core with Web API 📱

7
Comments 2
7 min read
Deploying NuGet packages with Docker in GitHub actions

Deploying NuGet packages with Docker in GitHub actions

1
Comments
4 min read
Mapping ASP.NET Core minimal API endpoints with C# source generators
Cover image for Mapping ASP.NET Core minimal API endpoints with C# source generators

Mapping ASP.NET Core minimal API endpoints with C# source generators

11
Comments
6 min read
Important tips on bagging PPO during Internship and securing a Full-Time Role
Cover image for Important tips on bagging PPO during Internship and securing a Full-Time Role

Important tips on bagging PPO during Internship and securing a Full-Time Role

Comments
9 min read
.NET MAUI Blazor - Best practices for mobile UI
Cover image for .NET MAUI Blazor - Best practices for mobile UI

.NET MAUI Blazor - Best practices for mobile UI

19
Comments 9
2 min read
Understanding and Using the ‘Unchecked’ Keyword in C#

Understanding and Using the ‘Unchecked’ Keyword in C#

2
Comments
4 min read
loading...