Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are some Enterprise Library Application Blocks becoming obsolete?

With the introduction of newer paradigms in ASP.Net, are some of the Application Blocks in Enterprise Library becoming obsolete? For example, look at following:

  • ASP.Net Membership, Role & Profile provider as opposed to Security Application Block
  • LINQ to SQL & Entity Framework as opposed to Data Access Application Block

Are the aforementioned Application Blocks still relevant? Can someone illustrate when and why would one use one over the other?

like image 531
Kabeer Avatar asked Apr 04 '11 08:04

Kabeer


1 Answers

As a producer of Microsoft Enterprise Library, I felt it was important to explain the concept of "carefully managed deprecation". So, I've posted an extended response on my blog.

like image 66
Grigori Melnik Avatar answered Sep 22 '22 12:09

Grigori Melnik