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.
Using .Net Core Console Apps as a Baseline for Teaching Programming

Using .Net Core Console Apps as a Baseline for Teaching Programming

19
Comments 3
1 min read
Passing serialized C# object in JSON to Razor Page

Passing serialized C# object in JSON to Razor Page

24
Comments 3
2 min read
[TIL] int vs short and the (unexpected) performance impact

[TIL] int vs short and the (unexpected) performance impact

30
Comments 2
3 min read
6 Ways To Implement The Strategy Pattern In C# (Basic To Advanced)

6 Ways To Implement The Strategy Pattern In C# (Basic To Advanced)

29
Comments 4
8 min read
From Python to C#

From Python to C#

10
Comments 9
1 min read
Mongo what now?

Mongo what now?

12
Comments
4 min read
Preparing .NET Projects for Business Trips

Preparing .NET Projects for Business Trips

12
Comments
4 min read
Keeping Your ADO Sql Connections Safe

Keeping Your ADO Sql Connections Safe

16
Comments
6 min read
Creating a CI/CD pipeline for a .NET library: Part 4 - Code coverage on Coveralls, badges and wrap up

Creating a CI/CD pipeline for a .NET library: Part 4 - Code coverage on Coveralls, badges and wrap up

15
Comments
4 min read
Is it Worth Learning Microsoft's Tech Stack?

Is it Worth Learning Microsoft's Tech Stack?

28
Comments 14
2 min read
Creating a CI/CD pipeline for a .NET library: Part 2 - Defining the build with Cake and publishing to NuGet

Creating a CI/CD pipeline for a .NET library: Part 2 - Defining the build with Cake and publishing to NuGet

24
Comments
6 min read
Creating a CI/CD pipeline for a .NET library: Part 1 - Intro

Creating a CI/CD pipeline for a .NET library: Part 1 - Intro

21
Comments
2 min read
Creating a CI/CD pipeline for a .NET library: Part 3 - Building on AppVeyor and Travis CI

Creating a CI/CD pipeline for a .NET library: Part 3 - Building on AppVeyor and Travis CI

5
Comments
6 min read
[P2] Writing a serialization library in C#: Performance is a feature

[P2] Writing a serialization library in C#: Performance is a feature

10
Comments
2 min read
[P1] Writing a serialization library in C#: The case for Ion

[P1] Writing a serialization library in C#: The case for Ion

10
Comments
6 min read
Let's make a framework

Let's make a framework

10
Comments
6 min read
Build a Secure CRUD App with ASP.NET Core and React

Build a Secure CRUD App with ASP.NET Core and React

38
Comments
24 min read
Using global tool "dotnet outdated" to check for the latest NuGet package updates

Using global tool "dotnet outdated" to check for the latest NuGet package updates

16
Comments 1
2 min read
Getting Started with AWS: Up and Running with Elastic Beanstalk in Minutes

Getting Started with AWS: Up and Running with Elastic Beanstalk in Minutes

48
Comments 4
8 min read
Aquamon: Interacting with Salesforce Tooling API

Aquamon: Interacting with Salesforce Tooling API

16
Comments 2
4 min read
Learning DevOps, building the ASP.NET Core Workshop, and keeping it up to date

Learning DevOps, building the ASP.NET Core Workshop, and keeping it up to date

31
Comments 1
6 min read
Durable Functions - The Anatomy of Function Naming

Durable Functions - The Anatomy of Function Naming

7
Comments
4 min read
New features in C# 8

New features in C# 8

21
Comments 1
2 min read
Creating a site for your project using DocFX

Creating a site for your project using DocFX

12
Comments
7 min read
My Transition from .Net to Salesforce. My thoughts and the challenges so far.

My Transition from .Net to Salesforce. My thoughts and the challenges so far.

30
Comments 14
5 min read
Caching in ASP.NET Core with LazyCache

Caching in ASP.NET Core with LazyCache

16
Comments 1
2 min read
Print PDF's on Azure Using an API and RazorLight

Print PDF's on Azure Using an API and RazorLight

10
Comments
3 min read
Simple webpack config to build javascript, sass and css using NPM and ASP.NET Core

Simple webpack config to build javascript, sass and css using NPM and ASP.NET Core

12
Comments
3 min read
Mock Multiple Calls To The Same Method With FakeItEasy, Moq and NSubstitute

Mock Multiple Calls To The Same Method With FakeItEasy, Moq and NSubstitute

9
Comments
1 min read
Unit Tests In ASP.NET Core Controllers

Unit Tests In ASP.NET Core Controllers

15
Comments
1 min read
How To: Use EntityFramework Core In-Memory Database For Unit Testing

How To: Use EntityFramework Core In-Memory Database For Unit Testing

10
Comments
1 min read
Improving Unit Test Readability In .Net With Fluent Assertions

Improving Unit Test Readability In .Net With Fluent Assertions

8
Comments
1 min read
Apps & Microservices – What you need to know: Autonomy and the challenges you will face.

Apps & Microservices – What you need to know: Autonomy and the challenges you will face.

119
Comments
9 min read
ORM-less Data Access in .Net Core

ORM-less Data Access in .Net Core

74
Comments 9
9 min read
How do you like to learn coding? Have you seen Fritz on Twitch?

How do you like to learn coding? Have you seen Fritz on Twitch?

113
Comments 1
2 min read
Dotnetifying gRPC: Sane Edition

Dotnetifying gRPC: Sane Edition

14
Comments
11 min read
Let's Build

Let's Build

14
Comments 1
3 min read
Simple background scheduling

Simple background scheduling

6
Comments
4 min read
How to easily start using CosmosDB in your C# application in no time with Cosmonaut

How to easily start using CosmosDB in your C# application in no time with Cosmonaut

14
Comments
6 min read
.NET Core in Docker on a Raspberry Pi

.NET Core in Docker on a Raspberry Pi

35
Comments 1
3 min read
Using .NET's HttpClient without following redirects

Using .NET's HttpClient without following redirects

12
Comments
4 min read
Getting started with .NET Core

Getting started with .NET Core

39
Comments
3 min read
What's new in C# 7.3?

What's new in C# 7.3?

28
Comments 6
3 min read
Using cancellation tokens on ASP.NET Core MVC actions

Using cancellation tokens on ASP.NET Core MVC actions

22
Comments 8
3 min read
A .NET Glossary

A .NET Glossary

139
Comments 6
3 min read
Dotnetifying gRPC

Dotnetifying gRPC

32
Comments
14 min read
Is the Managed Code Slower than the Native Code?

Is the Managed Code Slower than the Native Code?

9
Comments
2 min read
New Features in C# 7.1 and 7.2

New Features in C# 7.1 and 7.2

16
Comments
5 min read
Poor man's dotnet solution setup

Poor man's dotnet solution setup

35
Comments 3
2 min read
Hello XML, My Old Friend; I've Come To Encode You Again.

Hello XML, My Old Friend; I've Come To Encode You Again.

21
Comments 7
3 min read
The Generic Rabbit Hole of Madness

The Generic Rabbit Hole of Madness

20
Comments 1
4 min read
Tame Your Giant, Beastly Dependency Injection Registration Class and Ride It Into Glorious Victory

Tame Your Giant, Beastly Dependency Injection Registration Class and Ride It Into Glorious Victory

12
Comments
7 min read
Depending on Functions Instead of Interfaces - Why and How

Depending on Functions Instead of Interfaces - Why and How

14
Comments
7 min read
Depending on Functions Instead of Interfaces - The Navigation Problem

Depending on Functions Instead of Interfaces - The Navigation Problem

11
Comments
3 min read
“dotnet new install” issue – “Error: Value cannot be null”

“dotnet new install” issue – “Error: Value cannot be null”

6
Comments 2
2 min read
400 Bad Request For Declined Payment

400 Bad Request For Declined Payment

6
Comments
3 min read
ASP.NET Core Development in Linux

ASP.NET Core Development in Linux

46
Comments 5
16 min read
A .Net man in Linux world.

A .Net man in Linux world.

28
Comments 16
2 min read
Azure Blob’s Ghost Folders?

Azure Blob’s Ghost Folders?

8
Comments
2 min read
The #1 Rule for .NET Performance

The #1 Rule for .NET Performance

44
Comments
3 min read
loading...