PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms Application Block Usage

Reply

Application Block Usage

 
Thread Tools Rate Thread
Old 09-02-2006, 05:42 AM   #1
Jeff S
Guest
 
Posts: n/a
Default Application Block Usage


Regarding the Application Blocks provided by Microsoft; are any of you using
them in production systems?

If no, why?

If yes, what has been your experience?... would you recommend for or against
their use?

Here's the Application Blocks I'm referring to:
http://msdn.microsoft.com/practices...ks/default.aspx

Thanks!


  Reply With Quote
Old 09-02-2006, 06:13 AM   #2
Steven Nagy
Guest
 
Posts: n/a
Default Re: Application Block Usage

I asked the same question not that long ago, here's the thread:

http://groups.google.com.au/group/m...1f9302a18b5b5b0

Watch for line wrap

  Reply With Quote
Old 09-02-2006, 07:03 AM   #3
Jeff S
Guest
 
Posts: n/a
Default Re: Application Block Usage

Thanks! Maybe we'll get some addional feedback. Also, I just came across
this resource that might be valuable for anyone else wanting more
information about the Application Blocks and MS Patterns and Practices:

http://channel9.msdn.com/wiki/defau...racticesCreates

-Jeff

"Steven Nagy" <learndotnet@hotmail.com> wrote in message
news:1139465611.904762.154210@g44g2000cwa.googlegroups.com...
>I asked the same question not that long ago, here's the thread:
>
> http://groups.google.com.au/group/m...1f9302a18b5b5b0
>
> Watch for line wrap
>



  Reply With Quote
Old 09-02-2006, 08:54 PM   #4
sloan
Guest
 
Posts: n/a
Default Re: Application Block Usage

The EnterpriseLibrary Data Access (1.1 and 2.0) are very good, IMHO.

They also force you to create a correct DataTier object.

Your DataTier object should return

DataSets
IDataReaders
Scalars
void (nothing)

back to your business layer.

When updating data, you'll usually send data into the DataTier object, and
get null back. (aka, you just want to know it worked..)

Remember, the EntLib does NOT replace your application's datatier....its a
helper for it.

...


"Jeff S" <A@B.COM> wrote in message
news:umITLuTLGHA.3960@TK2MSFTNGP09.phx.gbl...
> Regarding the Application Blocks provided by Microsoft; are any of you

using
> them in production systems?
>
> If no, why?
>
> If yes, what has been your experience?... would you recommend for or

against
> their use?
>
> Here's the Application Blocks I'm referring to:
> http://msdn.microsoft.com/practices...ks/default.aspx
>
> Thanks!
>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off