PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Application Block Usage
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Application Block Usage
![]() |
Application Block Usage |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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! |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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! > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

