Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> Visual Basic & VB.NET -> Classes & Objects Articles Adds this page to your personal favorites
  Classes & Objects
Copying vs. Cloning
We start by saying that (almost) everything in .NET is an Object (capitalisation intentional) not just something we can describe as an object, but is derived from the Framework Class System.Object. The Object Class is the ultimate parent of each and every Object contained either within the Framework or which is derived from it. Unfortunately, below the System.Object level, things get a bit more complicated and the idea of an Object having a Type must be introduced.
Visits: 496 Updated: 2006-2-21  Rating: (Not Rated)  More info & Ratings
Gate to Delegates in VB.NET
This article explains what are "Delegates"? And what is their role in .NET framework. The author uses VB.NET code to provide working examples of "Delegates".
Visits: 1020 Updated: 2003-7-9  Rating: (Not Rated)  More info & Ratings
Advertisment
HOW TO: Marshal an Object to a Remote Server by Reference by Using Visual Basic .NET
This article demonstrates how to marshal an object by reference to a remote server. When you marshal an object by reference, the runtime creates a transparent proxy so that the server can make calls back to the object on the client. The only thing that is sent to the server is the proxy. The proxy marshals the call backs to the client.
Visits: 438 Updated: 2003-12-15  Rating: (Not Rated)  More info & Ratings
HOW TO: Marshal an Object to a Remote Server by Value by Using Visual Basic .NET
This article demonstrates how to marshal an object by value to a remote server. When you marshal an object by value, a copy of the object is created and serialized to the server. Any method calls made on that object are done on the server. Because the object must be serialized to the server, the class definition for the object you are passing must be annotated with the <Serializable> attribute.
Visits: 288 Updated: 2003-12-15  Rating: (Not Rated)  More info & Ratings
Introduction to OOP in VB.NET
Visual Basic .NET offers its users, among many other things, a fully object-oriented programming (OOP) experience. Some former VB6 developers have prepared themselves well to embrace this new version of the language. Others, however, need more time and guidance in taking on this new challenge and opportunity. In this VB.NET OOP series, Budi Kurniawan introduces many facets of object-oriented design and programming to VB programmers new to OOP.
Visits: 1251 Updated: 2003-12-18  Rating: (Not Rated)  More info & Ratings
Object Oriented Programming for VB.NET
This article offers you the very fundamentals of OOP for use with VB.NET; it is for readers who are new to the concepts of OOP. It is not a complete reference, but it is something to start with.
Visits: 3083 Updated: 2001-9-30  Rating: 
Object Oriented Programming for VB.NET - Part 1
If you ask an OOP guru what an OOP language is, you will probably hear him/her utter words such as class, interface, information hiding, encapsulation, inheritance, polymorphism, etc. Those sound cool, don't they? OOP, however, is a topic that is not too easy to master in a day or two or by just attending a lecture. To truly understand it, you need to know the theory as well as do some OOP coding practice. This article offers readers just getting into OOP the very basics of OOP, using VB.NET as the language. It is not a complete reference, but it is something to start with.
Visits: 998 Updated: 2003-12-18  Rating: (Not Rated)  More info & Ratings
Object Oriented Programming for VB.NET - Part 2
The new version of Visual Basic, VB7 and also known as VB.NET, offers the full features of an OOP language. Even though the concept of objects is not entirely new to VB programmers, writing code in an OOP way probably is. Here is an article for VB programmers who want to learn OOP and have a quick grasp of it.
Visits: 1143 Updated: 2003-12-18  Rating: (Not Rated)  More info & Ratings
Restructuring VB code
You can greatly improve the quality of existing code by restructuring it. By restructuring we mean arranging the code in logical modules and classes, grouping related functions and data together, and using scope rules to achieve better legibility and maintainability.
Visits: 1641 Updated: 2002-11-13  Rating: 
Serialization in .NET
There are countless situations when you would like to save the data for later retrieval, but don't need the overhead or complexity of access to a full database. There are many ways to do this, but several of them are subject to a lot of extra code (work) and extra time spent debugging. With .NET, there is now an easy way to add this functionality to your code with only a few lines of easily tested code. This easy way is called serialization.
Visits: 495 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
The Quick & Dirty .NET Guide to C#/VB OOP
Although this article won't be an exhaustive OOP treatise, its objective nevertheless is to present in a quick and dirty manner C#/VB Object-Oriented Programming. Moreover, even though this article may be slightly geared more towards C#, all important VB assessments or similarities are addressed and demonstrated. By the way, keep in mind C# is very case sensitive. Incidentally, don't be put off at the length of this article, a lot of it is simply repeated code examples for both languages.
Visits: 1015 Updated: 2004-1-28  Rating: (Not Rated)  More info & Ratings
The Quick and Dirty .NET Guide to C#/VB Object-Oriented Programming
Everyone, I'm sure, who has allowed for more than a passing perusal of .NET must be excited at the power of its Framework. Those with a pure programming background and earlier knowledge of pre-.NET technologies have found those to be sorely lacking in the solidity and methodology of a pure OOP (Object-Oriented Programming) environment and or language.
Visits: 757 Updated: 2003-12-17  Rating: (Not Rated)  More info & Ratings


Found a broken link? Please report it to us.

  See also  
 Articles
   .NET Articles
    Classes & Controls
   VB.NET Articles
    Threading
    COM Components
 

Sponsored Links 
Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
Software Localization Tool Sisulizer
Localize DotNet, C++ Builder, Delphi, C/C++, Visual Basic & Java apps & html help. Try Sisulizer now
CSTSOFT Instrumentation .NET & ActiveX Components
A collection of 13 instrumentation .NET/ActiveX/VCL components including Gauge,Knob,LED,Trend etc.
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
Computer Graphics World Computer graphics professionals turn to Computer Graphics World to them decide which computer graphics products to purchase to make their job more cost effective! ...
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd 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 Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.