With the introduction of newer paradigms in ASP.Net, are some of the application blocks in the Corporate Library becoming obsolete? For example, see the following:
- Membership in ASP.Net, role and profile as opposed to a block of security applications.
- LINQ to SQL and Entity Framework as opposed to data access application block
Are the above application blocks relevant? Can someone illustrate when and why to use one over the other?
source share