Published by Matias Woloski on September 10th, 2005 8:12 pm under Architecture, CoolStuff, EntLib, GAT, General, Indigo, Longhorn, MBI, MSBuild, Shadowfax, TestDriven, VisualStudioTeamSystem, Xml
My Blog has been moved… This is the new url: http://blogs.southworks.net/blogs/matiaswoloski
Published by admin on April 12th, 2005 7:11 pm under EntLib
AzMan could define operations, tasks and roles. You can use operations and tasks from entlib. Here you have a small AzMan wrapper class that will encapsulate how to use AzMan from EntLibNote: this code is not tested nor compiled. It is provided as-is. public class AzMan { public static bool CheckOperation( string operation, IPrincipal principal )... read more
Published by admin on March 31st, 2005 7:09 pm under EntLib
Send an email when an exception is thrown using EntLib is not rocket science. Here is a screen shot of how the configuration looks like The steps involved are: Create an Exception Handling App Block Create a New Policy (for instance “Email Policy“) Create a new type of Exception to manage on the policy. Using... read more