Categories
Agile

Enterprise Library 4.0 March 2008 CTP released

Just a quick Accouncement relay from the Patterns and Practices team. Enterprise Library 4.0 March 2008 CTP released.

Check out from [more]George Melniks post for a short intro or check it out directly from here

It's interesting to note that Enterprise Library 4.0 has the Allow Partially-Trusted Caller attribute (APTCA) on all assemblies which prompted some patches and work-arounds to make them work on some environments (eg. usually shared hosting)

Personally I only had the chance to get to know Logging Application Block, Exception Handling Application Block and a little of Data Access Block but I invite everyone to have a look and I'm looking forward to having these integrated with my apps. Enterprise Library is something so powerful that a lot of companies/developers are missing out. IMHO, this is a must for any great developer. If not use it then at least see how it works.

Categories
Agile

Model View Presenter – Building from Scratch

Rodolfo Cerrada, one of the best minds in software development that I know of just opened up his "Learn by Example" blog with a a simple to understand but comphrehensive post on the Model View Presenter pattern. Including a downloadable solution for everyone to explore.

Check out the article with following link: Model View Presenter Part I – Building from Scratch

Keep 'em coming Rod.