Repository Factory Example
The Microsoft Patterns and Practices Teams need to change their thinking about Enterprise Library.
Enterprise Library needs to be thought of as a provider of services and not a dependency in their various software factories.
This came up again today as I was playing with the Repository Factory and noticed it had a dependency on the old Enterprise Library [...]
Archive for the 'Microsoft Patio' Category
Think of Enterprise Library as a Provider not a Dependency
March 21, 2008Authentication vs. Authorization
March 17, 2008It is easy to confuse the mechanism of authentication with that of authorization. In many host-based systems (and even some client/server systems), the two mechanisms are performed by the same physical hardware and, in some cases, the same software.
It is important to draw the distinction between these two mechanisms, however, since they can (and, [...]
10 rules to use CSS effectively
February 20, 2008Becoming standards compliant, effective, and successful when using Cascading Style Sheets (CSS) with ASP.NET is not always obvious, straightforward or easy. Here I am putting together a series of tips and best practices that can help you on the way.
Always prefer CSS over ASP.NET’s Skins for the following reasons:
CSS is a well accepted standard. [...]