Category: Patterns&Practices

Microsoft Enterprise Library 6–Released

Posted on 2 min read

Microsoft has released the version 6.0 of their Microsoft Enterprise Library collection. Microsoft Enterprise Library is a collection of reusable components to meet your needs in developing enterprise applications using .NET technologies. Quoting from Microsoft Microsoft Enterprise Library is a collection of reusable application blocks designed to assist software developers with common enterprise development challenges.… Continue reading

Microsoft Unity 2.1 & Microsoft Unity 2.1 for Silverlight

Posted on 1 min read

Unity is a dependency injection container from Microsoft. It is full-featured, with support for instance and type interception and custom extensions. It facilitates building loosely coupled applications and provides developers with the following advantages: Simplified object creation, especially for hierarchical object structures and dependencies Abstraction of requirements; this allows developers to specify dependencies at run… Continue reading

Microsoft patterns & practices one-day ONLINE symposium 2012–April 24th, 2012

Posted on 1 min read

Microsoft patterns & practices one-day ONLINE symposium – 2012 Tuesday, April 24, 2012 from 9:00 AM to 5:30 PM (PT) Microsoft patterns & practices symposiums are held regularly in the U.S. and abroad, with top speakers on current topics. Most of the speakers are from Microsoft patterns & practices (p&p) team. The event is aimed… Continue reading

Enterprise Solution Patterns Using Microsoft .NET – Version 2.0

Posted on 1 min read

This is a little old document. But very useful for people who would like to learn more about “Enterprise Solution Patterns using Microsoft.NET” , by Microsoft Patterns & Practices This document is very good for referencing for common solution patterns and provides little more focus on ASP.NET based Solution Pattterns. Nice reference though!!.

Enterprise Library 5.0 & Unity 2.1(Dependency Injection Container) for Silverlight and Enterprise Library 5.0 Optional Update 1 for .NET(ASP.NET,WinForms)

Posted on 1 min read

Microsoft has recently released few updates for Microsoft Enterprise Library 5.0 (A collection of reusable application blocks(logging,caching, cryptography, data access etc) for .NET. One of the interesting part of these releases are Enterprise Library 5.0 & Unity 2.1(Dependency Injection Container) for Silverlight. more details about each release are given below. Enterprise Library 5.0 for Silverlight This release provides… Continue reading

Introducing you the “Martin Fowler” : The king of Software Development

Posted on 2 min read

Martin Fowler is an author and international speaker on software development, specializing in object-oriented analysis and design, UML, patterns, and agile software development methodologies, including extreme programming. Martin Fowler Fowler is a member of the Agile Alliance and helped create the Manifesto for Agile Software Development in 2001, along with more than 15 co-authors. He… Continue reading