Click here to Skip to main content
15,902,032 members
Everything / .NET / .NET 3.0

.NET 3.0

.NET3.0

Great Reads

by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Sacha Barber
It would probably be like Cinch, an MVVM framework for WPF.
by Nish Nishant
This articles explains how to implement a TypeDescriptionProvider for a class to support multiple object types using a single class type
by Waleed Elkot
Reading text from any image using Microsoft Office 2007 OCR

Latest Articles

by Christ Kennedy
A fully functional Irish Language Word Processor written in C#
by Rahman Masudur
Few tricks about using a Resource Dictionary in WPF
by Richard Atkins
Create a fluid, multi-column, vertically ordered list using nested, floating divs
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.

All Articles

Sort by Updated

.NET 3.0 

5 Apr 2017 by Juan Francisco Morales Larios
Useful Actions for debugger in System.Diagnostics
25 Feb 2017 by RickZeeland
Create an Installer which allows to change the Forms application settings in a custom Inno Setup page
10 Dec 2016 by Cory Charlton
A thread-safe implementation of the ObservableCollection class
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
10 Feb 2016 by Kouji Matsui
This library is simple and is a substitution of System.String.Format.
29 Dec 2015 by Rajesh Buddaraju
A simplified example is used to describe the state pattern
15 Aug 2015 by Rakesh Vemula
A Windows application which processes your code and shows how much time it takes to execute your code.
22 Jul 2015 by The Tigerman
Work in progress, but a simple HTML to RTF converter
28 Apr 2015 by Hassan Alrehamy
JSON Deserialization in depth concept and Dictionary mapping. Special Thanks to Dr. Coral Walker
6 Mar 2015 by Darkencrow
A multi-drawer style collapsable UI container
11 Feb 2015 by Emiliano El Mariachi
Here is a small library to help you have an automatic undo/redo feature without explicit dependency on Undo/Redo system.
27 Jan 2015 by HiDensity
Class providing methods to count up a string using a definable character set.
14 Dec 2014 by MarkLTX
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.0 entity classes
26 Nov 2014 by Sambhav Yadav - Sam D Silva
ASP.NET page/master page/user control's life cycle from the perspective of Session and View State
31 Oct 2014 by ShaikAnwar
This topic gives us an idea of how to write Linq queries on Entities & DataTable. This covers some basic querying and also usage of joins and group by using LINQ.
18 Sep 2014 by Gautham Prabhu K
Creating and using Service Locator pattern
30 Aug 2014 by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
18 Aug 2014 by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
1 Aug 2014 by Bryan Lyman
A method for duplicating a web page (including all scripts and styles) to run as if it originated from your own server, then modify server-side and client-side functionality afterwards.
10 Jul 2014 by maz2331
License Key class to make generating and validating keys easy.
19 Jun 2014 by Peter Boyall
Quick routine to extract keys from FederationMetaData.xml
15 Jun 2014 by Amin Esmaeily
This trick is about how to effectively reduce reserved memory by process.
14 Jun 2014 by Kaveh Yazdi Nezhad
A simple solution to capture entire HTML code of a web page which is displaying on Internet Explorer
9 Jun 2014 by Mario Z
Small WinForm application for reading multiple DOCX files and retrieving their text content
28 May 2014 by Thava Rajan
Copy and insert data at any postion in your datagridview
17 May 2014 by Mukund Thakker
In this post, we will see how we can convert date time in "X Time ago" format in C#.
14 May 2014 by atlaste
How to fix hiding controls in the Visual Studio user control designer
29 Apr 2014 by munagalasantosh
send data to other system using two different ways, one way using IPV6 and other way is IPV4.
27 Apr 2014 by munagalasantosh
Receive IPV6 or IPV4 based data using TcpListener
24 Apr 2014 by Arvind Singh Baghel
I am writing code to encrypt password in connection string in config file and decrypt password while getting connection from config file.
23 Apr 2014 by Rajendra D. Patel
How to insert data using stored procedure in ASP.NET
18 Apr 2014 by Member 4742039
How to sort an object list in C#
17 Apr 2014 by muralikannan_t
How to pass values from one Silverlight application to another using WCF service
16 Apr 2014 by munagalasantosh
Get all the array index where the sum equals or is greater than some x value
31 Mar 2014 by Silvercorer
JavaScript validation for textbox special character selection
6 Mar 2014 by Jacky Yiu
Visual cryptography is a cryptographic technique which allows visual information (pictures, text, etc.) to be encrypted in such a way that the decryption can be performed by the human visual system, without the aid of computers.
14 Feb 2014 by BenScharbach
How-To Convert a String Collection to a Multi-Enum item using TryParse
20 Jan 2014 by Nirav Prabtani
CTE Query for optimizing complexity of query in sql server
9 Jan 2014 by nasir_ml
ASP.NET textbox validation made easy.
1 Jan 2014 by Kees van Spelde
To encrypt or not to encrypt with C# .NET
10 Dec 2013 by JRINC
Connect to remote socket via System.Net.Sockets.Socket.Connect method with timeout controlled by System.Threading.Timer
6 Dec 2013 by User 4835047
A simple way to serialize DataTables to JSON and push the data to a browser in MVC
1 Nov 2013 by Tecfield
This post shows how to create a zip package using System.IO.Compressio.
25 Oct 2013 by Monotosh Roy Mon
XML Serialization & Deserialization for converting our object to XML and XML to Object
23 Oct 2013 by Ritesh Ramesh
Using reflection to build a templating engine
14 Oct 2013 by marks-mike
Demonstrates how to cascade delete on a single table that maintains hierarchy by a ParentId that points to the primary key of the same table
14 Oct 2013 by S. M. Ahasan Habib
I will demonstrate a generic factory method which will create object from interface type parameter from an assembly (either current or provided) with the help of reflection
11 Oct 2013 by heemanshubhalla
How to use Masked Textbox control in .NET
8 Oct 2013 by submit@perpetuumsoft.com
In this post, we will talk about the wonderful Font class.
6 Oct 2013 by Muhammad Ahmed Azam
"Database Driven Dynamic Menu Control"
3 Sep 2013 by blitzkrieged
An alternative ProgressBar for C# with extra functionality
7 Jul 2013 by Amit_Mittal
An easy way to bind XAML with properties defined in code behind
14 Jun 2013 by Mike Meinz
Source code to demonstrate the creation of a new task in Windows Task Scheduler.
9 Jun 2013 by TapasU
IsolatedStorage with Log4Net
7 Jun 2013 by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
4 Jun 2013 by V R Shukla
How to access Active Director users on a WinNT network and show them in a dropdown list.
30 May 2013 by Mohammed Hameed
Check-in/Check-Out mechanism for TFS - To avoid Build errors and improve productivity.
30 May 2013 by KK Kod
How to compress JavaScript and CSS files in a web application to reduce page loading time, using GZIP.
21 May 2013 by jay1_z
The easiest, most straight-forward delegate tutorial.
20 May 2013 by Sunil P V
How to access a 64bit registry key from 32bit built application in .NET 3.5 and lower
19 May 2013 by Yossi Yaari
A basic yet generic state machine implementation
19 May 2013 by Yossi Yaari
A solution for monitoring Events called during test.
16 May 2013 by Pasan Eeriyagama
9 May 2013 by Abhay@Accenture
8 Apr 2013 by wmjordan
Generic Lists or Generic Types contravariance without casting.
6 Apr 2013 by Thomas Daniels
A tip about how to set the position of a Windows Forms MessageBox in C#
6 Apr 2013 by Marco Medrano
Merged two CodeProject articles to make a better control, the TreeListViewEx.
5 Apr 2013 by dapeacenforcement
Easy way to edit the right ListViewItem (Row/Column) after MouseDoubleClick.
3 Apr 2013 by In the Face of God
Generalize to access data in a database via HTTP
28 Mar 2013 by dgDavidGreene
Helper utility replaces magic string property names.
12 Mar 2013 by Nelson Kosta Souto
Running the same compiled assembly on Windows and Linux.
25 Feb 2013 by TnTinMn
UpdateDefaultButton - Allows detecting change in ActiveControl
18 Feb 2013 by dirigo
Preventing a log file from growing forever
17 Feb 2013 by Anurag Sarkar
How to export DataGridView data to Excel.
15 Feb 2013 by Dread_Sharp
How to build an easy plugin system with C# which only takes about 30 lines of code!
18 Jan 2013 by Tawani Anyangwe
A dead simple HTML Sanitizer (and HTML Parser) you can use to clean user HTML input.
15 Jan 2013 by Yugal Pandya
Database driven N-Level Dynamic Menu Control using C#.NET and SQL Server with stylesheet CSS
17 Dec 2012 by fadi_sayyed
WPF Compare two brushes IsEquals
27 Nov 2012 by Aadhar Joshi
Creating job in sql server which automates taking backup of all stored procedures and functions in physical drive.
21 Nov 2012 by AdamNThompson
A reusable component for makeing REST service requests using C#
1 Nov 2012 by Fenil Desai
Check which .NET Framework version is installed from command line
29 Oct 2012 by Hernán Hegykozi
Show you how to make a connection dialog developed completely from scratch.
5 Oct 2012 by TheCoolCoder
Numbering for Multilevel ASP.Net Treeview using CSS Counters
20 Sep 2012 by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
6 Sep 2012 by Pankaj_Shukla
This tip describes how to change username/password for a Windows service programmatically.
27 Aug 2012 by textorijum
How to SIMPLY populate TreeView from some sort of "list" variable / object / structure
27 Aug 2012 by the retired
High performance C# byte array to hex string to byte array.
2 Aug 2012 by Himanshu Thawait
WCF With No config file needed – all setting in code only, No IIS – Self hosted, consume by channel factory
31 Jul 2012 by HemendraSingh88
Hi, here we will see how to query a DataSet with LINQ(Language Integrated Query).