n-tier development

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I've just started to try to create my own n-tier project, and I am using
an xsd schema to represent all my tables, and then datatables and
queries to get at my data. The question I have is, where does XML and
web services fit in to this? Do any web services go in the data layer,
and can I treat my XML exactly the same as my data coming from a
database by creating an xsd and then data tables and queries to get at
the data?


Many thanks,

Mike



*** Sent via Developersdex http://www.developersdex.com ***
.



Relevant Pages

  • n-tier
    ... an xsd schema to represent all my tables, and then datatables and ... queries to get at my data. ... Do any web services go in the data layer, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: n-tier development
    ... Don't excessively cross-post ... an xsd schema to represent all my tables, ... queries to get at my data. ... Do any web services go in the data layer, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: n-tier
    ... There is a layer that is what some call the "glue layer". ... an xsd schema to represent all my tables, ... queries to get at my data. ... Do any web services go in the data layer, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Calculated Fields in Strongly Typed DataSets?
    ... something at the XSD schema level. ... Why do you recommend against using the DataColumn.Expression approach? ... >> match the need for using data from multiple datatables. ... >> Tore. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Sending / returning objects
    ... Web services are not designed to exhanged ... And Web services cannot exchange "objects" that define their own ... Generate an XSD schema representation of the object. ... In the Web method set/reset the properties as needed. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)