On UrbanBaby: Top Baby Names of 2007
3 Resources for

class constructor

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Persist data with the XMLSerializer class
Microsoft recognized the need to persist databy including serialization functionality in the .NET Framework withthe System.Runtime.Serialization, which provides the framework fordeveloping custom serialization solutions, and theSystem.Xml.Serialization namespaces. The System.Xml.Serializationnamespace provides the basic functionality of persisting an objectas XML. Let's take a closer look at using this approach. ...
Tags: serialization, XML, XMLSerializer, Tony Patton, namespace, XMLSerializer class, XML Serialization
Technical articles 2005-06-30
Persist data with the XMLSerializer class
The System.Xml.Serialization namespace provides the basic functionality of persisting an object as XML. Take a look at how you can use this approach. Microsoft recognized the need to persist data by including serialization functionality in the .NET Framework with the System.Runtime.Serialization, which...
Tags: XMLSerializer, XML, Tony Patton, XML Serialization, serialization, namespace, XMLSerializer class, .NET Newsletter, Microsoft .NET Framework, Data, Class, Object, System.Xml.Serialization, System.Xml.Serialization Namespace, Deserialization, Persistence, Class Constructor, Software/Web Development, Web Development
Technical articles 2005-06-30
Obtaining file and directory information in ASP.NET
The .NET Frameworkcomes fully equipped with a set of classes to carry out basic file system tasks—creatingand reading directories, checking to see if files exist, retrieving fileproperties, and so on. Most of this magic takes place through two built-in objects,the FileInfo object and the DirectoryInfo object, both part of theSystem.IO...
Tags: .NET, Microsoft ASP.NET, Guest Contributor, class constructor, FileInfo, DirectoryInfo
Technical articles 2004-08-02

Additional Resources

a simple question on c++
can somebody can clear the use of copy constructor in c++. and if possible give a small and suitable example regarding the copy constructor.A copy constructor is used to create an instance from another instance, e.g.:MyClass A;MyClass B A;When B is instantiated, the following constructor is called:B (B const &...
Tags: B, C++, constructor, copy constructor, Int, monukaushal@..., programming
Q&A 2004-10-12
Change the Rules of C++ With Defaulted Functions
Programmers have little control over the implicit declarations of the four canonical member functions. The compiler will not generate a default constructor for a class that has a user-declared copy-constructor. This frustrating state of affairs is about to change. The deleted and defaulted functions proposal provides a convenient mechanism for...
Tags: Jupitermedia Corp., C++, C/C++, Development Tools, Programming Languages, Software Development, Software/Web Development
White papers 2008-06-12
PlacesBar Constructor 1.2 (Windows)
PlacesBar Constructor is a free utility for Windows ME, 2000 and XP that allows you to customize the "PlacesBar" that appears on the left side of the Open and Save dialogs in most applications.The PlacesBar is a set of shortcuts to commonly-used folders, but wouldn't it be more useful if...
Tags: Boyarick Net, PlacesBar Constructor, Microsoft Windows, Microsoft Windows ME, Microsoft Windows XP, Operating Systems, Software
Software downloads 2005-08-26
PlacesBar Constructor 1.2 (Windows)
PlacesBar Constructor is a free utility for Windows ME, 2000, XP, and 2003 that allows you to customize the PlacesBar that appears on the left side of the Open and Save dialogs in most applications. The Places Bar is a set of shortcuts to commonly-used folders, but wouldn't it be...
Tags: Auxtools Software, PlacesBar Constructor, Places Bar, Microsoft Windows, Microsoft Windows ME, Microsoft Windows XP, Operating Systems, Software
Software downloads 2005-11-09
AVI Constructor Pack 6.4 (Windows)
AVI Constructor Pack is a collection of software tools for Windows 95, 98, Me, NT, and 2000 that can assist you in creating AVI files. It contains AVI Constructor, AVI Compress, AVI Merger, AVI Extractor, and AVI Speed Adjustor. Both AVI Constructor and AVI Merger support the creation of 2-bit,...
Tags: AVI, Microsoft Windows, Michael Caracena, AVI Constructor Pack
Software downloads 2001-10-19
Code Around C#'s Using Statement to Release Unmanaged Resources
Suppose the developer obtained unmanaged resources in a class constructor during object construction and the created object was provided to a using statement. However, the resources were not released at the end of the using statement's usage block. Instead, they were released during garbage collection, as the developer may expect....
Tags: Developer, Jupitermedia Corp., Resource, C#, Programming Languages, Software Development, Software/Web Development
White papers 2008-09-05
Test Constructor 2.5.4 (Windows)
Test constructor is a universal program for testing the knowledge. The program can be used to perform testing both at home and various educational institutions. The program allows using an unlimited number of topics, questions and answers. Test constructor supports five types of questions, which gives you an opportunity to...
Tags: Program, Keep-Soft, Microsoft Windows, Corporate Communications, Strategy, Operating Systems, Software, Marketing, Management
Software downloads 2005-06-15
Test Constructor the Editor 2.5.4.3 (Windows)
Test constructor is a universal program for testing the knowledge. The program can be used to perform testing both at home and various educational institutions. The program allows using an unlimited number of topics, questions and answers. Test constructor supports five types of questions, which gives you an opportunity to...
Tags: Keepsoft, Microsoft Windows, Corporate Communications, Strategy, Operating Systems, Software, Marketing, Management
Software downloads 2005-06-14
eCover Constructor 1.0 b18 (Windows)
Our eCover Constructor software allows you to create your own individual, professionally looking 3D eBook, CD, DVD Cover and software Box images in any form, shape, angle and size.
Tags: Tela IT, Microsoft Windows, Tools & Techniques, DVD, Consumer Electronics, Operating Systems, Software, Management, Personal Technology, Home Entertainment
Software downloads 2003-02-04
Molecule Constructor 1.3 (Windows)
Molecule Constructor is a small CAD system for creation of 3D models of molecules with an interactive user interface. Several types of rotation and handling with the molecules and their parts are available in the system. Version 1.3 is a bug fixing release.
Tags: Molecule, Marek Dlapa, CAD, Microsoft Windows, Software, Operating Systems
Software downloads 2007-09-24
How can I transfer variables from one form to many forms in .NET?
I am preparing a project on vb .net. in which i need to pass login name and password of the user to other forms.I am able to pass it by inheritance but when i use to access these values by other form then these values are null.for eg:- A,B,C are...
Tags: password, Microsoft .NET
Discussion threads 2008-09-06
How to properly use method overloading in Java
Don't mess with the meaning of the parametersWhen I saw:PersonString lname {...Person(String fname, String lname) {I cringed. As a rule changing the meaning of the parameters like this is not a good thing. It leads to problems like coding:Person p2 = new Person("Patton");Person p3 = new Person("Patton", "Tony");Is...
Tags: Development tools, constructor
Discussion threads 2005-11-11
Timesheet constructor 3.0 (Windows)
With Timesheet Constructor you can track your hours for one or many projects during a time period. Easy data-entry and overview with outlook-style planning system. With nice report system. Export to PDF, excel and html possible. Mousewheel support. Tray-icon. Also added PDF export!!! You can search the whole database, custom...
Tags: Adobe PDF, Microsoft Windows, Entrysoft
Software downloads 2003-01-12
Take advantage of advanced JavaScript functions
JavaScript functions are a convenient way to package sequences of instructions designed to perform specific tasks or to act as constructors for classes. You can find oodles of documentation on the Internet about using basic functions, but just try to find some info on advanced features of JavaScript functions. So...
Tags: Scripting languages, Edmond Woychowsky, JavaScript, JavaScript function, constructor
Technical articles 2003-01-02
Call a default constructor early, but not often
When you call a constructor from within another constructor, Java requires you to do it on the first line. Learn the logic behind this syntax and see how you can use this to your advantage.Q: When calling a constructor from within another constructor, why does this have to appear on...
Tags: Barb Seewer, constructor
Technical articles 2001-08-28
Look inside the Java Reflection class
Java Reflection is a technology that looks inside a Java object at runtime and sees basically everything about the object that you would know at compile time. Discover the basic techniques involved in Reflection. Java Reflection is a technology that looks inside a Java object at runtime and...
Tags: Java Reflection, Reflection API, Java, Peter V. Mikhalenko, Programming languages, Java Tips Newsletter, Method, Parameter, Class, Object, Field, InvocationHandler, Productivity, Software Development, Software/Web Development
Technical articles 2006-11-08
Deus Ex - Universal Constructor mod (Windows)
The Universal Constructor mod is designed to fix some of the problems in Deus Ex. In this version I have changed some of the Augs, changed all of the Charged Pickups (Tech Goggles, Ballistic Armor, etc.), and created a Store. My Goals is to make the Augs and Charged Pickups...
Tags: Money, Edward Gann, Microsoft Windows, Games, Operating Systems, Software, Personal Technology
Software downloads 2003-10-23
  • << Previous
  • page 1 of 1
  • Next >>


Windows XP Network Troubleshooting Power Checklist
Windows XP is pretty easy to connect to a network. Sometimes, however, things just go awry. That's when you need a strategy. This power checklist walks you through how to figure out what's wrong with Windows XP networking and how to get it fixed.
Buy Now
Troubleshooting Home Networks
Once you've designed and configured your home network to suit your needs, it's tempting to think your work is done. But you still have to make sure yo ...
Buy Now

Storage Virtualization