Re: Using the WebConfig for business rules container

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: moondaddy (moondaddy_at_nospam.com)
Date: 03/25/04


Date: Thu, 25 Mar 2004 01:05:49 -0600

Thanks I'll look into it.

-- 
moondaddy@nospam.com
"Steven Cheng[MSFT]" <v-schang@online.microsoft.com> wrote in message
news:ZIc0TkhEEHA.3968@cpmsftngxa06.phx.gbl...
> Hi Ken,
>
> Thanks for your reply.
>
> Hi Moondaddy,
>
> I agree with Ken 's suggestion that it'll be better to use a custom xml
> configure file to contain such complex infos(such as nested xml elements).
> And in addition to the "XmlDocument" or other generic xml related classes
> in dotnet, I think you can also have a look at the "Xmlserialization" in
> dotnet which can help us to serialize some certain custom class into xml
> files and rebuild instances from xml files(documents). Here are some
> weblinks of the reference in MSDN:
>
> #XML Serialization in the .NET Framework
>
http://msdn.microsoft.com/library/en-us/dnexxml/html/xml01202003.asp?frame=t
> rue
>
> #Introducing XML Serialization
>
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconintroducingxmlseri
> alization.asp?frame=true''
>
> #Examples of XML Serialization
>
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconanexampleofxmlseri
> alizationwithxmlserializer.asp?frame=true
>
> Hope helpful.
>
> Regards,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
> Get Preview at ASP.NET whidbey
> http://msdn.microsoft.com/asp.net/whidbey/default.aspx
>
> -------------------------------------------------------------------------
>
>


Relevant Pages

  • Re: Turning XML into an object with properties
    ... the most convenient approach is using .NET XML ... Here are the MSDN reference about XML serialization: ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Array Serialization
    ... you're doing some Xml Serialization work and you ... > I'm not very sure about your detailed class code and the actual Xml Output ... > public class Order1 ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Override customXML Serialization on Web Service-returned class
    ... Web Service behavior running on it, which doesn't like my XML Serialization ... But it also is used in .NET for webservices, ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Passing XML to web service?
    ... XML schema so that the client can send predefiend XML format content to the ... classes which mapping the XML schema you defined (by XML Serialization ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: strugling with Atributed XML parsing.
    ... Your sample creates following XML ... > public class clsOrder ... > #Introducing XML Serialization ...
    (microsoft.public.dotnet.framework.aspnet)