Click here to Skip to main content
15,889,863 members
Everything / .NET

.NET

.NET

Great Reads

by Alex Pumpet
A simple program for comparing table data from two sources - SQL databases, Excel, CSV or XML-files
by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by shunninghuang
CPS1 emulator, ROM hacking

Latest Articles

by Xavier Junqué i de Fortuny
Converts MathML coded string to/from plain text string
by Yevgeniy Shunevych
An introduction to Atata C#/.NET web UI test automation full-featured framework based on Selenium WebDriver
by Mishael Ogo
A look at a simple SQL builder for Dapper
by GabrieleTronchin
In this project, I've implemented the Transactional Outbox Pattern using EF Core.

All Articles

Sort by Updated

.NET 

U 30 Apr 2024 by Xavier Junqué i de Fortuny
Converts MathML coded string to/from plain text string
22 Mar 2024 by Mohammad Elsheimy
Configuring OpenSSL minimum version and legacy renogetiation
8 Mar 2024 by Cinchoo
Tip to deserialize JSON to polymorphic classes without type information
4 Feb 2024 by Praveen P R
Create and Validate Custom Polly Resilience Strategies
24 Jan 2024 by Allegra Angelo
Save, read and text recognition of network parameters
17 Jan 2024 by OriginalGriff
Why switch from the "traditional" BackgroundWorker to a Task? The old way works OK, but the new way generates "tidier" code which keeps stuff together (and needs less code)
13 Dec 2023 by FenrisH
Demo of how C++ and C# interoperate
7 Dec 2023 by Venkat Chaitanya Kanumukula
Dynamic utility for viewing and browsing schema info and data runtime
24 Nov 2023 by Zijian
From MsTest to xUnit
20 Nov 2023 by Zijian
Live with WCF in the .NET Core Landscape
19 Oct 2023 by Daan Acohen
Boost your xUnit tests with detailed logging for clearer insights and easier debugging.
17 Oct 2023 by Daan Acohen
Effortlessly integrate and leverage OpenAI's text embeddings for enhanced text analysis in your .NET projects.
15 Oct 2023 by Daan Acohen
Discover how to leverage AI capabilities in .NET applications for generating custom images from textual descriptions with ease.
15 Oct 2023 by Daan Acohen
Automate content moderation in .NET with the power of OpenAI's API
13 Oct 2023 by Daan Acohen
Unlock seamless audio transcription capabilities in .NET with OpenAI's API
12 Oct 2023 by Daan Acohen
Seamlessly convert audio messages to text in .NET using OpenAI's API
11 Oct 2023 by Daan Acohen
Explore the streamlined process of creating diverse image variations in .NET applications using OpenAI’s enhanced API functionality.
10 Oct 2023 by Daan Acohen
Easily interact with OpenAI’s API in .NET applications using the ConnectingApps.Refit.OpenAI NuGet package for streamlined, resilient, and loggable calls.
3 Oct 2023 by Daan Acohen
Simplify and resolve circular dependencies in .NET using the SmartInject NuGet package
30 Sep 2023 by David_Cui
A simple way to contain microservices in class libraries for deployment
27 Sep 2023 by Nish Nishant
Details the additional steps needed to get WebJobs logging to Application Insights.
27 Sep 2023 by Victor Sirghii
On the parent razor page, we add Partial View which will serve as the updatable container. On Ajax calls from the parent page, we update only Partial view content, not the whole page, thus creating a smooth user interaction experience.
25 Sep 2023 by Dario Picca
Save Key and Value in JSONformat using C# and LINQ
31 Aug 2023 by Sergey Alexandrovich Kryukov
Improvements used to fix an annoying WPF MenuItem defect related to icons
14 Aug 2023 by Daan Acohen
Explains how to do multiple assertions using the Fluent Assertions library, without multiple validation lines
12 Aug 2023 by Bohdan Stupak
Batching is a nice technique that allows you to handle big amounts of data gracefully. Directory.EnumerateFiles is the API that allows you to organize batch processing for the directory with a large number of files.
10 Aug 2023 by PavanPabolu
Asynchronous and synchronous callback in C# and when to use each of them
16 Jul 2023 by OriginalGriff
I am switching to C# 8 / .NET 7 so I'm recreating my project templates to create suitable versions. And it's not trivial as some things are very different.
24 Jun 2023 by Vadim Loboda
This is an alternative for "VS2010 Box Selection with Copy and Paste"
30 May 2023 by Sufyan S Jabr
All that you need to know when working with MSDTC, troubleshooting and problem solving.
24 May 2023 by Mirzakhmet Syzdykov
Description of the Lavoro web operating system
3 May 2023 by Xavier Junqué i de Fortuny
A rational class to extend numeric functionality
19 Apr 2023 by Malte Klena
Build a StreamReader that can differentiate between ANSI and UTF8 regardless of a byte order mark
17 Apr 2023 by pdoxtader
Very fast image processing without use of unsafe code
17 Apr 2023 by OriginalGriff
How to add images to a Winforms Project so they are accessible as resources
15 Apr 2023 by DavesApps
A way to catch / prevent race conditions in multithreaded code
12 Apr 2023 by Bohdan Stupak
A short example of how byte[] misuse may hurt memory consumption
7 Apr 2023 by Kuv Patel
Convert JSON to C# classes in Visual Studio
4 Apr 2023 by Mike Meinz
Demonstrates two functions to retrieve the current Windows System Audio Volume and set Audio Volume.
19 Mar 2023 by Bohdan Stupak
How to perform distributed lock between multiple instances of a microservice with Redlock.Net
6 Mar 2023 by Robert Gustafson
Simplifies working with ToolStrip-type menus and tool bars for MDI-parent and other forms; also works with ToolStrip-type context menus
21 Feb 2023 by Jo_vb.net
An extended version of the Dynamic Tab article
7 Feb 2023 by George Swan
A .NET7 version of a Rotated Binary Search method
6 Feb 2023 by shunninghuang
Software named M1.NET which shows the details of decrypting arcade game audio
29 Jan 2023 by Oleg_100
Synchronize access to multiple objects by name (string)
24 Jan 2023 by RickZeeland
A Custom Flat-style Numeric UpDown Control with a simple demo application written in .NET 6
17 Jan 2023 by Sufyan S Jabr
All items needed to successfully connect to IBM MQ
16 Jan 2023 by vblover Programmer
Custom DropDownBox with all languages of the world to select a language.Save and reload Selected language using Application Settings
5 Jan 2023 by vblover Programmer
Load Menu from Resource-Only DLL (created by VC++) and Set for Form As MainMenu by API Functions.
30 Dec 2022 by Graham Wilson
A collection of simple .NET Framework/.NET WinForm controls and utilities.
15 Dec 2022 by vblover Programmer
Create a resource-only DLL
13 Dec 2022 by vblover Programmer
Adding ContextMenu's MenuItem to the SystemMenu of Form in Windows Forms Application
1 Dec 2022 by Allegra Angelo
This tip intends to discuss how to rename multiple files in VB.NET.
28 Nov 2022 by thomasardal
Learn about the built-in rate-limiting middleware in ASP.NET Core.
24 Oct 2022 by Praveen_Kumar Gupta
How to upload and download documents in a network for an authenticated user after checking permissions
4 Oct 2022 by Sonnich Jensen
Classic/custom build for assembly version for .NET 5 and 6.
28 Sep 2022 by Cinchoo
Tip to merge different CSV files into one CSV file using Cinchoo ETL
28 Sep 2022 by Cinchoo
Tip to merging JSON array values to single CSV column
28 Sep 2022 by Cinchoo
Quick tutorial about converting JSON to XML file using Cinchoo ETL
13 Sep 2022 by David O'Neil
Create drastic life improvements by completing your Wordle puzzle in minutes instead of days!
24 Aug 2022 by Avinash A. Dhumal
How to implement IDumpable Interface
16 Aug 2022 by Bohdan Stupak
"Method can be static" Microsoft Code Analysis warning may hide a violation of object-oriented design
14 Jul 2022 by Jaume González
Solution using reflection to dynamically load and execute C# code in a workflow context
1 Jul 2022 by honey the codewitch
Adapt a TextBox to make it writeable like any other text based I/O
29 Jun 2022 by RickZeeland
Console app to scan a VS directory and create a simplified directory tree
15 Jun 2022 by Tomasz Malicki
How to create a dynamic object in C # containing the results of a command executed in PowerShell.
10 Jun 2022 by ludosoep
Easily convert a request for a page between pagination designs (page sizes)
3 Jun 2022 by #realJSOP
A half-hearted approach to automatically versioning your projects
31 May 2022 by Jochen Haar
Class to manage the content of Comma Separated Value Files or to deal with Structured Tables in memory
18 May 2022 by Jasper Lammers
About the unexpected behaviour of .NET's Math.Round
16 May 2022 by Pankaj Mohapatra
Integrating TinyMCE editor In ASP.NET MVC
23 Apr 2022 by Bruno Tabbia
A standard Notepad++ plugin that allows you to use an external DLL containing an encoding algorithm to be tried and tested
17 Apr 2022 by Pusparag Subudhi
Extending SignalR to push EF change notification to connected client applications
11 Apr 2022 by AdventureDriver
Creating a optionally sheared mirrored image from a source image in a collage
31 Mar 2022 by David_Cui
A brief introduction to CrossCutterN tool remade for AOP programming in .NET technologies
9 Mar 2022 by SiretT
Console app to share internet connection with other network interface
20 Feb 2022 by Utku Ozan ÇANKAYA
Advantages of using a gateway and how I benefit from using it
16 Feb 2022 by charles henington
Simple user defined Cipher Transform that I got the idea from https://www.codeproject.com/Articles/5319044/ARC4-Encryption-Library
8 Feb 2022 by Marc Clifton
SqlKata is cool but having to use hardcoded strings for tables and fields in not my cup of tea.
5 Feb 2022 by Marc Clifton
Some code tweaks including the ability to alias a mapped property name
25 Jan 2022 by Logicisme
Mimic Excel Slope and Intercept functions for datasets
24 Jan 2022 by ryanovic
An implementation of a basic Reader-Writer lock using only the System.Threading.Monitor class
19 Jan 2022 by Scott Ward
Using extension methods to make working with JavaScript in .NET Blazor easier to work with
14 Jan 2022 by Andreoli Carlo
In our company, we find ourselves in need of using the internal PC (buzzer) on Windows7 64bit. At the end, we figured out how to do it.
12 Jan 2022 by Cinchoo
Tip to split large JSON file based on deeply nested array property using Cinchoo ETL
11 Jan 2022 by Jo_vb.net
My idea was to host a WPF user control with Ribbon within a WinForm VB.NET project and try to use MVVM pattern.
25 Dec 2021 by scott_liu
Entity Framework Core client evaluation was disabled by default since version 3.0 because of performance.
23 Dec 2021 by Bohdan Stupak
Way to leverage custom serializer in Giraffe framework
13 Dec 2021 by Cinchoo
How to compare two CSV files for Add, Deleted and Changed records using Cinchoo ETL
9 Dec 2021 by Andy De Filippo
Draw a shape-like editor implementing the use of anchors to resize and rotate a selection rectangle
1 Dec 2021 by Uladzislau Baryshchyk
Application that can be used to work with subd and connecting Amazon RDS to the project
24 Nov 2021 by Cinchoo
Quick tutorial about converting JSON to YAML file using Cinchoo ETL
23 Nov 2021 by honey the codewitch
Easily compare collections for equality
22 Nov 2021 by Herman<T>.Instance
Short route to fix this issue
22 Nov 2021 by Allegra Angelo
Create a multipage TIFF image from images
9 Nov 2021 by Member 12660776
Programmatically Adding New ConfigurationSectionGroup Corrupts Declaration Section With Multiple Group Declarations.
7 Nov 2021 by Cinchoo
Use Cinchoo ETL to deserialize selective XML nodes from large XML file
1 Nov 2021 by Cinchoo
Quick tutorial about converting JSON to CSV file using Cinchoo ETL
1 Nov 2021 by Ilija Poznić
Adding class selector to WPF
28 Oct 2021 by Tomasz Malicki
Most data types have a built-in ToString method, but not all, and what's more, the default method can throw an error if, for example, the object is null.