[#ENTLIB] Enterprise Library 6 is here!


image

Buenas,

a new Major Version of Enterprise Library was released a few days ago, in this case the version 6. Within it we find the following:

  • New block
  • New programmatic configuration
  • Updated 7 blocks:
    • Data Access Application Block
    • Exception Handling Application Block
    • Logging Application Block
    • Policy Injection Application Block
    • Transient Fault Handling Application Block
    • Validation Application Block
    • Unity Application Block / DI Container (v3.0)
  • Configuration console (largely unchanged since v5)

If it is possible to access the source code of EntLib directly from CodePlex , the ideal to use EntLib blocks is to add them using NuGet .

image

With this said, according to the great Grigori Melnik , the links below are the points of reference for this version:

Source: http://blogs.msdn.com/b/agile/archive/2013/04/25/just-released-microsoft-enterprise-library-6.aspx

Saludos @ Home

El Bruno

image image image

[#ENTLIB] Enterprise Library 6 is here !!!


image

Buenas,

una nueva Major Version de Enterprise Library se ha liberado hace unos días, en este caso la versión 6. Dentro de la misma podemos encontrar lo siguiente:

  • New block
  • New programmatic configuration
  • Updated 7 blocks:
    • Data Access Application Block
    • Exception Handling Application Block
    • Logging Application Block
    • Policy Injection Application Block
    • Transient Fault Handling Application Block
    • Validation Application Block
    • Unity Application Block/DI Container (v3.0)
  • Configuration console (largely unchanged since v5)

Si bien es posible acceder al source code de EntLib directamente desde CodePlex, lo ideal para usar los bloques de EntLib es agregar los mismos utilizando NuGet.

image

Con esto dicho, según el gran Grigori Melnik, los siguientes links son los puntos de referencia para esta version:

 

Fuente: http://blogs.msdn.com/b/agile/archive/2013/04/25/just-released-microsoft-enterprise-library-6.aspx

Saludos @ Home

El Bruno

image image image

[ENTLIB] Does Enterprise Library vNext… Let’s Go !!!


image47dd1de4

Good,

Patterns and Practices people have begun to work in the Product Backlog in the new version of enterprise library released shortly. grigori melnik said something with regard to what is incoroporará for AZURE at this link, in addition to other Patterns and Practices related materials. For example, development guides for AZURE, etc.

What is interesting is that already begin surveys, for example is for ENTLIB + AZURE, which can put the list to the Kings Magi with the topics we want to see in upcoming versions.

A good thing to keep in mind is that after the set of surveys of the previous year, some points that many asked to include in entLib (NuGet, Silverlight, etc) today are part of the product. Open-mouthed smile

Greetings @ the estate

The Bruno

   

Source: http://blogs.msdn.com/b/agile/archive/2011/06/23/entlib-vnext-teaser.aspx

[ENTLIB] Enterprise Library vNext … te animas?


image47dd1de4

Buenas,

la gente de Patterns and Practices han comenzado a trabajar en el Product Backlog de la nueva versión de Enterprise Library que se liberará dentro de poco. Grigori Melnik ha comentado algo al respecto de lo que se incoroporará para AZURE en este link, además de otros materiales de Patterns and Practices relacionados. Como por ejemplo, guías de desarrollo para AZURE, etc.

Lo interesante es que ya empiezan las encuestas, como por ejemplo esta para ENTLIB + AZURE, con las que podremos poner la lista a los reyes magos con los temas que querramos ver en las próximas versiones.

Un buen dato a tener en cuenta es que después del set de encuestas del año anterior, algunos puntos que muchos pedíamos incluir en entLib (NuGet, Silverlight, etc) hoy son parte del producto. Open-mouthed smile

Saludos @ La Finca

El Bruno

   

Fuente: http://blogs.msdn.com/b/agile/archive/2011/06/23/entlib-vnext-teaser.aspx

[ENTLIB] Enterprise Library 5.0 Silverlight Integration Pack Released


patterns & practices Developer Center

ELSLGood,

I almost forget, the Patterns & Practices of Microsoft team has released the Silverlight Integration Pack for enterprise library.This set of components enables us to take advantage ofenterprise library for developments on Silverlight.

Initially, this release includes:

  • caching application block with support for:
    • In-memory cache
    • Isolated cache storage
    • Expiration and scavenging policies
    • Notification of cache purging
  • validation application block with support for:
    • Multi-level complex validation
    • Attribute-based specification of validation rules
    • Configuration-based specification of validation rules
    • Simple cross-field validation
    • Self-validation
    • Cross-tier validation (through WCF RIA Services integration)
    • Multiple rule-sets
    • Meta data type updating with external entities for classes in Silverlight
    • Rich set of built-in validators
  • logging application block, including:
    • Trace notification listener
    • Isolated storage trace listener
    • Remote service trace listener with support of batch logging
    • Implementation of a Remote WCF logging service that integrate with the desktop version of the Logging Application Block
    • Logging filters
    • Tracing
    • Logging settings runtime API change
  • exception handling application block, including:
    • Simple configurable, policy-based mechanism for dealing with exceptions consistently
    • Wrap handler
    • Replace handler
    • Logging handler
  • unity application block - to dependency injection container
  • Dependency injection container independence (Unity ships with the Enterprise Library, but can be replaced with a different container)
  • unity interception mechanism, with support for:
    • Virtual method interception
    • Interception interface
  • policy injection application block, including:
    • Validation handler
    • exception Handling handler
    • Logging handler
  • Flexible configuration options, including:
    • XAML-based configuration support
    • Asynchronous loading configuration
    • Interactive configuration console supporting profiles (desktop vs.) (Silverlight)
    • Translation tool for XAML config (needed to convert conventional XML configuration files):
      • Standalone command-line tool
      • Config console wizard
      • MS Build task
    • Programmatic configuration support via a fluent interface
  • StockTrader V2 reference implementation (RI) (via a separate download; final version to be released in the coming days)

Another interesting novelty that EntLib has for some time, is that the in addition to the classic setup installer, now we can use EntLib through NuGetpackages.

Downloads:

Greetings @ Home

The Bruno

   

Source: http://blogs.msdn.com/b/agile/archive/2011/05/11/silverlight-integration-pack-for-microsoft-enterprise-library-5-0-released.aspx

[ENTLIB] Enterprise Library 5.0 Silverlight Integration Pack Released


patterns & practices Developer Center

ELSLBuenas,

casi se me olvida, el equipo de Patterns & Practices de Microsoft ha liberado el Silverlight Integration Pack para Enterprise Library. Este conjunto de componentes nos permite aprovechar las ventajas de Enterprise Library para los desarrollos sobre Silverlight.

Inicialmente esta release incluye:

  • Caching Application Block with support for:
    • In-memory cache
    • Isolated storage cache
    • Expiration and scavenging policies
    • Notification of cache purging
  • Validation Application Block with support for:
    • Multi-level complex validation
    • Attribute-based specification of validation rules
    • Configuration-based specification of validation rules
    • Simple cross-field validation
    • Self-validation
    • Cross-tier validation (through WCF RIA Services integration)
    • Multiple rule-sets
    • Meta data type for updating entities with external classes in Silverlight
    • Rich set of built-in validators
  • Logging Application Block, including:
    • Notification trace listener
    • Isolated storage trace listener
    • Remote service trace listener with support of batch logging
    • Implementation of a WCF Remote logging service that integrates with the desktop version of the Logging Application Block
    • Logging filters
    • Tracing
    • Logging settings runtime change API
  • Exception Handling Application Block, including:
    • Simple configurable, policy-based mechanism for dealing with exceptions consistently
    • Wrap handler
    • Replace handler
    • Logging handler
  • Unity Application Block – a dependency injection container
  • Dependency injection container independence (Unity ships with the Enterprise Library, but can be replaced with a different container)
  • Unity Interception mechanism, with support for:
    • Virtual method interception
    • Interface interception
  • Policy Injection Application Block, including:
    • Validation handler
    • Exception Handling handler
    • Logging handler
  • Flexible configuration options, including:
    • XAML-based configuration support
    • Asynchronous configuration loading
    • Interactive configuration console supporting profiles (desktop vs. Silverlight)
    • Translation tool for XAML config (needed to convert conventional XML configuration files):
      • Standalone command-line tool
      • Config console wizard
      • MS Build task
    • Programmatic configuration support via a fluent interface
  • StockTrader V2 Reference Implementation (RI) (via a separate download; final version to be released in the coming days)

Otra de las novedades interesantes que posee EntLib desde hace tiempo, es que la además del instalador clásico de instalación, hoy podemos utilizar EntLib a través de paquetes NuGet

Descargas:

Saludos @ Home

El Bruno

   

Fuente: http://blogs.msdn.com/b/agile/archive/2011/05/11/silverlight-integration-pack-for-microsoft-enterprise-library-5-0-released.aspx

Enterprise Library – WebCasts


 

Si quieres estar al tanto de los WebCasts de Enterprise Library 2.0, te recomiendo revisar periódicamente el blog de Tom Hollander (Product Manager @ Microsoft)

Por ejemplo, hace unos dias, hubo uno muy interesante sobre extensiones de EntLib.

Obviamente, tampoco debemos dejar de revisar la pagina de P&P, en la sección Upcoming WebCasts.

Finalmente, la pagina de Microsoft Events and Webcasts, es la lista completa de recursos.

 

Ahh, me olvidaba, Webcasts en Español !!! en ese caso, les recomiendo revisar el blog de Haaron Gonzalez. Hace unos días presento la 3ra parte de VSTS 2005, y la serie completa es buenísima :D

 

Saludos.

 

PD: Gracias a Haaron que me “prestó” el header de este post.

Enterprise Library – .NetTiers


 

CodeSmith Community

Your Code. Your Way. Faster!

 

En mi anterior proyecto, durante un pequeño hueco de tiempo dedicado al research, propuse como una de las alternativas para la generación automática de código, .NetTiers. Este template para CodeSmith, generaba una Data Tier utilizando Enterprise Library como DataProvider. No voy a entrar en detalles de porque utilizar EntLib, pero si aconsejar revisar este pequeño artículo que explica en 15 minutos como utilizar .NetTiers.

 

El artículo se puede leer aquí.

El video se puede ver aquí.

 

Saludos

Announcement: Enterprise Library for .NET Framework 2.0 Now Available!


Finalmente ha salido la versión para .Net 2.0 de Enterprise Library. Como se comenta en el mail, ya posee los mismos bloques de aplicación que la versión previa de Junio del 2005, pero optimizados para .Net Framework 2.0. He aquí la presentación:

 

Enterprise Library for .NET Framework 2.0 Now Available!(1/20/2006 2:03:20 PM)

The long-awaited update to Enterprise Library for .NET Framework 2.0 is now available – the official release is branded January 2006. This release of Enterprise Library includes six application blocks (Caching, Cryptography, Data Access, Exception Handling, Logging and Security), and provides similar functionality to the previous releases for the .NET Framework 1.1; however, Enterprise Library has been redesigned to use the new capabilities of the .NET Framework 2.0.

Posted By tomhollander

Go to patterns & practices: Enterprise Library

Saludos

Enterprise Library 2.0 Architecture WebCast


Aprovechando esta semana de "minivacaciones", me he puesto al día con algunos WebCasts que tenia pendientes. La gente de P&P ha aprovechado esta situación y ha publicado el 2do Episodio de Enterprise Library 2.0 Architecture. Ambos estan en Channel9 y si tienes pensado utilizar EntLib 2.0, no te los puedes perder.

Pueden encontrar los WebCasts aquí.

Saludos