Microsoft Application Data Block: Why??

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hi all, what are the benefits of using the Data block and is it going to be
used in 2.0??

Also, is there any documentation for it?? I have had a look at the source
code for the projects but would prefer a nice "Readme" ;)

Thanks
Mark
 
Well,

the benefits of the blocks is that you have loads of resuable code that
you don't have to write yourself.

For example the Data Access Application Block gives you just about most
of the database operations you want to do with ado.net, already written
tested and ready for reuse.

MSDN is clogged with documentation around the enterprise library.
 
Hi Patrik, thanks for your reply.
Cheers
Mark


Patrik Löwendahl said:
Well,

the benefits of the blocks is that you have loads of resuable code that
you don't have to write yourself.

For example the Data Access Application Block gives you just about most
of the database operations you want to do with ado.net, already written
tested and ready for reuse.

MSDN is clogged with documentation around the enterprise library.

--
Patrik Löwendahl [C# MVP]
http://www.lowendahl.net/ || http://www.cshrp.net
Please reply only to the newsgroup.
Hi all, what are the benefits of using the Data block and is it going to be
used in 2.0??

Also, is there any documentation for it?? I have had a look at the source
code for the projects but would prefer a nice "Readme" ;)

Thanks
Mark
 
Patrik said:
Well,

the benefits of the blocks is that you have loads of resuable code that
you don't have to write yourself.

For example the Data Access Application Block gives you just about most
of the database operations you want to do with ado.net, already written
tested and ready for reuse.
Most of the samples I have seen compares to hand-written code.

I would think if you auto-generate what you can auto-generate it would
not add much, esp. in 2.0?
Thanks - Olav
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top