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.
On.NET Episode: Exploring the new Azure .NET SDKs for .NET

On.NET Episode: Exploring the new Azure .NET SDKs for .NET

13
Comments
1 min read
A Programming Journey (VSCODE)

A Programming Journey (VSCODE)

6
Comments
2 min read
Upgrade a .Net Framework WPF Application to .Net Core 3.x

Upgrade a .Net Framework WPF Application to .Net Core 3.x

7
Comments 1
4 min read
ExtendedConsole 1.0.3 now has official documentation

ExtendedConsole 1.0.3 now has official documentation

4
Comments
1 min read
Combine xUnit with Fluent Assertions

Combine xUnit with Fluent Assertions

21
Comments 1
3 min read
Azure Functions with QueueTriggers and .NET Core – Configuration and Troubleshooting

Azure Functions with QueueTriggers and .NET Core – Configuration and Troubleshooting

7
Comments
3 min read
Fluent validation with NetCore

Fluent validation with NetCore

48
Comments 2
2 min read
💡 LightBulb v2 released!

💡 LightBulb v2 released!

9
Comments 5
2 min read
Test IOptionsMonitor<T> in ASP.NET Core

Test IOptionsMonitor<T> in ASP.NET Core

15
Comments
3 min read
Build your full text search solution in C#

Build your full text search solution in C#

33
Comments
3 min read
How I built a simple compiler — Markdown to HTML

How I built a simple compiler — Markdown to HTML

13
Comments
4 min read
Document Viewer in ASP.NET Core MVC for 140+ Document Formats

Document Viewer in ASP.NET Core MVC for 140+ Document Formats

50
Comments 3
4 min read
Resource Based Authorization using Razor Pages - PART 1

Resource Based Authorization using Razor Pages - PART 1

6
Comments
3 min read
Episode 032 - Upgrading to ASP.NET Core 3.0 - ASP.NET Core: From 0 to overkill

Episode 032 - Upgrading to ASP.NET Core 3.0 - ASP.NET Core: From 0 to overkill

19
Comments
7 min read
Convert a PDF document to HTML using C#

Convert a PDF document to HTML using C#

8
Comments
1 min read
Programmatically add arrow annotation in a PDF file in C#

Programmatically add arrow annotation in a PDF file in C#

6
Comments
1 min read
Adding Dependency Injection to .NET Core Console Applications on Windows

Adding Dependency Injection to .NET Core Console Applications on Windows

32
Comments 5
3 min read
Clean Architecture Essentials

Clean Architecture Essentials

214
Comments 13
9 min read
15 Tips and Tricks to Increase Your Productivity in Visual Studio 2019

15 Tips and Tricks to Increase Your Productivity in Visual Studio 2019

76
Comments 5
9 min read
Make a quick URL shortener in C#

Make a quick URL shortener in C#

18
Comments 5
10 min read
Performance of a Database Application

Performance of a Database Application

15
Comments 9
3 min read
Multiple Debug Configs with Multiple Build Tasks – VS Code

Multiple Debug Configs with Multiple Build Tasks – VS Code

5
Comments
3 min read
Identifying Nuget package references which are using relative paths across whole solution

Identifying Nuget package references which are using relative paths across whole solution

4
Comments
3 min read
.NET Core Roadmap: Reasons to Use .NET Core Now and in the Future

.NET Core Roadmap: Reasons to Use .NET Core Now and in the Future

32
Comments 1
1 min read
How to make an API with dotnet core

How to make an API with dotnet core

19
Comments 10
3 min read
Increasing your .NET Core App's Resilience: Building a Faulting API

Increasing your .NET Core App's Resilience: Building a Faulting API

9
Comments
5 min read
How To Remove Watermark from PDF Documents Using C#

How To Remove Watermark from PDF Documents Using C#

11
Comments 4
3 min read
100 Days Of Code - Round 1 Days 22 to 28

100 Days Of Code - Round 1 Days 22 to 28

8
Comments
4 min read
Continuous deployment to Azure from Azure DevOps

Continuous deployment to Azure from Azure DevOps

19
Comments 2
5 min read
Blazor Download/Save a File using JSInterop

Blazor Download/Save a File using JSInterop

9
Comments
3 min read
Breeding Attack Squirrels in F#

Breeding Attack Squirrels in F#

40
Comments 5
13 min read
Inyección de Dependencias(DI) en ASP.NET Core, mejores prácticas para escribir código reutilizable, escalable y desacoplado

Inyección de Dependencias(DI) en ASP.NET Core, mejores prácticas para escribir código reutilizable, escalable y desacoplado

48
Comments 4
5 min read
The Challenges of Writing Business Apps/Tools

The Challenges of Writing Business Apps/Tools

4
Comments 2
3 min read
Using .NET LINQ to Query Dynamic Schema-less NoSQL CosmosDB Documents

Using .NET LINQ to Query Dynamic Schema-less NoSQL CosmosDB Documents

19
Comments 1
8 min read
ASP.NET Core 3.0 MVC Secure Authentication

ASP.NET Core 3.0 MVC Secure Authentication

6
Comments
8 min read
Change page orientation of a Word document in C#

Change page orientation of a Word document in C#

7
Comments
1 min read
the new features of AutoMapper in .net

the new features of AutoMapper in .net

44
Comments 2
1 min read
Future-proofing .NET Tests with NUnit Values Attributes

Future-proofing .NET Tests with NUnit Values Attributes

19
Comments 2
4 min read
DVD Player

DVD Player

3
Comments 1
1 min read
Export to Excel from a .Net Core WebApp (Razor Pages)

Export to Excel from a .Net Core WebApp (Razor Pages)

7
Comments 1
3 min read
Bootstrap Toast in .Net Core Web App

Bootstrap Toast in .Net Core Web App

7
Comments
3 min read
Build a Simple Microservice with C# Azure Functions

Build a Simple Microservice with C# Azure Functions

12
Comments
8 min read
How to Migrate a Project From ASP.NET MVC to ASP.NET Core

How to Migrate a Project From ASP.NET MVC to ASP.NET Core

25
Comments
15 min read
How YOU can make your .NET programs more responsive with async/await in .NET Core, C# and VS Code

How YOU can make your .NET programs more responsive with async/await in .NET Core, C# and VS Code

334
Comments 20
9 min read
Business Logic of an Application - My Experience as Newbie Programmer

Business Logic of an Application - My Experience as Newbie Programmer

7
Comments
3 min read
Introduction to Azure Functions

Introduction to Azure Functions

19
Comments 1
2 min read
Introduction to Azure Functions Pt. 5 - Automate the function deployment with a CI/CD pipeline

Introduction to Azure Functions Pt. 5 - Automate the function deployment with a CI/CD pipeline

12
Comments 1
5 min read
Introduction to Azure Functions Pt. 1 - Creating the .NET Core Solution

Introduction to Azure Functions Pt. 1 - Creating the .NET Core Solution

11
Comments 2
3 min read
Introduction to Azure Functions Pt. 2 - Creating the Azure Function

Introduction to Azure Functions Pt. 2 - Creating the Azure Function

9
Comments
3 min read
Introduction to Azure Functions Pt. 4 - Deploying the Azure Function

Introduction to Azure Functions Pt. 4 - Deploying the Azure Function

7
Comments
2 min read
Introduction to Azure Functions Pt. 3 - Creating the Azure Function resources

Introduction to Azure Functions Pt. 3 - Creating the Azure Function resources

4
Comments
2 min read
100 Days Of Code - Round 1 Days 15 to 21

100 Days Of Code - Round 1 Days 15 to 21

12
Comments
4 min read
The Myth of Code Coverage

The Myth of Code Coverage

77
Comments 7
6 min read
Learn how YOU can use both C# and JavaScript in your Blazor app with the JavaScript interop

Learn how YOU can use both C# and JavaScript in your Blazor app with the JavaScript interop

81
Comments 2
9 min read
Ocelot Gateway with "auto-generated" Swagger

Ocelot Gateway with "auto-generated" Swagger

12
Comments 3
5 min read
C#: Extract Data from Database Files without SQL

C#: Extract Data from Database Files without SQL

9
Comments
2 min read
Dependency Injection in NetCore

Dependency Injection in NetCore

18
Comments 4
1 min read
My experience with .NET IoT (so far)

My experience with .NET IoT (so far)

5
Comments
2 min read
Filter a List in Razor Pages .net core 2.2

Filter a List in Razor Pages .net core 2.2

8
Comments 6
3 min read
Create an ASP .NET Core Site with Entity Framework

Create an ASP .NET Core Site with Entity Framework

128
Comments 4
11 min read
loading...