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 Title

.NET 3.0 

8 Sep 2008 by cesar_boucas
A custom derivative of ServiceHostFactory to control how WCF service hosts are created.
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
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
4 Jun 2013 by V R Shukla
How to access Active Director users on a WinNT network and show them in a dropdown list.
14 Dec 2014 by MarkLTX
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.0 entity classes
27 Jan 2015 by HiDensity
Class providing methods to count up a string using a definable character set.
19 May 2013 by Yossi Yaari
A basic yet generic state machine implementation
5 Oct 2012 by TheCoolCoder
Numbering for Multilevel ASP.Net Treeview using CSS Counters
9 Jan 2014 by nasir_ml
ASP.NET textbox validation made easy.
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.
16 Jan 2012 by Robby Tendean
Simple implementation guide for log4net in a VB.NET web application.
7 Jul 2013 by Amit_Mittal
An easy way to bind XAML with properties defined in code behind
18 Aug 2014 by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
3 Sep 2013 by blitzkrieged
An alternative ProgressBar for C# with extra functionality
15 Aug 2015 by Rakesh Vemula
A Windows application which processes your code and shows how much time it takes to execute your code.
6 Mar 2015 by Darkencrow
A multi-drawer style collapsable UI container
30 Aug 2014 by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
17 Apr 2012 by abhinavshastri
How to Call WebService Dynamically and Read WebService Definition
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
18 Feb 2010 by Ank_ush
How to change the background color for an MDI parent form in Visual C#This article demonstrates how to programmatically change the background color for a multiple-document interface (MDI) parent form by using Visual C#.When you use a Windows Form as an MDI parent form, the Application...
1 Nov 2012 by Fenil Desai
Check which .NET Framework version is installed from command line
25 Dec 2011 by Gandhi Ashish
Checking Internet Is Connected Or Not From .NET
16 May 2011 by J a a n s
For C# guys....using System ;using System.Runtime ;using System.Runtime.InteropServices ;public class Internet{ [DllImport("wininet.dll")] private extern static bool InternetGetConnectedState( out int Description, int ReservedValue ) ; public static bool...
27 May 2011 by Anshul R
Dim value As Boolean = My.Computer.Network.IsAvailable can be used in a situation where the only network a system will be connected to is the Internet.Dim value As Boolean = My.Computer.Network.Ping(hostNameOrAddress ,timeout) hostNameOrAddress can be any valid website -...
10 Sep 2009 by Abhishek Sur
It is to be noted, .NET has lately introducedResponse.RedirectParmanent() after a long await. The main motive of this is tohave permanent response redirection to the Search Engines.Response.RedirectParmanent() is an extension function introduced in .NET 4.0.Themain motive of it is to indicate
30 May 2013 by KK Kod
How to compress JavaScript and CSS files in a web application to reduce page loading time, using GZIP.
10 Jun 2010 by Anshul R
The Perfect Translation/Conversion of Code
7 Jun 2013 by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
28 May 2014 by Thava Rajan
Copy and insert data at any postion in your datagridview
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.
27 Nov 2012 by Aadhar Joshi
Creating job in sql server which automates taking backup of all stored procedures and functions in physical drive.
28 Mar 2012 by chetan virkar
Create a multi-language website in ASP.NET.
20 Sep 2012 by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
20 Jan 2014 by Nirav Prabtani
CTE Query for optimizing complexity of query in sql server
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
25 Oct 2013 by Monotosh Roy Mon
XML Serialization & Deserialization for converting our object to XML and XML to Object
15 Jan 2013 by Yugal Pandya
Database driven N-Level Dynamic Menu Control using C#.NET and SQL Server with stylesheet CSS
6 Oct 2013 by Muhammad Ahmed Azam
"Database Driven Dynamic Menu Control"
29 Jun 2010 by crackruckles
Days Left Timer VBS self deleting
18 Jan 2013 by Tawani Anyangwe
A dead simple HTML Sanitizer (and HTML Parser) you can use to clean user HTML input.
28 Apr 2015 by Hassan Alrehamy
JSON Deserialization in depth concept and Dictionary mapping. Special Thanks to Dr. Coral Walker
25 Feb 2013 by TnTinMn
UpdateDefaultButton - Allows detecting change in ActiveControl
15 Jun 2014 by Amin Esmaeily
This trick is about how to effectively reduce reserved memory by process.
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.
10 Dec 2013 by JRINC
Connect to remote socket via System.Net.Sockets.Socket.Connect method with timeout controlled by System.Threading.Timer
17 Feb 2013 by Anurag Sarkar
How to export DataGridView data to Excel.
19 Jun 2014 by Peter Boyall
Quick routine to extract keys from FederationMetaData.xml
2 May 2011 by Steven.Pinto2000
Factorial Simplified using lambda
9 Jun 2014 by Mario Z
Small WinForm application for reading multiple DOCX files and retrieving their text content
8 May 2011 by Steven.Pinto2000
12 May 2011 by DrABELL
Hello Steven,As FYI: recently I have published on CodeProject a short article (tip) on rather efficient implementation of GCD/LCM based on Euclid algorithm. They use iteration instead of recursion, because re-cursive algorithms in general and in this particular case are relatively...
26 Apr 2012 by Manoj K Bhoir
A Glass style progress bar
14 May 2014 by atlaste
How to fix hiding controls in the Visual Studio user control designer
27 Aug 2012 by the retired
High performance C# byte array to hex string to byte array.
8 Dec 2009 by Your Display Name Here
How to use WebBrowser, a form, and an MDI parent to open Excel files
9 May 2013 by Abhay@Accenture
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
6 Sep 2012 by Pankaj_Shukla
This tip describes how to change username/password for a Windows service programmatically.
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 Jun 2013 by Mike Meinz
Source code to demonstrate the creation of a new task in Windows Task Scheduler.
15 Feb 2013 by Dread_Sharp
How to build an easy plugin system with C# which only takes about 30 lines of code!
20 May 2013 by Sunil P V
How to access a 64bit registry key from 32bit built application in .NET 3.5 and lower
5 Apr 2013 by dapeacenforcement
Easy way to edit the right ListViewItem (Row/Column) after MouseDoubleClick.
8 Feb 2011 by M.Farrukh Abbas
There is no fool-proof technique to catch the browser close event for 100% of time. The trouble lies in the stateless nature of HTTP. I will explain one of them which is very effective and tested
8 Feb 2011 by jfriedman
//Using MooToolswindow.addEvent('unload', Cookie.delete.pass('applicationCookie'));//using JavaScript by itself...//http://www.quirksmode.org/js/cookies.htmlvar eraser = function () { eraseCookie('applicationCookie'); };if(window.addEventListener) window.addEventListener('unload',...
13 Nov 2011 by KazMaxLtd
This article describes how to hide or show TabControl tabs at runtime
20 Nov 2011 by Bernhard Hiller
That's far too obscure.All you need to do is store a reference to the TabPage instance which was removed from the TabPages collection of the TabControl. You may use the form where the TabControl is placed for that purpose.You could also create your own TabControl which has an extra property...
21 Nov 2012 by AdamNThompson
A reusable component for makeing REST service requests using C#
18 Apr 2014 by Member 4742039
How to sort an object list in C#
1 Jan 2014 by Kees van Spelde
To encrypt or not to encrypt with C# .NET
14 Feb 2014 by BenScharbach
How-To Convert a String Collection to a Multi-Enum item using TryParse
29 Dec 2015 by Rajesh Buddaraju
A simplified example is used to describe the state pattern
30 May 2012 by Ahsan Murshed
This article gives ideas to developers to increase development time productivity using the free Visual Studio 2010 extensions.
25 Feb 2017 by RickZeeland
Create an Installer which allows to change the Forms application settings in a custom Inno Setup page
23 Apr 2014 by Rajendra D. Patel
How to insert data using stored procedure in ASP.NET
8 Oct 2013 by submit@perpetuumsoft.com
In this post, we will talk about the wonderful Font class.
9 Jun 2013 by TapasU
IsolatedStorage with Log4Net
29 Mar 2012 by barrd
Fix an exception related to ISupportInitialize.BeginInit and learn why it happens.
31 Mar 2014 by Silvercorer
JavaScript validation for textbox special character selection
10 Jul 2014 by maz2331
License Key class to make generating and validating keys easy.
28 Mar 2013 by dgDavidGreene
Helper utility replaces magic string property names.
18 Feb 2013 by dirigo
Preventing a log file from growing forever
25 Dec 2011 by Juan Davel
Managing Application Scoped Connection Strings
19 May 2013 by Yossi Yaari
A solution for monitoring Events called during test.
10 Feb 2016 by Kouji Matsui
This library is simple and is a substitution of System.String.Format.
17 Apr 2014 by muralikannan_t
How to pass values from one Silverlight application to another using WCF service
27 Aug 2012 by textorijum
How to SIMPLY populate TreeView from some sort of "list" variable / object / structure
6 Apr 2013 by Thomas Daniels
A tip about how to set the position of a Windows Forms MessageBox in C#
31 Jul 2012 by HemendraSingh88
Hi, here we will see how to query a DataSet with LINQ(Language Integrated Query).
27 Apr 2014 by munagalasantosh
Receive IPV6 or IPV4 based data using TcpListener
22 Jul 2015 by The Tigerman
Work in progress, but a simple HTML to RTF converter