T
TonyJ
Hello!
Can somebody explain what custom object means which is mentioned in the text
below.
The alternative to using DataSets is to create custom object types that
represent your business entities, and custom collection types to contain
them. When you go this route, you end up needing to write a lot more code
yourself. This has gotten a lot better in Visual Studio 2005 and .NET 2.0
with the additions of code snippets and generic collection classes. But to
support the full range of features that a DataSet provides, there is still a
fair amount of custom code that you will need to write by hand.
//Tony
Can somebody explain what custom object means which is mentioned in the text
below.
The alternative to using DataSets is to create custom object types that
represent your business entities, and custom collection types to contain
them. When you go this route, you end up needing to write a lot more code
yourself. This has gotten a lot better in Visual Studio 2005 and .NET 2.0
with the additions of code snippets and generic collection classes. But to
support the full range of features that a DataSet provides, there is still a
fair amount of custom code that you will need to write by hand.
//Tony