The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Stuff to know about the Data Application Block

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
Stuff to know about the Data Application Block Posted: Feb 18, 2004 5:31 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: Stuff to know about the Data Application Block
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement
  • Version 3.0 has been out for a while.

    Version 3 of this block is out there, kicking some serious butt. This version has unit tests to go along with it and it fixes a bug that was found in version 2. Get version 3 from here.  Find out about the bug here.

  • The new version adds support for some generic ADO.Net interfaces. This means you can use it with different DB providers while utilizing the same interface.

  • It's almost always OK to discover stored procedure parameters automatically. Underneath, the parameter discovery happens only once per stored procedure, and is then saved in a parameter cache object for future calls to that sproc. A single extra call for the added simplicity of coding against the block and saving many many lines of code filling parameter arrays.
  • Don't use it for COM+ stuff.
  • If you're using version 2.0, it has a bug.

Read: Stuff to know about the Data Application Block

Topic: 10 Things Developers Currently Do w/ SQL That They Shouldn't Previous Topic   Next Topic Topic: [Article] Make your .Net application support scripting - the practical way

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use