Click here to Skip to main content
15,894,630 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 Brian C Hart
This is a guide, written at an intermediate level, to performing high-speed search and replace operations across thousands of files in C# using advanced techniques such as memory-mapped files, asynchronous processing, and user-friendly interfaces with modal progress dialogs.
by Federico Di Marco
Fededim.Extensions.Configuration.Protected is an improved ConfigurationBuilder which allows partial or full encryption of configuration values stored inside any possible ConfigurationSource and fully integrated in the ASP.NET Core architecture using Data Protection API.
by Jo_vb.net
This article and the demo are about getting started using the MVVM Toolkit and some self-created interfaces / services for MessageBox and some dialogs.
by Rudi Breedenraedt
In this series, we will see how to build interactive web applications in ASP.NET Core with the help of Sircl.

All Articles

Sort by Score

.NET 

31 Jan 2015 by Ryan Scott White
A quick C# reference for FileSystemRights enumeration in table format.
28 Jun 2016 by David A. Gray
A reference chart that doubles as the engine behind a data structure mapper
7 Jan 2016 by Alejandro Miralles
Introducing contest. The new testing framework for .NET.
25 Sep 2016 by Chris Maunder
A list of popular reference books sent in by the readers of CodeProject
1 Apr 2014 by Yugandhar Lakkaraju
This article is all about how to save the dataset into excel using C# excel interop
23 Nov 2016 by Mohammed Hameed
This is a general code review checklist and guidelines for C# developers, which will serve as a reference point for development.
30 Mar 2017 by R. Giskard Reventlov
How to change VS2017 settings
16 Nov 2014 by Jigar_Patel
Sliding Up Popup Notification Like Skype
25 Jun 2013 by FrostedSyntax
A convenient Regex overview.
25 Feb 2014 by JatinKhimani
Nested Repeater Editing in asp.net code behind c#
19 Jul 2014 by B. Clay Shannon
A list of useful programming books, some general, some platform- or language-specific
26 Nov 2015 by Duncan Edwards Jones
A VB.Net implementation of the repository pattern
11 May 2010 by Peace ON
Solution 1: Use an open-source .NET PDF library. Sample list: 1.1 ASP.NET FO PDF[^] at SourceForge.net - generates XSL-FO from DataTable to render PDF 1.2 iTextSharp[^] at SourceForge.net 1.2.1 Examples and Tutorial: http://itextsharp.sourceforge.net/[^] 1.2.2...
2 May 2015 by Jordan Hall
Key country information in one enum
1 Oct 2021 by adriancs
Run ASP.NET application easily on any computer
18 Jul 2018 by Silvia Campo
I’ve found it usually tricky to reference the right version of entity framework to the application’s .NET Core version.