Alois Kraus
blog
Site Sections
Home
Contact
Syndication
Login
Posts
69
Comments
233
Trackbacks
162
Enterprise Library
Enterprise Library News
The world is turning and evolution of software is going on and on. It is time for another Enterprise Library Update. In the last few weeks an enormous amount of code has been produced by the Patterns & Practices Team. In case you did not download the Microsoft Enterprise Library for .NET 2.0 you should have a look into if you develop with ASP.NET serious web apps or Enterprise Grade applications . Here are the most important links regarding the deliverables of the Patterns and Practices Team...
Share This Post:
Posted On
Monday, July 03, 2006 9:35 PM
|
Feedback (1)
Enterprise Library Hands On Labs available
If you are not sure if the Enterprise Library for .NET 2.0 is the right thing for your application you should check out the new Hands on Labs. All six Application Blocks (Caching, Security, Cryptography, Data Access, Logging and Exceptions Handling) are shown in action with a detailed step for step introduction to get started with each of them. Another source of information mainly configuration of the Enterprise Library can be found in the articles of my blog...
Share This Post:
Posted On
Sunday, May 07, 2006 8:38 PM
|
Feedback (1)
Store your App.Config inside SQL Server
I did submit some time ago a little fix for the Enterprise Library SqlConfigurationSource but I did not yet have time to blog about it. Better late than never I want to shed some light (again) on configuration. To get your application settings from your local disk you can use the .NET ConfigurationManager class or the (Entlib) FileConfigurationSource to fetch the settings from another file than your App.Config file. The Enterprise Library SqlConfigurationManager is the counterpart to the .NET ConfigurationManager...
Share This Post:
Posted On
Monday, April 17, 2006 7:26 PM
|
Feedback (2)
Extend the Enterprise Library Config Tool - A Configurable Assembly Loader
It has been some time since my last post. But I have an excuse: I did work on an improved version of the graphical EntlibConfig tool. The code canbe downloaded from the Sample Section of Gotdotnet. When you install the Jan 2006 of EntLib all works fine as long as EntLib is the only project in your bin folder. But for real Enterprise scenarios this is not true. The bin folder of your project is crowded soon with all sorts of other dlls and executables. Some might be managed some not, others might...
Share This Post:
Posted On
Sunday, March 05, 2006 10:45 PM
|
Feedback (3)
Programatic Configuraton - Enterprise Library (v2.0) Logging Block
The following code sample shows how to configure the Enterprise Library Logging Block programatically without the help of ObjectBuilder. To create a working LogWriter instance with your own settings you need to create the following objects: A Formatter which contains a valid message template A LogSource which has a name (Category) contains a colleciton of Listeners (Sinks) along with the Formatter. A collection LogSources with the category as key and the LogSource object as valueTo use this logger...
Share This Post:
Posted On
Thursday, February 16, 2006 9:39 PM
|
Feedback (30)
Article Categories
Patterns and Practices
C# Programing
Archives
December, 2011 (3)
September, 2011 (1)
August, 2011 (4)
July, 2011 (1)
June, 2011 (2)
March, 2011 (1)
November, 2010 (1)
July, 2010 (3)
June, 2010 (5)
May, 2010 (2)
April, 2010 (1)
March, 2010 (2)
February, 2010 (1)
December, 2009 (1)
November, 2009 (1)
October, 2009 (2)
September, 2009 (1)
June, 2009 (1)
May, 2009 (2)
December, 2008 (3)
November, 2008 (1)
May, 2008 (1)
April, 2008 (2)
January, 2008 (1)
November, 2007 (1)
February, 2007 (1)
January, 2007 (1)
October, 2006 (1)
September, 2006 (1)
August, 2006 (1)
July, 2006 (1)
June, 2006 (2)
May, 2006 (4)
April, 2006 (3)
March, 2006 (1)
February, 2006 (3)
January, 2006 (3)
December, 2005 (2)
November, 2005 (1)
Post Categories
General C# Programming
Enterprise Library
Physics
Non Work
F#
Performance
Image Galleries
Enterprise Library
C#
Personal
Programming
Rico Mariani: CLR Performance Guru
Copyright © 2005 Alois Kraus
This work is licensed under a
Creative Commons License