application blocks

G

guanfenglin

Hi Guys,

I have been reading practises and patterns on MSDN, there is one thing
that I am not sure about... There are enterprise library and
application blocks, does the latest enterprise library contains the
application blocks (eg. UIProcess, Data)??

It would be great that if anyone could explain a bit more.

Thanks very much.
James
 
M

Mark Fitzpatrick

James,
The application blocks, from what I understand, were earlier
versions and have morphed into the enterprise library. For example, the data
application block is focused on SQLServer. The same features in the
Enterprise library are more agnostic such as datareaders return an
IDataReader which you could cast as a SqlDataReader. They are both very
similar in concept but the enterprise library uses better developed patters
such as factory patterns.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
S

sloan

Not all "Application Blocks" made it into the Enterprise Library.
Most did, but not all.

The Data portion , as Mark says,.... used to be "Sql Server Only". Not its
coded against the IDataReader interface, and has a
Sql Server, Oracle and I believe DB2 concrete classes.

Read this entry for more info:

posted at: http://blogs.msdn.com/tomholl/archive/2006/01/20/515526.aspx





posted at: http://blogs.msdn.com/tomholl/archive/2006/01/20/515526.aspx

You were sent this email because you opted to receive email
notifications when someone created a content comment on the blog
Tom Hollander's blog

To unsubscribe, visit http://blogs.msdn.com/tomholl/emailsubscriptions.aspx
 
G

guanfenglin

thanks for the reply, so where do I find tutorials for the libraries? I
meant real tutorials, not the documentations that provided by
microsoft(I find it hard to understand).
 

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

Top