Search Forum
(57225 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


              
Archives: Page 18

Article #540
ODBC Usage in .NET  By Rick Malek
This article will provide a template of how to represent a smallint, integer, decimal, varchar and other ODBC data types that are used in the SQL Server environment in COBOL. [Continued]


Article #539
Meet Microsoft .NET  By Michael Youssef
A lot of beginners who learn C# don't care about understanding what's .NET means? But they are wrong as we will see. [Continued]


Article #538
.NET/COM Interoperability  By Krishna Prasad.N
From the time Microsoft engineers started working on the ideas behind COM in 1998, COM went through quite an evolution. [Continued]


Article #537
Storing Data  By Michael Youssef
As we said before that computer programs work on data so we need to know how we can store data and how we can use this data in our program's code to do our task. [Continued]


Article #536
C#, F# and SMLNET  By Filip Bulovic
While we are waiting for new C# which will have generics, anonymous functions and many other interesting improvements, maybe we should check on F# and SMLNET, which already [Continued]


Article #535
Xml TreeView  By James Divine
The application shown here was my first adventure into Xml in the .Net platform. [Continued]


Article #534
Using Regions to Improve Code Readability  By James Divine
An instructor I once had made a statement that has echoed in my head for years. "When you are a programmer, you have two groups of 'end users', the people who will actually use the software, AND other programmers who may someday have to modify your code." [Continued]


Article #533
Breakout 3D  By Mathias Edman
Ok, I'm sorry for not having the imagination to come up with something on my own but I really love those classic games. [Continued]


Article #532
Simple Barcoding In C#  By James Divine
This article provides a simple way to produce Code 3 of 9 Barcodes through C#. While there are many third-party controls that offer this functionality, it is just as simple to integrate your barcodes using readily available barcode TrueType fonts. [Continued]


Article #531
Working with Status Bars in Real Applications  By Michael Youssef
In this article we will investigate the Status Bars found in the .NET Framework, to read this article and get the most of it you must have a good working knowledge with C#, OOP and WF.NET. [Continued]


Article #530
String Type Object Peculiarities  By Sadiq Ahmed
The main purpose of this article is to explore some common and uncommon issues regarding DotNet and C#. [Continued]


Article #529
Lock Your Computer  By Adam Karim
So, in my quest for the perfect way to lock my Windows 2000 Pro, Server, or Advanced Server since none have the "Window Key" + "L" that was introduced with XP. [Continued]


Article #528
2D-Charting User Control  By Paul Seabury
started this project a month or two ago while learning C# (being Unemployed helped with the free time). I was amazed at what the VS.NET IDE does for a programmer as I was primarily used to Java via the command line. [Continued]


Article #527
ComboBox with AutoComplete 1.1  By James Williams
I wrote the original ComboBox with AutoComplete about a year ago for a project I was working on at the time. Well, I updated it a few times after I posted it here. [Continued]


Article #526
Data Access Layer based on DataSets  By Salvatore Capuano
This article aims to introduce the reader to several conceptual problems encountered in the development of a generic Data Access Layer (from now on referred to as DAL). [Continued]


Article #525
Exporting Managed code as Unmanaged  By Jim Teeuwen
The following Article explains in detail how to use any .NET Assembly from BlitzPlus/Blitz3D. [Continued]


Article #524
Check Your Internet Connection With C#  By Simohamed Attahri
How to check if your computer is connected to the internet with C#. [Continued]


Article #523
C# The Absolute Power  By Michael Youssef
Welcome to the first chapter of my book "Visual C#.NET (The Absolute Power)" and I hope that I will add something to your knowledge. [Continued]


Article #522
Objects & Classes in C#  By Michael Labib
In this article we will understand some of the concepts of object-oriented programming in C# like objects and classes. To read this article you must have C# programming basics. [Continued]


Article #521
The Use Of InnerException  By Loek van den Ouweland
Ever wondered how you can manage your errors in a way you can track 'm down from their source to the point you need to show them? [Continued]


Article #520
SMTP Internationalization  By Andriy Zolotoiy
You can find many articles dedicated to C# SMTP implementation on this or other sites. I'm not going to stop on protocol implementation details but rather [Continued]


Article #519
C# DataGrid With Excel  By Sharad Laxman
This is a simple C# Program that illustrate the usage of DataGrid ,DataSet to get the Excel data and reading that Excel data from DataGrid. [Continued]


Article #518
C# Methods  By Michael Youssef
This article explains the concepts of methods in C#. [Continued]


Article #517
Practical introduction to Web Service and Interoperability using ASP.NET Web Matrix and AXIS 1.1  By Filip Bulovic
In this article we will check how .NET and Java can talk to each other using web services. [Continued]


Article #516
Everything You Want To Know About Mazes But You Are Afraid To Ask  By Wiktor Zychla
Maze generation algorithm is very intuitive. We start from a layout that has walls between all cells. [Continued]


Article #515
Project Trilma.NET  By Wiktor Zychla
In 1883 George H. Monks from Boston designed Halma - an interesting board game with simple rules. One of Halma's descendants is Trilma, sometimes called "Chinese Checkers". [Continued]


Article #514
Extends DataGrid Functionalities  By Choong Chee Tuan
This is an enhanced DataGrid that built in with Auto Search, Auto Column Sizing and Row Select features. [Continued]


Article #513
IBuySpy Portal TextModule with C#  By Waheed Khan
What exactly is the Text Module for? IBuySpy Portal has an HtmlModule, which stores html content into a database. [Continued]


Article #512
Changing the Default Limit of 25 Threads of ThreadPool Class  By Yash Malge
According to the Microsoft documentation., "The thread pool is created the first time you create an instance of the ThreadPool class. [Continued]


Article #511
Asynchronous Server Socket using C#  By Asad Aziz
The TcpListener class provides simple methods that listen for and accept incoming connection requests in blocking synchronous mode. [Continued]