当前位置: 首页 > 图文教程 > 网络编程 > ASP.NET > P&P Enterprise Library Extensions

ASP.NET
为T-SQL添加intellisense功能
SQL Server 2005安装过程中出现错误的解决办法
SQL Server 2005 RTM 安装错误 :The SQL Server System Configuration Checker cannot be executed due to
有关于JSON的一些资料
不能忽略c#中的using和as操作符的用处
JavaScript系列之―同步还是异步?
获取远程网页的内容之一(downmoon原创)
获取远程网页的内容之二(downmoon原创)
ASP.Net中防止刷新自动触发事件的解决方案
asp.net下用js实现鼠标移至小图,自动显示相应大图
Asp.Net 和 AJAX.Net 的区别
提交页面的定位--scrollIntoView的用法
利用AJAX与数据岛实现无刷新绑定
asp.net下判断用户什么时候离开,以什么方式离开
DataSet 添加数据集、行、列、主键和外键等操作示例
读写xml所有节点个人小结 和 读取xml节点的数据总结
收藏的asp.net文件上传类源码
asp.net下GDI+的一些常用应用(水印,文字,圆角处理)技巧
一个可以让.net程序在非WIN平台上运行的软件Mono
使用ASP.NET 2.0 CSS 控件适配器生成CSS友好的HTML输出

ASP.NET 中的 P&P Enterprise Library Extensions


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-03   浏览: 112 ::
收藏到网摘: n/a

DataOleDb Data Provider for Enterprise Library 1.0This is a first attempt at the necessary OleDb classes for Enterprise Library 1.0. It consists of an OleDbDatabase class, an OleDbCommandWrapper class, and numerous test fixtures.Sybase ASE Data ProviderThis Enterprise Library extension uses the Sybase ASE .NET Data Provider to access Sybase databases.Enterprise Library - Data - Firebird Database Provider ClassesFbCommandWrapper and FbDatabase classes for integrating the Firebird ADO.Net Provider into the Data Access Application Block. Oracle Enterprise Library FixesFixes issues with Enterprise Library and Oracle (Packages and output cursors). Enterprise Library : Database Rules ProviderThis sample is a simple implementation of a Database Rules Provider for the Enterprise Library. You can use this if you want to use the same boolean expressions generated by the default Authorization Provider in Enterprise Library, except store them in a database table rather than in the configuration Xml file.SecurityEnterprise Library Security DB for OracleDDL to create Enterprise Library Security DB in Oracle.LoggingLibrary Logging, Support for logging to Oracle databaseImplemented support for logging to oracle database. Enterprise Library: Logging Web ServiceThis demo/sample has a full custom Sink Node for a web service, complete with Node, Sink, Designer, and Data Type classes. Sink can be set up to appear in Config Console. Enterprise Library Logging : Rolling Flat File SinkThis Logging extension provides rolling over of log files based on criteria such as file size, minutes and days and number of files to keep. DC258-842F-42F3-AEA4-1741AD1C54F3">Logging & Instrumention with severity filteringThe new Enterprise Library logging block is good. But sometimes you want to filter log entries with low severity from some modules/classes. This is what this mod will do. All you need to do is specify the category name and the minimum severity that you are willing to pass through the filter. I am uploading new/ changed source files and nunit tests. Just added quickstart.Enterprise Library: Log Block Demo with email, Database, and extended classesAnother Log Block Demo that also has email sink, Database sink, a custom sink that creates a message box, and extensions of the LogEntry and a custom Database sink that has a Design Manager, Node and Type class so that you can have it appear in the Console.Getting Started with the Enterprise Library Logging and Instrumentation Application Block in BizTalkTo explain how to set up the Logging and Instrumentation Application Block for BizTalk Server 2004 and BizTalk Server 2004 applications and to examine a simple sample application show its usage in a BizTalk Server 2004 application.UpaterHTTP Downloader for Updater Application Block 2This is a HTTP downloader for the updater application block 2. It supports synchronous and asynchronous downloads as well as accurate and frequent progress reports. There is more information in the readme file. Update 9th April '05: Added configuration parameters so customization is possible. Update 5th May '05: Fixed type-name typo in readme file (thanks Chris!). Code GeneratorDataTierGenerator - Enterprise Library EditionMicrosoft .NET project that generates SQL Server 2000 scripts for stored procedures and C# classes using the Enterprise Library to access those stored procedures.Enterprise Library DataTierGenerator Tool SampleThis sample illustrates an application built using the DataTierGenerator for Enterprise Library available at http://workspaces.gotdotnet.com/datatiergenerator. This tool generates a data tier that uses the Enterprise Library data access block to update the database.OthersEnterprise Library Web Service with SOAP FormatterThis is an updated Web Service, it includes the code for disassembling the LogEntry into 14 arguments to submit to a web method (commented out), but it mainly works using SOAP Formatter. Thanks to ThisBytes5 and Tom Holland for assists. SoapSerializerTransformer - custom serializer transformer provider for Enterprise Library 1.0Cu