Search Forum
(57243 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 14

Article #420
Converting C# to COBOL  By Rick Malek
One of the brightest people I know of has assisted Fujitsu Software in creating a dual set of CD's titled "Microsoft .NET for COBOL Programmers". [Continued]


Article #419
C# Soundex Utility  By Jeff Guitard
The Soundex algorithm is used to convert a word to a code, based upon the phonetic sound of the word. [Continued]


Article #418
Capturing the Screen Image Using C#  By Agha Ali Raza
am working on a desktop sharing type application in C#. First problem that I encountered was that there was not much in C# to capture the desktop image. [Continued]


Article #417
Registry R/W in C#  By Sagiv Hadaya
The usage of the registry under C# is fairly easy, and opens the world of the registry for your application to use for reading and/or writing. [Continued]


Article #416
Blackjack: A Real World OOD Example  By Dan Fontanesi
A great OOD example in C#. [Continued]


Article #415
MilkShake.NET Sample Application  By Gildeoni Nogueira Santos
This sample involves a mix of .NET technologies like .NET Remoting, ADO.NET, Windows Forms, Data Bindings and many other things. [Continued]


Article #414
Custom Attributes in C#, Part I - Basics  By Gaurav Mantro
We will look at usage of 'Attribute' first to understand functionality that can be achieved, which hopefully should make it easier to understand concept of Attribute. [Continued]


Article #413
Attributed Programming in .NET Using C#  By Deepak Dutta
An attribute is a new code level language construct in all major .NET languages. It provides integration of declarative information to assemblies, classes, interfaces, members, etc. at the code level. [Continued]


Article #412
OnIdle Event Handler  By David Jones
I developed this program recently as an exercise in porting some of my boilerplate Borland C++ Builder code to C#. [Continued]


Article #411
COBOL and .NET Data Types  By Rick Malek
.NET has created a new, level playing field for a multitude of programming languages to interact on a scale never before seen. [Continued]


Article #410
ZipSharp in C#  By John Carto
ZipSharp! is a simple zip file manager made possible by the ZipLib library. [Continued]


Article #409
Compiler tools in C#   By Malcolm Crowe
This document presents compiler writing tools in the tradition of lex and yacc, but using C# as an implementation language. [Continued]


Article #408
ASP.NET Page Templates  By Mike Borromeo
A website templating system is a small collection of page templates that contain and control any non page specific (redundant) code and HTML [Continued]


Article #407
Fujitsu NetCOBOL for .NET  By Rick Malek
Fujitsu NetCOBOL for .NET is a COBOL compiler created specifically for Microsoft's .Net Framework. This means that it: [Continued]


Article #406
POP3 and SMTP Mail Server  By Ivar Lumi
MailServerComponent implements POP3 and SMTP (core) servers. (Handles lowlevel POP3 and SMTP commands and raises events according to it) MailServer service just handles MailServerComponent events and does mail retrieving and storing job. [Continued]


Article #405
An SNMP Library for .NET Framework Version 0.2  By Malcolm Crowe
Snmp.dll is a C# class library for the .NET framework. It has been developed on the Windows platform and may be useful on others also. In contains two namespaces, X690 and Snmp. [Continued]


Article #404
Requesting a Web Page  By Efe Aras
Our developer team is working on a multi technology software (I mean macromedia flash, some services on a server with a slow internet connection, being written in C# and a web based software written with ASP). [Continued]


Article #403
WordNet 1.6 for .NET  By Malcolm Crowe, University of Paisley
The purpose of these notes is to provide some documentation for the classes and interfaces exported by the .NET version of the library. [Continued]


Article #402
File Watcher Utility  By Prashant Brall
The FileWatcher utility is cool tool to see changes to a file(s) in a particular directory. [Continued]


Article #401
SqlLighter Control  By Shripad Kulkarni
Windows forms provides us with the RichTextBox that provides us with rich editing featues like colors , fonts and other formatting options. [Continued]


Article #400
Recipe To Implement Threads Quick and Easy in C#  By Erlend Larsen
I'm pretty new to C#, but have already found out how easy multithreading is in this tailored language. [Continued]


Article #399
Hashtable Serialized Application In C#  By Sagiv Hadaya
The application is self explanatory, and is very depth in various aspects. [Continued]


Article #398
Very Simple Shell Ext  By Michelangelo Giacomelli
How to add a "open with my prog" voice in the contest menu. [Continued]


Article #397
Understanding Generic Type in C#  By Chandra Hundigam
Before we start tampering around the code, lets understand why we need a generic type [Continued]


Article #396
Design Patterns  By Faisal Jawaid
Builder Pattern is quite confusing. There is a very subtle difference between Builder Pattern and Factory Pattern. [Continued]


Article #395
Manipulating Strings The Way C/C++ Programmers Use To  By Sagiv Hadaya
I have been asked a lot lately, how come it's so different in C# to manipulate strings? [Continued]


Article #393
Macro To Update References Of All Projects In A Solution  By Doug Doedens
When working in enterprise development there are occasions when you have a solution file with 10 or more projects in it all using private assemblies. [Continued]


Article #392
ASP.NET Applications Profiling and Process Execution Timing  By Eric Johnson
After searching through code insight and the Internet, I came to the conclusion that there either wasn't a good execution timer to use or that it was very hard to find. [Continued]


Article #391
SharpClaw DB Server In C#  By Matt Sieber
SharpClaw is an attempt to write a (somewhat) SQL compliant database server in C# [Continued]