close
The Wayback Machine - https://web.archive.org/web/20220214134554/https://dev.to/t/dotnet

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 sort posts by top and latest.
How to publish a NuGet package using dotnet CLI

How to publish a NuGet package using dotnet CLI

Reactions 2 Comments
4 min read
Como usar uma classe Fixture com xUnit

Como usar uma classe Fixture com xUnit

Reactions 6 Comments 1
2 min read
How to use Asp Net Core DI & Reflection

How to use Asp Net Core DI & Reflection

Reactions 3 Comments
4 min read
Why making Umbraco headless makes sense

Why making Umbraco headless makes sense

Reactions 3 Comments
2 min read
Removing old version of .NET

Removing old version of .NET

Reactions 2 Comments
2 min read
MongoDB $weeklyUpdate (Feb 11, 2022): Wordle w/ Data API, Geospatial Queries, RESTful API in .NET Core, and more!

MongoDB $weeklyUpdate (Feb 11, 2022): Wordle w/ Data API, Geospatial Queries, RESTful API in .NET Core, and more!

Reactions 5 Comments
3 min read
Vulnerabilities due to XML files processing: XXE in C# applications in theory and in practice

Vulnerabilities due to XML files processing: XXE in C# applications in theory and in practice

Reactions 4 Comments
18 min read
httpstat.us - Now With .NET 6

httpstat.us - Now With .NET 6

Reactions 5 Comments
6 min read
Using Microsoft’s Extensions.DependencyInjection package in (Xamarin.Forms) MVVM applications (Part 1)

Using Microsoft’s Extensions.DependencyInjection package in (Xamarin.Forms) MVVM applications (Part 1)

Reactions 5 Comments
5 min read
Você ainda vende CDs!

Você ainda vende CDs!

Reactions 4 Comments
1 min read
EF Core: Effectively decouple the data and domain model

EF Core: Effectively decouple the data and domain model

Reactions 7 Comments
8 min read
Migration from .NET5 to .NET 6: Performance benchmarks

Migration from .NET5 to .NET 6: Performance benchmarks

Reactions 7 Comments
4 min read
Agregar AWS Toolkit en Visual Studio 2019 / 2022

Agregar AWS Toolkit en Visual Studio 2019 / 2022

Reactions 4 Comments
2 min read
Maybe, but How?

Maybe, but How?

Reactions 2 Comments
4 min read
Be cautious when implementing the Open Closed Principle

Be cautious when implementing the Open Closed Principle

Reactions 12 Comments 11
5 min read
Conditional Ternary Operator “?” C#, Why (not always) is not “If sentence” replacement

Conditional Ternary Operator “?” C#, Why (not always) is not “If sentence” replacement

Reactions 5 Comments
3 min read
More C# Console Games

More C# Console Games

Reactions 11 Comments
9 min read
5 (Important) Tips to Writing Clean C# Code

5 (Important) Tips to Writing Clean C# Code

Reactions 23 Comments 2
4 min read
A Simple Trick to Boost Performance of Async Code in C#

A Simple Trick to Boost Performance of Async Code in C#

Reactions 7 Comments 3
4 min read
.Net Analyzer for MongoDB

.Net Analyzer for MongoDB

Reactions 9 Comments 1
2 min read
Integrate IndexNow with Umbraco CMS to submit content to search engines

Integrate IndexNow with Umbraco CMS to submit content to search engines

Reactions 6 Comments
10 min read
Background jobs with Hangfire and .NET 6

Background jobs with Hangfire and .NET 6

Reactions 3 Comments
1 min read
Creating Reports from Microsoft Access Databases with List & Label

Creating Reports from Microsoft Access Databases with List & Label

Reactions 5 Comments
3 min read
Create PDF in .NET Core Using itext7

Create PDF in .NET Core Using itext7

Reactions 3 Comments
9 min read
Create a File Manager Component in a Blazor WebAssembly Application

Create a File Manager Component in a Blazor WebAssembly Application

Reactions 2 Comments
1 min read
.Net 6 WebAPI - Intro to ElasticSearch - Step by Step #aspnetcore

.Net 6 WebAPI - Intro to ElasticSearch - Step by Step #aspnetcore

Reactions 10 Comments
2 min read
Improve Code Quality with BannedSymbolAnalyzers

Improve Code Quality with BannedSymbolAnalyzers

Reactions 7 Comments 2
5 min read
Implementing In-App Subscriptions in iOS & Android with no backend servers

Implementing In-App Subscriptions in iOS & Android with no backend servers

Reactions 13 Comments
10 min read
My Capstone Project: Deep Learning to Detect Bugs in Code using Graph Based Neural Networks

My Capstone Project: Deep Learning to Detect Bugs in Code using Graph Based Neural Networks

Reactions 2 Comments
2 min read
Create a simple azure function

Create a simple azure function

Reactions 4 Comments
2 min read
{{{Do curly braces waste space?}}} 📖📘

{{{Do curly braces waste space?}}} 📖📘

Reactions 3 Comments
3 min read
Send Scheduled SMS with C# .NET and Twilio Programmable Messaging

Send Scheduled SMS with C# .NET and Twilio Programmable Messaging

Reactions 3 Comments
9 min read
Week 5, 2022 - Tips I learned this week

Week 5, 2022 - Tips I learned this week

Reactions 2 Comments
4 min read
Implementing a Clean Architecture in ASP.NET Core 6

Implementing a Clean Architecture in ASP.NET Core 6

Reactions 8 Comments
8 min read
C# Wants to Become The MOST POPULAR Programming Language in 2022

C# Wants to Become The MOST POPULAR Programming Language in 2022

Reactions 14 Comments 1
5 min read
Looking into C# Property Patterns Performance

Looking into C# Property Patterns Performance

Reactions 3 Comments
2 min read
Celebrate the .NET 20th Anniversary with the Community!

Celebrate the .NET 20th Anniversary with the Community!

Reactions 30 Comments 2
2 min read
Authentication in ASP .NET Core

Authentication in ASP .NET Core

Reactions 94 Comments 2
6 min read
SecureCLI - A custom CLI using .NET Core and MongoDB Atlas

SecureCLI - A custom CLI using .NET Core and MongoDB Atlas

Reactions 5 Comments
2 min read
Extended Property Patterns in C# 10

Extended Property Patterns in C# 10

Reactions 9 Comments
1 min read
Cross-Site Scripting (XSS) Vulnerabilities (3 Tips to prevent it)

Cross-Site Scripting (XSS) Vulnerabilities (3 Tips to prevent it)

Reactions 26 Comments 2
4 min read
Create a Signature Component in a Blazor WebAssembly App

Create a Signature Component in a Blazor WebAssembly App

Reactions 3 Comments
1 min read
Array or object JSON deserialization (feat. .NET & System.Text.Json)

Array or object JSON deserialization (feat. .NET & System.Text.Json)

Reactions 7 Comments
3 min read
How to setup OpenTelemetry instrumentation in ASP.NET core

How to setup OpenTelemetry instrumentation in ASP.NET core

Reactions 3 Comments
2 min read
A Quick view of Cached Repository Pattern

A Quick view of Cached Repository Pattern

Reactions 14 Comments
3 min read
Add AWS Toolkit in Visual Studio 2019 / 2022

Add AWS Toolkit in Visual Studio 2019 / 2022

Reactions 4 Comments
2 min read
.Net 6 Minimal Api Authentication (JWT) with Swagger and Open API

.Net 6 Minimal Api Authentication (JWT) with Swagger and Open API

Reactions 9 Comments
4 min read
Clean Code in C# Part 9 Rules for Results

Clean Code in C# Part 9 Rules for Results

Reactions 6 Comments
3 min read
Bug hunting story: Azure App Service, Easy Auth and cross domain POST queries

Bug hunting story: Azure App Service, Easy Auth and cross domain POST queries

Reactions 1 Comments
6 min read
F# and WebAssembly

F# and WebAssembly

Reactions 46 Comments 4
10 min read
Impressions of Blazor Server from an Angular Dev

Impressions of Blazor Server from an Angular Dev

Reactions 3 Comments
6 min read
Hello all Developers

Hello all Developers

Reactions 3 Comments
1 min read
Power Apps and the .NET Developer

Power Apps and the .NET Developer

Reactions 11 Comments 2
4 min read
.NET 6 Register Services using Reflection

.NET 6 Register Services using Reflection

Reactions 16 Comments 2
7 min read
Using React.JS as a Micro Frontend in Blazor WASM

Using React.JS as a Micro Frontend in Blazor WASM

Reactions 5 Comments
6 min read
C# Tip: use yield return to return one item at the time

C# Tip: use yield return to return one item at the time

Reactions 8 Comments
3 min read
How to get started with .NET

How to get started with .NET

Reactions 6 Comments
4 min read
.NET MAUI Closer Than Ever (Discover +5 New Features)

.NET MAUI Closer Than Ever (Discover +5 New Features)

Reactions 16 Comments
4 min read
7 best things working at Microsoft

7 best things working at Microsoft

Reactions 3 Comments 1
3 min read
Securing a .NET Azure Function with Azure AD

Securing a .NET Azure Function with Azure AD

Reactions 11 Comments
4 min read
loading...