Click here to Skip to main content
15,884,353 members
Everything / .NET / .NET 2.0

.NET 2.0

.NET2.0

Great Reads

by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Steve Krile
Fully AJAX-enabled user control used to select names from a database in a drop-down format.
by Waleed Elkot
Reading text from any image using Microsoft Office 2007 OCR
by dotnetdan
VS 2005 debug visualizers for DataSet, DataTable, DataView, DataRow and DataColumn objects.

Latest Articles

by Shivprasad koirala
6 steps to enable transactions in WCF
by Shivprasad koirala
This article explains plug and play architecture using policy application blocks.
by Claudio Nicora
An extended NumericUpDown control with better focus and mouse wheel management.
by Toby Patke
Clearcove.Logging is a very simple logging library designed to meet most logging needs with straight-forward licensing terms.

All Articles

Sort by Updated

.NET 2.0 

23 Jun 2021 by Shivprasad koirala
6 steps to enable transactions in WCF
23 Jun 2021 by Shivprasad koirala
This article explains plug and play architecture using policy application blocks.
23 Sep 2020 by Claudio Nicora
An extended NumericUpDown control with better focus and mouse wheel management.
23 May 2020 by Toby Patke
Clearcove.Logging is a very simple logging library designed to meet most logging needs with straight-forward licensing terms.
25 Dec 2019 by Alexander Iacobciuc
In this article you will find an implementation of a stream player control.
19 Nov 2019 by Richard Atkins
Create a fluid, multi-column, vertically ordered list using nested, floating divs
13 Nov 2019 by pdoxtader
A multithreaded server class that accepts multiple connections from a provided client class. Each client can send and receive files and text (byte data) simultaneously along 250 available channels.
8 Oct 2019 by Taner Riffat
Multithreading is something we will all have to deal with sooner or later. This relatively simple application shows you how to use two threads to copy files. It is also a very handy Windows backup utility with a mirror feature, a batch mode feature, a log file feature and a help button!
13 Apr 2019 by nogChoco
LineNumbers that dock to a RichTextBox or show as an overlay on top of it
2 Jan 2019 by Octavio Loyola-González, Miguel Angel Medina-Pérez, Andres Eduardo Gutierrez Rodriguez, Milton García Borroto
In this article, we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.
31 Dec 2018 by Randy Kroeger
This article provides an example on how you can change application configuration settings within an existing ClickOnce publish, update the manifest files, followed by using the Mage utility for updating the manifest using the existing cert file.
30 Dec 2018 by Chinmoy Mohanty
Multiple techniques of implementing The Observer Pattern in .NET
30 Nov 2018 by Troy Simpson
Setup a simple and cheap computer controlled watering system using VB.NET or C# and a parallel port relay controller
4 Nov 2018 by Faisal(mfrony)
This article will help you to get a clear understanding of LSP.
10 Sep 2018 by Evaldas Jocys
JavaScript class library which partly replicates Microsoft .NET Framework structure and functionality.
14 Aug 2018 by Shashangka Shekhar
In this post, we are going to implement dynamic highchart with Angular6 and ASP.NET Core.
27 Jul 2018 by B.O.B.
Implement a Global Try Catch block while still using the .NET Application Framework.
19 Jul 2018 by Ajcek84
WinForms library containing the IncipitViewer control for drawing musical notes
17 Jul 2018 by Karthik. A
User specific implementation of feature flags, which can be used to roll out features targeting specific users without doing multiple releases
17 Jun 2018 by Gunnar S
Moving ASP.NET WebAPI code to Service Fabric Cluster
22 Apr 2018 by JohnLeitch
This article details how to make .NET applications scriptable with Aphid, an embeddable scripting language.
29 Mar 2018 by Shashangka Shekhar, ZahidOnAir, Abhijit Bhowmick Dip
In this post we are going to create a Single Page Application (SPA) with AngularJS and ASP.Net Core. We will use Angular-UI-Router for our application routing instead of MVC routing.
17 Jan 2018 by honey the codewitch
Dependency free, fast, lightweight JSON parsing and light query
8 Jan 2018 by thangchung
This article will show you how to expose the database schema to the APIs, then query from it. No boilerplate code for simple query actions. Go and read it.
10 Nov 2017 by knockNrod
Creating Embedded Controls for WonderWare InTouch and WinCC
5 Nov 2017 by Alexander Iacobciuc
In this article you will find yet another implementation of a web camera control.
28 Aug 2017 by Kasic Slobodan
Easily assign your extension to your application and set an icon.
17 Aug 2017 by Howard Richards
Provides a useful wrapper to the FtpRequest in .NET 2.0.
1 Aug 2017 by Dmitry Brant
A custom control for Windows Forms that looks like an electronic 7-segment LED display.
22 Jul 2017 by Duncan Edwards Jones
How to use a Windows Azure storage table, blob or file as an event store for event sourcing
19 Jun 2017 by Occam's Razor
Ever wonder how programs like Nero work? They make their own SCSI libraries... like this!
14 Jun 2017 by Robin Rodricks
.NET core/.NET standard is the latest incarnation of the .NET platform. This tutorial introduces you to this new world, and gives you practical advice to successfully port your .NET Framework library to .NET Core.
26 Mar 2017 by Aydin Homay
In this article, I tried to show a real benchmark based on presser test method, for a Big Data collection deals on C++, C#, and VB.NET.
21 Mar 2017 by Christiaan van Bergen
An article on converting text files or csv-files to a System.Data.DataSet based on regular expressions
16 Mar 2017 by lepipele
ASP.NET MVC C# Opensource library that abstracts social logins for OAuth providers like Facebook, Google, Twitter, PayPal
4 Mar 2017 by Duncan Edwards Jones
An outline of how a paired Azure queue and Azure table can be used for the command side of a CQRS application
4 Mar 2017 by raddevus
When disk I/O goes to 100% your machine becomes a brick. Here's some information about how my i7, 8GB laptop was taken over by Microsoft Telemetry.
2 Mar 2017 by David Vanson
A weather application for the current conditions in your area
24 Feb 2017 by Ebenezar John Paul
An Ideal Code Review Checklist that applies for most programming languages
3 Feb 2017 by lepipele
An overview that presents all PayPal integration options, targeted especially at C# developers.
30 Oct 2016 by Shao Voon Wong
Prototype SIMD vectorized code effortlessly.
10 Aug 2016 by Avelino Ferreira
Don't care about Google Maps/Routing/StreetView programming. This Control gives your WinForms applications the power of Google Maps API v3
3 Aug 2016 by Avelino Ferreira
The easiest way to implement the ToolStripControlHost and ToolStripDropDown classes, in a UserControl, in order to display a Container/Control beyond the limits of its Parent Container and Parent Form, with very few lines of code. Let's uncomplicate ...
15 Jul 2016 by andalmeida
Adding shadows to Simple Ray Tracing in C#
15 Jul 2016 by andalmeida
An approach to interpolate vertex normals on triangles
15 Jul 2016 by andalmeida
Simple Ray Tracing in C# Part V (Texture Mapping)
15 Jul 2016 by andalmeida
Simple Ray Tracing with texture mapping in C#
15 Jul 2016 by andalmeida
15 Jul 2016 by andalmeida
Mapping images on spherical surfaces using C#
15 Jul 2016 by andalmeida
15 Jul 2016 by andalmeida
Ray tracing in C# part III - implementing reflection
15 Jul 2016 by andalmeida
Simple Ray Tracing in C# Part IV (Anti-Aliasing)
12 Jun 2016 by David A. Gray
What happens when you have more items in your list than you have items in your control string?
27 May 2016 by icemanind
How to automatically create data access layers and business layers from a Microsoft Access or a SQL Server database
3 May 2016 by Southmountain
this post discussed .NET versioning and multi-targeting of .NET application and component written in C#.
20 Apr 2016 by andrea contoli
A 2D vector shapes and RTFcontrol editor
16 Apr 2016 by TLHobbes
Keeps unnecessary UI elements of KeePass disabled while all documents are locked and also while there are no documents are loaded.
2 Apr 2016 by David Vanson
A progress bar control you can customize
9 Mar 2016 by Avelino Ferreira
Remembering the first time, being already an experienced programmer in VB and VBA, I felt the need to build my first reusable DLL.
13 Jan 2016 by Sebastien Lorion
A reader that provides fast, non-cached, forward-only access to CSV data.
28 Dec 2015 by danah gaz
A lightweight, high performance, easy to use asynchronous stream copy method using IOCP with progress, throughput tracking, and no explicit thread creation.
27 Dec 2015 by 0xC0000054
A C# library to host Photoshop-compatible filters in .NET 2.0 and later
22 Nov 2015 by saleemy2ks
This Article discusses on Memory allocation in .Net and how JIT compiler optimizes non-volatile code. It also talk about Value Type, Reference type, Stack, Heap, Boxing, Unboxing, Ref, Out and Volatile.
2 Nov 2015 by icemanind
25 Oct 2015 by Greg Nutt
This is a VB.NET Version for ".NET Remoting Events Explained"
6 Oct 2015 by Fandango68
Use JavaScript to manage control layouts, formatting and highlights, without the need for Postback which is not so clean.
6 Oct 2015 by Chris A. Johnson
This article explains a gradual approach on moving to Typescript, using Angular and also using a Hybrid Approach.
20 Aug 2015 by Yvan Rodrigues
Often an application needs data from an HTTP server, such as web services, or to scrape content. .NET provides HttpWebRequest, but it requires a lot of code to perform trivial operations. This class simplifies the task dramatically by abstracting the HTTP protocol, streams, and exceptions.
17 Aug 2015 by Simon McKenzie
Reads JPEG Exif data without the heavyweight and unnecessary instantiation of GDI+ objects.
17 Aug 2015 by Marcos Meli
An easy to use .NET library to read/write strong typed data from files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Acces, SqlServer, MySql)
30 Jun 2015 by Nikhil Awatade
Algorithm for Tree view binding
19 Jun 2015 by dmihailescu
Customize OpenFileDialog and SaveFileDialog using a User Control
11 May 2015 by R Potter
A guide through a Vector type in C# using Cartesian and Euclidian Geometry
10 May 2015 by David A. Gray
This article describes a class that adds color to console program displays.
25 Mar 2015 by Chivate Atul
Tracing dead-locks in multi-threaded applications.
16 Mar 2015 by SSDiver2112
TrackBar with custom coloring, value display, label, and increment buttons.
9 Mar 2015 by Steve Messer, Emma Burrows
Windows XP supports multiple keyboards, but by default, the .Net Framework will treat them all as one. This article explains how to use the Windows API Raw Input methods to support multiple keyboards from a C# application.
13 Feb 2015 by Sean Michael Murphy
A library to help with finding rhyming words.
11 Feb 2015 by ideafixxxer
Describes how to avoid loss of performance when implementing SOAP extensions.
8 Feb 2015 by SupperSlonic
The Web API token based authentication via OWIN OAuth2 middleware supported by Facebook, Google, Microsoft.Extracting additional user's information from social networks.
5 Feb 2015 by Michael Schmitt
How to customize the Enterprise Library (June 2005) for Visual Studio 2005
14 Jan 2015 by Paulo Zemek
Understand how to create fully configurable frameworks that let your application evolve without creating bottlenecks.
13 Jan 2015 by Jacques Fournier
Sudoku is a program built in C# with a WPF user interface.
8 Jan 2015 by MaasOne
Download financial data, managing online portfolio or using Search BOSS from Yahoo! with .NET
21 Dec 2014 by Luc Pattyn
A utility that removes phantom icons from the Icon Tray
15 Dec 2014 by Sergey Nozhenko
This is an alternative for "PipeStream, a Memory Efficient and Thread-Safe Stream"
10 Dec 2014 by Anurag Gandhi
This article explains the details and use of Nullable Type in C#.NET.
8 Dec 2014 by daluu
An article on creating and using a web browser (IE only) compatible ink or drawing control using the Microsoft Tablet PC SDK version 1.7. A sample pre-built control is provided for use and demonstration.
2 Dec 2014 by Ed Gadziemski
Analysis of various methods for determining the Mime type and executable status of a file
26 Nov 2014 by Pascal Ganaye
In this article, I try to highlight some issues in the .NET Framework generic list and how to circumvent them
19 Nov 2014 by Leung Yat Chun
This article describes how DirectoryInfoEx uses IShellFolder to list special / virtual directories using C#.
15 Nov 2014 by Michael Ulmann
Get rid of EXE/DLL locks by using ShadowCopyFiles appropriately with .NET 2.0 and newer
15 Nov 2014 by Michael Ulmann
The MasterPage is derived from UserControl and thus, does not support the method 'InitializeCulture()'; a bit more coding is required in order to make the ASP.NET MasterPage localizable.
10 Nov 2014 by Tsuda Kageyu
Extract all the variations of an icon, including the ones ExtractIconEx() can't extract.
5 Nov 2014 by darkoman
This article is about the simple .NET PDF generator and visual designer
30 Oct 2014 by Terrence Sheflin
Explains how to use HttpModule in conjunction with IIS to handle requests to fake directories
26 Oct 2014 by Igor Krupitsky
This application will tell you if a scanned image file is blank
6 Oct 2014 by Dev Leader
Are you excited to get your Myo armband from Thalmic Labs? If you're a C# developer, then check out this open source library to help you control your Myo! The post appeared first on http://www.DevLeader.ca.