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
Category: Enterprise Library
Microsoft Unity 2.1 & Microsoft Unity 2.1 for Silverlight
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
Enterprise Solution Patterns Using Microsoft .NET – Version 2.0
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!!.