On GameSpot: Wii Fit tells 10-year-old she's fat
5 Resources for

xml serialization

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Part 1: Developing an object oriented database in less than 140 lines of C#
This article is also available as a TechRepublic download, which includes all of the Visual Studio project files.Ourgoal here is to create a simple object oriented database OODB in C# with lessthan 140 lines of code. Obviously this won't be the easiest project; however C#and the .NET Framework provide many...
Tags: binary serialization, C#, database, object-oriented, serialization, Software engineering/development, XML, XML Serialization, Zach Smith
Technical articles 2007-01-12
Implement XML serialization in the .NET Framework
This article is also available as a TechRepublic download, which includes an example application and sample code.Serializationis the act of saving an object to a storage medium or transforming the object sothat it may be sent across a network. After an object is serialized, you willwant to deserialize it which...
Tags: Microsoft .NET Framework, XML, XML Serialization, Zach Smith
Technical articles 2006-12-14
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
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
Application development: An introduction to serialization in .NET
Serialization is the process of saving the state of an object by converting it to a stream of bytes. The object can then be persisted to file, database, or even memory. The reverse process of serialization is known as deserialization see Figure A. In this article, I discuss the uses...
Tags: SOAP, PRODUCTIVITY, .NET, Middleware, S. Vikram, application development, Microsoft .NET Framework, Microsoft .NET, serialization, Serialization
Technical articles 2003-12-23

Additional Resources

Implement XML serialization in the .NET Framework
Serialization is the act of saving an object to a storage medium or transforming the object so that it may be sent across a network. Serialization is an important aspect of the .NET Framework for developers to understand. From remoting to Web services, serialization plays an integral part in many...
Tags: Microsoft .NET Framework, XML, Zach Smith, Serialization, .Net, Software Development, Software/Web Development
Download resources 2006-12-14
Microsoft .NET Framework and XML Serialization (Advanced)
The Microsoft .NET Framework provides highly customizable APIs to work with object serialization. This webcast will discuss some of the advanced functionality that the System.Xml.Serialization namespace offers, including SoapReflectionImporter and XmlAttributes.
Tags: Microsoft .NET Framework, XML, Microsoft Corp., .Net, Software Development, Software/Web Development
Webcasts
Microsoft .NET Framework and XML Serialization
The Microsoft .NET Framework provides the developer with highly customizable APIs to serialize and to deserialize objects into XML. In this session, users will learn how to use the classes implemented in the System.Xml.Serialization namespace to do this task.
Tags: Microsoft .NET Framework, .Net, XML, Software Development, Software/Web Development, Web Development
Webcasts
serialization
what is meant by serialization?check this outhttp://java.sun.com/developer/technicalArticles/Programming/serialization/
Tags: praveena.atthiptla@...
Discussion threads 2007-06-13
Testing a Web service with a proxy class
System.Xml.Serialization.XmlElementAttribute as a parameterhi, I have read your article and was wondering if anyone can help me understand. I am trying to test a webservice using a proxy class, but i cannot understand what to pass as a parameter to the methods in my class. They all take a...
Tags: Web, charmaine.farrugia@..., Web service
Discussion threads 2007-06-19
Using Schema and Serialization to Leverage Business Logic (exe)
Using Schema and Serialization to Leverage Business Logic. A companion piece to the Extreme XML article, Using Schema and Serialization to Leverage Business Logic. This version is the first release on CNET Download.com.
Tags: Business Logic, Microsoft Corp.
Software downloads 2007-09-14
Choose your own version of serialization in Java
RE: Choose your own version of serialization in Javaplz tell me what is serializationserializationwhat are the precautions for serialization?
Tags: Programming languages, praveena.atthiptla@..., serialization, Java
Discussion threads 2007-06-13
Are you prepared to meet the January 2009 California Pedigree Law?
Implementing new serialization on pharmaceutical products can be confusing. Vendors, trade partners and the industry offer conflicting information -- and California's new drug tracking requirements only add to the confusion; they're clear about what needs to be done, but not how. The first step toward compliance is serialization -- and...
Tags: Compliance, IBM Corp.
White papers 2008-01-01
Programming XML in the Microsoft .NET Framework - Part II
The objective of this webcast is to introduce developers to some basic features of .NET Framework XML assemblies and how this integrates with the other key framework components. The key topics that will be covered in this webcast are - key classes in the System.Xml.Schema and using the SOM implementation,...
Tags: Microsoft .NET Framework, Webcast, Programming, .Net, Microsoft Development Tools, Digital Media, Software Development, Software/Web Development, Development Tools, Consumer Electronics, Personal Technology
Webcasts
What's New in .NET Remoting for .NET Framework 2.0
The presenter of this webcast shows some new features and code examples in .NET Remoting in .NET Framework 2.0, including the new IpcChannel, the secure TcpChannel, and Version Tolerant Serialization VTS to allow authors to version their types without breaking serialization.
Tags: Microsoft .NET Framework 2.0, .NET Remoting, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Webcasts
Implement XML serialization in the .NET Framework
What do you think of the .NET Framework?As a developer, are you a fan of the .NET Framework? Please explain why you are or why you are not?
Tags: Microsoft .NET Framework, Mark W. Kaelin
Discussion threads 2006-12-14
Application Development: Advanced serialization in .NET
This article deals with some of the advanced concepts associated with serialization in .NET. It is recommended that the reader be familiar with the basic concepts discussed in the previous article on serialization. This article deals with custom serialization and the implementation of ISerializable. The cloning of objects and serialization...
Tags: .NET, Middleware, Microsoft .NET, S. Vikram, application development, ISerializable, ICloneable, constructor, ISerializable interface, Clone method, serialization, GetObjectData method
Technical articles 2004-01-27
Validating XML Documents Against XML Schema
XML documents are increasingly being used as a format of data exchange. But for an XML document to be acceptable to different developers/users, the XML document should conform to a standard structure. XML Schema is an XML-based representation of the structure of an XML document. Through its support for datatypes...
Tags: XML Schema, XML Document, XML, Software/Web Development, Web Development
White papers
Working with .NET Serialization
Almost every application needs to save data for later use, or for transport to another application. Every developer has crafted a one-off solution to the problem, and no one will argue that this is a waste of time. Shouldn't the operating system provide some standard technique for serializing data for...
Tags: Microsoft .NET Framework, .Net, Software Development, Software/Web Development
Webcasts
An XML Learning Framework
The paper will present in general terms the categories of XML knowledge, and then explicate the levels of learning possible for each category. The categories identified are: Definition of XML, XML Processing, XML Syntax, XML Data Modeling, XML Companion Specifications, Other Technologies and System Implementation.
Tags: Isogen International Corp., XML, Software/Web Development, Web Development
White papers 2002-07-01
  • << Previous
  • page 1 of 1
  • Next >>


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
TechRepublic's E-mail Usage Policy
Numerous studies indicate that personal e-mail use at work is a leading cause of lost productivity. In addition, personal e-mail use can introduce vir ...
Buy Now