Programming
Computer programming sometimes considered a branch of applied mathematics, is the process of writing, testing, debugging/troubleshooting, and maintaining the source code of computer programs.
Article

Searching XML using a DataSet & DataView

Sometimes you need the basic features of a database but don't want the hassle, and possibly cost, of creating one for a small application. With the .NET DataSet object and a simple XML document we...
Article

Remote Scripting Made Easy

Bruce Johnson demonstrates how to use remote scripting to execute server-side functions without leaving the current page.
Article

Midi Synthesis in Java

Learn how to use generate Midi sounds using the synthesizer object sythesis in Java.
Article

Creating a database connection

Creating connections and all your data objects are really easy Design-Time, but what if you need it for runtime? Here's how.
Article

Circular Referencing to COM Objects

This tutorial shows you how to fool Visual Basic in a way it will permit the programmer use circular references, like a Parent property without locking the parent object in memory.
Article

Attributed Programming in .NET Using C#

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...
Article

API Programming Series #2

The second article in this series deals with the mechanics of declaring and invoking an API function from within VB, ending up with neat little application that displays the computer name.
Article

API Programming Series #1

This is the first part of a series of articles explaining how to access and use the Win32 API from within VB.
Article

A TCP/IP socket server object for Visual Basic

Although socket based TCP/IP servers using IO Completion Ports are often written in C++ it's sometimes useful to write such a server in Visual Basic.
Article

A reusable Windows socket server class

Writing a high performance server that runs on Windows NT and uses sockets to communicate with the outside world isn't that hard once you dig through the API references. What's more most of the code...
Article

.NET Interoperability: COM Interop

This article uses Delphi for .NET Preview to show how .NET managed code can interoperate with Win32 COM clients and servers using the COM Interop mechanism. In particular, it focuses on: - .NET...
Article

Delegates and Event Handling in C#

This article will deal with Event and delegates in C#. C# Open a new door by including the feature of Event Driven programming such as Events and Delegates. This article is part of the series that...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.