Click here to Skip to main content
15,881,803 members
Everything / .NET / .NET 1.1

.NET 1.1

.NET1.1

Great Reads

by Martin Welker
To get qualified access to paper based information, sometimes more than plain OCR is needed. This article shows why, and offers a solution to increase OCR quality by semi-automatic table extraction.
by Jecho Jekov
Provides an easy way to use C calling convention callback functions in C# and VB
by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step
by Muhammad Akhtar Shiekh
An article on "How to authenticate windows user using form authentication in ASP.NET?"

Latest Articles

by Richard Atkins
Create a fluid, multi-column, vertically ordered list using nested, floating divs
by Eric P Schneider
Basic demo on how to serialize and deserialize custom collections
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.
by Faisal(mfrony)
This article will help you to get a clear understanding of LSP.

All Articles

Sort by Score

.NET 1.1 

14 Feb 2014 by BenScharbach
How-To Convert a String Collection to a Multi-Enum item using TryParse
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
20 Sep 2012 by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
11 Oct 2013 by heemanshubhalla
How to use Masked Textbox control in .NET
5 Oct 2012 by TheCoolCoder
Numbering for Multilevel ASP.Net Treeview using CSS Counters
1 Aug 2014 by B. Clay Shannon
Sending commands in a Compact Framework app via C# to a Zebra QLn220 printer
8 Dec 2009 by Your Display Name Here
How to use WebBrowser, a form, and an MDI parent to open Excel files
30 Apr 2012 by Constantin Chumak
This is an alternative for "Locate SQL Server instances on the local network"
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
15 Jan 2013 by Yugal Pandya
Database driven N-Level Dynamic Menu Control using C#.NET and SQL Server with stylesheet CSS
1 Jan 2014 by Kees van Spelde
To encrypt or not to encrypt with C# .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...
29 Dec 2015 by Rajesh Buddaraju
A simplified example is used to describe the state pattern
16 May 2013 by Pasan Eeriyagama
16 Jan 2012 by Robby Tendean
Simple implementation guide for log4net in a VB.NET web application.
30 Aug 2014 by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
20 Jan 2014 by Nirav Prabtani
CTE Query for optimizing complexity of query in sql server
27 Aug 2012 by the retired
High performance C# byte array to hex string to byte array.
25 Dec 2011 by Gandhi Ashish
Checking Internet Is Connected Or Not From .NET
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 -...
6 Oct 2013 by Muhammad Ahmed Azam
"Database Driven Dynamic Menu Control"
27 Aug 2012 by textorijum
How to SIMPLY populate TreeView from some sort of "list" variable / object / structure
1 Feb 2004 by Sebastian Sosna
A simple program which lets you browse containers of your Active Directory
10 Jun 2010 by Anshul R
The Perfect Translation/Conversion of Code
14 Apr 2014 by Mack Ait-Aoudia
This article describe a solution to prevent some browser's functionnalities
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.
20 May 2012 by Anup Kumar Verma
Printer independent Watermark on webpage print in asp.net & C#
22 May 2010 by Vinayaka Krishna Shenoy
.Net Performance tip - 3
7 Jun 2013 by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
12 Mar 2013 by Nelson Kosta Souto
Running the same compiled assembly on Windows and Linux.
24 Jul 2013 by Norbert Eder
The article includes a sample project showing how to save the nodes of a TreeView into an XML file.
15 Jun 2014 by Amin Esmaeily
This trick is about how to effectively reduce reserved memory by process.
5 Jan 2014 by Leon van Wyk
Send faxes with C# using Win 2k or XP
19 Sep 2013 by alifaraze
writing error in a text file is very easy but writing error from a custom assembly in reporting services requires permissions