Search Forum
(57277 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 15

Article #450
.Net Remoting - Part4 A Custom Proxy  By Narendra Maharaj
The .Net Remoting Framework uses two proxy objects to acomplish its work of making a remote call from a client object to a remote server object. [Continued]


Article #449
.Net Remoting - Part3 Remoting Examples  By Narendra Maharaj
Sometimes it is too costly to wait on a remote call to return. One solution may be to make the call in a seperate thread. [Continued]


Article #448
.Net Remoting - Part2 Object Activation, Lifetime And Configuration  By Narendra Maharaj
Object activation refers to the various ways in which a remote object can be instantiated. [Continued]


Article #447
.Net Remoting - Part1 Introduction  By Narendra Maharaj
.Net Remoting is the .Net framework's solution for making remote procedure calls. [Continued]


Article #446
Simplified Syntax for Properties  By Scott Zimmerman
When I first read about properties in C#, I was a bit excited and a bit confused. [Continued]


Article #445
Assembly Explorer 1.0  By Langleyben Leon
In our project we developed a bunch of utility classes. For each one of them we had to create some kind of test application just to enter parameters and display result of method invoked. [Continued]


Article #444
Persist ListView settings with Serialization  By Dan Fontanesi
There are several limitations of the ListView control that comes with .NET. [Continued]


Article #443
Multi-Threading in .NET with C#  By Rosen Kehayov
In order to understand completely what is a thread, how and when to use it we should first see how Windows operating system works. [Continued]


Article #442
.NET Menu Style Revisited  By Francesco Natali
With this new ".NET Menu Style" class you can get a great menu with only few lines of code. [Continued]


Article #441
Example on Using Threads Which Are Synchronized  By Ahmad Al-Kayali
Threads are a powerful abstraction for allowing parallelized operations: graphical updates can happen while another thread is performing computations, two threads can handle two simultaneous network requests from a single process, and the list goes on. [Continued]


Article #440
Web Services Architecture  By John Godel
We can understand without difficulty why Web Services are produced if we look at the computer and software worlds. [Continued]


Article #439
Building Visual Components with C# .NET  By Adrian-Bogdan Andreias
This article is an elementary introduction to writing visual components with the Microsoft .NET framework using C#. [Continued]


Article #438
dotMSN  By Bas Geertsema
dotMSN is a class library to make use of the MSN Messenger Service. The library is built in C# and can therefore be used by all languages the .NET environment supports. [Continued]


Article #437
Single Instance Control Component  By Chandra Hundigam
This article is on a Single Instance control component which checks whether any instance of your application is running on the System. [Continued]


Article #436
IP Address Calculator  By by Gustavo Paris
This article is a brief introduction to the ip version 4 addressing scheme. [Continued]


Article #435
Thread and Sync In C#  By Sagiv H.
Don't believe everything they've told you. Threads in C# are actually pretty easy. [Continued]


Article #434
Delegates and Event Handling in C#  By Faisal Jawaid
This article will deal with Event and delegates in C#. [Continued]


Article #433
C# Neural Network Class  By Yosif Mohammed
A simple c# class for the implementation of the back propogation model for neural networks and a class for the node. [Continued]


Article #431
New Features and Improvements in .NET Framework SDK 1.1 beta  By Majid Shahabfar
The Microsoft .NET Framework version 1.1 Beta extends the .NET Framework version 1.0 with new features, improvements to existing features, and enhancements to the documentation. [Continued]


Article #430
MDX Query Builder  By Arun Kumar Krishnaraj
In this article we will be developing a MDX Query Builder.This is similar to the MDX sample application which comes along the analysis services SQL 2002. [Continued]


Article #429
Data Access with ADO.NET  By Rick Malek
This will be a multi-part article dealing with ADO. We will begin with a bit of history of ADO, what it is, why it's so important, and finally how to utilize it in a COBOL environment. [Continued]


Article #428
Admin mySQL with C#  By Oemer Yildiz
An OpenSource Application to administrate mySQL Databases. [Continued]


Article #427
C# Tutorial For Beginners  By lloyd@galador.net
So you just installed .NET framework and want to start using C# but you don't know where to start? [Continued]


Article #426
Screensaver In C#  By Francesco Natali
Here is the source code for a screensaver in C#. [Continued]


Article #425
Why Object Orientation for COBOL?  By Rick Malek
"Why is Microsoft interested in having so many languages target the new environment? Why bother with a language as old as COBOL?" [Continued]


Article #424
7 Steps to Delegation Success  By Roger Hjartholm
Sometimes you need to send data without knowing the caller of your class, here delegates and events come to rescue. [Continued]


Article #423
A Calculator and Reminder Program in C#  By Rajesh Manicavasagam
Here are a two programs. One of them is a calculator and the other is a reminder program. [Continued]


Article #422
Graphical C# Thread Example  By Indika Wickramanayake
This is simple multi-threading program that draws circles and rectangles. Each shape is handle by individual thread that created every time you press start button. [Continued]


Article #421
Tic Tac Toe in C#  By Rajesh Manicavasagam
A simple example of tic tac toe in C#. [Continued]