随笔分类 -  E.Enterprise Library

Containts some postings related Enpterprise Library.
摘要:Enterprise Library 3.0 – April 2007 阅读全文
posted @ 2007-04-07 16:25 Rickie 阅读(1149) 评论(1) 推荐(0) 编辑
摘要:Hands On Labs - Enterprise Library for .NET Framework 2.0 - January 2006Hands on labs for the patterns & practices Enterprise Library for .NET Framework 2.0. Includes 6 labs in both C# and Visual Basi... 阅读全文
posted @ 2006-05-06 09:39 Rickie 阅读(1068) 评论(1) 推荐(0) 编辑
摘要:This post will show you how to create built-in tables in your existing database to log exceptions when using Logging Application block of Enterprise Library 2.0, instead of creating an isolated LOGGING database. In the meanwhile, the prefix name – “Logging” and “usp_Logging” have been used for table name and stored procedure name respectively, in order not to conflict with the existing tables and stored procedures in the existing database. 阅读全文
posted @ 2006-04-24 14:38 Rickie 阅读(2184) 评论(0) 推荐(0) 编辑
摘要:The logging application block includes three types of filters, Category Filter, Priority Filter and LogEnabledFilter respectively. 阅读全文
posted @ 2006-02-20 21:24 Rickie 阅读(2878) 评论(3) 推荐(0) 编辑
摘要:Enterprise Library–January 2006 contains the following general purpose application blocks: Caching, Cryptography, Data Access, Exception Handling, Logging and Security Enterprise Library also includes a set of core functions, including configuration, instrumentation, and object builder services. These functions are used by all other application blocks. 阅读全文
posted @ 2006-01-21 12:09 Rickie 阅读(1211) 评论(3) 推荐(0) 编辑
摘要:These hands-on labs for Enterprise Library are from the patterns & practices group and include 8 labs in both C# and VB.Net. 阅读全文
posted @ 2005-05-21 06:45 Rickie 阅读(1581) 评论(0) 推荐(0) 编辑
摘要:继上次的Patch 1462,Enterprise Library v1.0又释放了新Patch 1475,该Patch主要解决内存泄漏(memory leak)问题,其他所有的Application blocks都调用了该CAB。 阅读全文
posted @ 2005-04-09 12:38 Rickie 阅读(2044) 评论(4) 推荐(0) 编辑
摘要:http://www.pnplive.com/ 阅读全文
posted @ 2005-03-18 05:23 Rickie 阅读(1196) 评论(0) 推荐(0) 编辑
摘要:MSDN Architecture Webcast: patterns & practices Live: Enterprise Library Overview (Level 200) 阅读全文
posted @ 2005-03-05 01:31 Rickie 阅读(1205) 评论(1) 推荐(0) 编辑
摘要:Enterprise Library v1.0 Tutorials 阅读全文
posted @ 2005-03-04 04:16 Rickie 阅读(2109) 评论(0) 推荐(0) 编辑
摘要:根据用户提供的凭据验证用户的合法性。 阅读全文
posted @ 2005-02-27 02:16 Rickie 阅读(2224) 评论(2) 推荐(0) 编辑
摘要:Enterprise Library Security Quickstart基于Security Application Block, Database Application Block, Caching Application Block, Configuration Application Block, Cryptography Application Block等构建,是所有Quickstart中较复杂的一个。其中,用户、角色、用户角色关系、Profile等等均存放在数据库中。 阅读全文
posted @ 2005-02-26 13:22 Rickie 阅读(2374) 评论(3) 推荐(0) 编辑
摘要:在Enterprise Library v1.0的Application Blocks中大量采用SR.strings作为字符串资源文件,记录应用程序中需要的输出信息。通过String Resource Generator处理后,该文件自动产生同名的.CS和.RESX文件。其中.CS文件是一个用来访问这些字符串资源的类,包括格式化参数的特性,如.NET 中{}格式相同,具体可以查阅String.Format帮助。 阅读全文
posted @ 2005-02-24 07:03 Rickie 阅读(2441) 评论(3) 推荐(0) 编辑
摘要:Microsoft patterns & practices Enterprise Library系列分析文章 阅读全文
posted @ 2005-02-21 03:34 Rickie 阅读(19330) 评论(25) 推荐(0) 编辑
摘要:Enterprise Library Security Application Block (v1.0)帮助开发人员在应用程序中实现通用的安全相关功能。应用程序可以使用该Application Block实现许多功能,如认证和授权、检索角色(Role)和Profile信息、缓存用户Profile信息等。 阅读全文
posted @ 2005-02-21 03:19 Rickie 阅读(12344) 评论(13) 推荐(0) 编辑
摘要:Enterprise Library Cryptography Application Block (v1.0)简化了开发人员在应用程序中采用加密功能。应用程序可以使用该Application Block实现多项任务,如加密/解密信息,创建散列(Hash)和比较散列值确保原始数据没有被改变等等。通过使用Symmetric Providers或Hash Providers,该Application Block可以保护应用程序中的敏感数据。只需要简单1行代码,你就可以加密或解密、创建或比较散列。 阅读全文
posted @ 2005-02-18 10:50 Rickie 阅读(3602) 评论(1) 推荐(0) 编辑
摘要:Enterprise Library Quick Start中演示了使用Logging and Instrumentation Application Block记录日志信息到Application事件日志和文本文件。《Enterprise Library: Logging and Instrumentation Application Block数据库接收池(Database Sink)设计向导篇》(作者:Rickie Lee - rickieleemail#yahoo.com)演示将日志信息写入Database。这里,演示如何将日志信息写入Email并发送。 阅读全文
posted @ 2005-02-16 09:16 Rickie 阅读(4147) 评论(2) 推荐(0) 编辑
摘要:Enterprise Library Quick Start中演示了使用Logging and Instrumentation Application Block记录日志信息到Application事件日志和文本文件。这里,演示如何将日志信息写入Database。 阅读全文
posted @ 2005-02-14 07:14 Rickie 阅读(4919) 评论(2) 推荐(0) 编辑
摘要:Enterprise Library中的Logging and Instrumentation Application Block让记录日志信息到不同的目的位置更加方便,新的Logging Block非常直观并功能丰富。每个应用程序都会需要一系列logging功能,并且还需要优雅地处理和记录未捕获的异常信息。本文简单介绍了Logging and Instrumentation Application Block的功能特点。 阅读全文
posted @ 2005-02-13 05:05 Rickie 阅读(4746) 评论(1) 推荐(0) 编辑
摘要:Exception Handling Application Block设计用来完成企业级应用程序各层中异常处理。 阅读全文
posted @ 2005-02-12 16:05 Rickie 阅读(3966) 评论(0) 推荐(0) 编辑