Showing posts with label Patterns n Practices. Show all posts
Showing posts with label Patterns n Practices. Show all posts

Tuesday, October 30, 2007

WPF Composite Client

After the announcement about the death of Acropolis, Glenn just announced that the patterns & practices team will develop WPF Composite Client guidance for building composite client applications for .NET Framework 3.5 and Visual Studio 2008. This is not a new version of CAB . It is an entirely new set of  libraries and guidance, built from the ground up, targeting development of new WPF Composite applications. The target is to have all of the new guidance ship before the end of 2008.

Tuesday, October 2, 2007

EntLib Contrib September 2007 Release

entlib EntLib Contrib is a community-developed library of extensions to the patterns & practices Enterprise Library.

The latest release of EntLib Contrib is Enterprise Library Contrib September 2007.

What's new? Per Tom Hollander:

  • Data Access Application Block extensions:
    • MySql, SqLite and SqlEx providers.
  • Exception Handling Application Block extensions:
    • SqlException Wrap Handler.
  • Logging Application Block extensions:
    • LogParser.
  • Policy Injection Application Block extensions:
    • PostSharp4EntLib.
    • New matching rules: And, Or and Not.
    • New call handlers: CursorCallHandler, OneWayCallHandler, SynchronizedCallHandler, ThreadSafeCallHandler, TransactionScopeCallHandler.
  • Validation Application Block extensions:
    • New validators: CollectionCountValidator, TypeValidator<T>, ObjectValidator<T>, EnumDefinedValidator.
    • Designtime enhancements: Lightweight type picker, Test command.
    • Other extensions: Default validators, Argument Validation, ExternallyConfigurableObjectValidator.

Saturday, June 2, 2007

Secure your application

Worried about security? Microsoft has published patterns & practices Security Checklists Index for .NET framework 1.1 & 2.0.

You can find there:

  • Architecture and Design Review Checklists
  • Code Review Checklists
  • Deployment Review Checklists


Take care...