Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- 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
Additional Resources
- 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
- How do I... Determine the distance between ZIP codes using C#?
- Calculating the distance between ZIP codes has become a common feature in search engines. For instance, if you're searching for restaurants, a Web site will often allow you to enter a ZIP code and display all of the restaurants within X miles of that ZIP code. Here is one way...
- Tags: ZIP Code, Data, List, ZIPCode Class, Haversine Formula, Figure D, C#, .Net, Programming Languages, XML, Software Development, Software/Web Development, Web Development, Zach Smith
- Blog posts 2008-03-17
- Understand when to serialize v. externalize objects in Java
- Peter Mikhalenko explains how you can easily serialize any object if it implements the Serializable interface. He also describes how you can control the process of serialization by implementing the Externalizable interface instead of Serializable. The serialization of objects in Java allows you to make a byte sequence...
- Tags: Java, Peter V. Mikhalenko, Programming languages, serialization, Java Tips Newsletter, Class, Object, Peter Mikhalenko, Serialization Mechanism, Software Development, Software/Web Development
- Technical articles 2007-02-14
- 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
- Send files easily with Apache SOAP
- This article was originally published as a Web services e-newsletter.As a rule, Web services are usually built to move data in XML format. It’s easy enough to format, say, a purchase order as XML, but what about more complex types of data, such as a slide presentation or even a...
- Tags: SOAP, Web services, Apache Software Foundation, ArchiveClient class, Brian Schaffner, DataHandler, Simple Object Access Protocol, Web service
- Technical articles 2003-03-04
- Practical .NET SOAP
- Microsoft's .NET technology rests on XML and employs it for Internet communication including Web services, data storage, and many other purposes. .NET contains many functions that translate various kinds of objects—including database tables—to and from XML formats.This article explores how you can use SOAP, a subset of XML, to store...
- Tags: SOAP, Web services, Richard Mansfield, Serialization, Microsoft .NET, Simple Object Access Protocol, ArrayList, XML
- Technical articles 2003-11-03
- 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
- Explore 10 of the more useful Perl modules for YAML developers
- This article is also available as a TechRepublic download.Most people have heard of XML, but not as many have heard of YAML, which is aretronym for "YAML Ain't Markup Language".YAML is a data-centric markup language that relies on ASCII symbols such ashyphens, question marks, colons and commas to construct data...
- Tags: Contributor Melonfire, Perl, Software engineering/development, YAML
- Technical articles 2006-12-05
- Asynchronous Web services programming
- Web services depend on several protocols. SOAP over HTTP currently is the predominant messaging protocol, and synchronous RPC is the main messaging pattern. This article presents core mechanisms for asynchronous messaging using current technologies.By Tom BoulosThe development of Web services depends on several protocols. SOAP over HTTP is the messaging...
- Tags: SOAP, Web services, Groupware, programming, SOAP message, Guest Contributor, Simple Object Access Protocol, messaging, HTTP
- Technical articles 2002-04-08
- Build scalable systems with .NET
- The system architect's task has become more complex as systems have evolved from a mainframe to a distributed environment. Processing system requests can become a bottleneck. Microsoft has recognized this need in .NET moving to an asynchronous strategy.As the need to distribute software systems among multiple systems has increased...
- Tags: .NET, Middleware, Application servers, Enterprise software, e Advantage, Microsoft .NET, synchronicity, Microsoft Message Queue Server, system architect
- Technical articles 2002-03-25
- << Previous
- page 1 of 1
- Next >>