Alois Kraus
blog
Site Sections
Home
Contact
Syndication
Login
Posts
69
Comments
233
Trackbacks
162
Patterns and Practices
Microsoft Enterprise Library 2.0 and related stuff.
Functional Programming with C#/F#
After all this hype around C# 3.0 where we will get LINQ, lambda expressions and many other thing I thought that it would be useful to have a deeper look at functional programming languages like F#. At Microsoft quite many people are fond of the .cf { font-family: Courier New; font-size: 10pt; color: black; background: white; } .cl { margin: 0px; } .cb1 { color: blue; } .cb2 { color: teal; } .cb3 { color: maroon; } .cb4 { color: green; } Functional Programming style which did influence the design...
Share This Post:
Posted On
Sunday, May 28, 2006 6:27 PM
|
Feedback (15)
Store your App.Config inside SQL Server 2005
I did submit some time ago a little fix for the Enterprise Library SqlConfigurationSource **The links are working again** Sam Gentile did not give up until I resubmitted the sample code Code Gallyery **. 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...
Share This Post:
Posted On
Monday, April 17, 2006 7:22 PM
|
Feedback (19)
Assembly.LoadFrom demystified
Rules are meant to be bro.. ahem expanded. Especially if everybody tells you not to do so ;-). The Assembly Loader Rules are for example a very strict set of rules. One rule of the loader is that you cannot load assemblies from directories above the directory where the executable is located. This can cause some headaches if you want to share some assemblies across applications which are not installed inside the GAC. You can bypass this restriction by using Assembly.LoadFrom. A very good article about...
Share This Post:
Posted On
Tuesday, April 04, 2006 9:35 PM
|
Feedback (8)
Read/Write App.config with .NET 2.0/Enterprise Library
This time I would like to show you the most important changes in the System.Configuration namespace with .NET 2.0.I have looked at my blog referrer statistics and saw about 20 hits/day by Google. Most of them were searching infos how to configure the new Enterprise Library but also a significant number of people which seem to seek guidance to the following questions: p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} .cf...
Share This Post:
Posted On
Wednesday, January 04, 2006 10:55 PM
|
Feedback (82)
Enterprise Library for .NET 2.0 - Instrumentation
The new Enterprise Library for .NET 2.0 has disabled instrumentation by default. It is very reasonable to do this because in low trust scenarios you are not able to install Performance Counters, Windows Event Logs/Sources or update WMI schemas. The previous version had "configurable" instrumentation by some #ifdefs in the source code. To change instrumentation you had to recompile the whole library every time you wanted to target a different deployment and therefore trust scenario. This time the...
Share This Post:
Posted On
Wednesday, December 14, 2005 6:49 PM
|
Feedback (1)
Microsoft Enterprise Library for .NET 2.0: Configuration
Microsoft Enterprise Library for .NET 2.0: Configuration The long awaited successor of the Enterprise Library for .NET 2.0 has been released by Microsoft at MSDN. From the configuration perspective the main changes are: Configuration Application Block was replaced by the .NET 2.0 System.Configuration classes. Usage of ConfigurationSection and ConfigurationElement for ser/deserialization. Only the Logging Application Block registers to receive file change notifications. Object Builder from the CAB...
Share This Post:
Posted On
Monday, December 12, 2005 12:44 AM
|
Feedback (35)
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