D
deko
I understand that I can generate a strongly typed DataSet using the XSD.exe tool
provided with the .NET Framework SDK. I also understand that I can compile the
class generated by the xsd tool into a dll. (
http://msdn2.microsoft.com/en-us/library/wha85tzb.aspx )
My question is this:
Why would I want a dll rather than the generated class? What can I do with the
dll that I can't do with the class? Are there any advantages of one over the
other? Is there any difference - syntax or otherwise - in accessing the dll vs.
the generated class?
Thanks in advance.
provided with the .NET Framework SDK. I also understand that I can compile the
class generated by the xsd tool into a dll. (
http://msdn2.microsoft.com/en-us/library/wha85tzb.aspx )
My question is this:
Why would I want a dll rather than the generated class? What can I do with the
dll that I can't do with the class? Are there any advantages of one over the
other? Is there any difference - syntax or otherwise - in accessing the dll vs.
the generated class?
Thanks in advance.