Blogs1 - 10 of 79 recent posts for tag:"Enterprise Library"
03
Nov
2009
Table value parameters with Enterprise Library Data Access Application Block

5 days ago by admin

I wasn’t finding much with a quick search for enterprise library table value parameters or data access application block table value parameters. After a bit of research I discovered that versions

DotNetDrop - dotnetdrop.com

Il futuro dell’AOP

5 days ago by emiliostefano

L’inversion of Control è gettonata da un paio d’anni e si vedono in produzione sistemi che usano estensivamente questo tipo di pattern, analogamente, però l’interception con Unity fa la sua sporca figura perchè è possibile con pochissime linee di codice wrappare completamente il policy application b ...

Blog di Emilio Reale - emiliostefano.wordpress.com

20
Oct
2009
最新版 Enterprise Library 企业库 V4.1 中文学习手册 ...

19 days ago by entlibforum

最新版 Enterprise Library 企业库 V4.1 中文学习手册 (提供整合的PDF 文档下载) Enterprise Library for .Net Framework 3.5 – EntLib v4.1 是patterns & practices 小组为.NET Framework 3.5 开发一套企业库,目前最新版本为v4.1,共包括9个Application Block,包括数据访问(Data Access Application Block)、异常管理(Exception Handling Application Block)、数据验证(Validation Appli ...

开源ASP.NET/C#论坛系统 - blog.entlib.com/entlibforum/Default.aspx · 4 references

12
Oct
2009
Enterprise Library - Security Application Block 学习手册(最新版) ...

27 days ago by entlibforum

Enterprise Library - Security Application Block 学习手册(最新版) Part 2 本系列文章引导学习Enterprise Library - Security Application Block,并实践如何在不同的应用程序环境中使用Security Application Block的功能。前一节中,使用基于角色的授权来保护应用程序,这一节将练习使用AuthorizationProvider来保护应用程序。本文由 http://blog.entlib.com 开源ASP.NET博客平台小组根据EntLib HOL手册编译提供,欢迎交流。 使用Au ...

开源ASP.NET/C#论坛系统 - blog.entlib.com/entlibforum/Default.aspx · 4 references

Enterprise Library - Security Application Block 学习手册(最新版) ...

27 days ago by entlibforum

Enterprise Library - Security Application Block 学习手册(最新版) Part 1 本系列文章引导学习Enterprise Library - Security Application Block,并实践如何在不同的应用程序环境中使用Security Application Block的功能。本文由 http://blog.entlib.com 开源ASP.NET博客平台小组根据EntLib HOL手册编译提供,欢迎交流。 练习一:保护应用程序 首先打开ex01\begin 目录下的BugSmak.sln 项目文件。 为应用程序添加认证功能 运行应 ...

开源ASP.NET/C#论坛系统 - blog.entlib.com/entlibforum/Default.aspx · 4 references

11
Oct
2009
Enterprise Library - Cryptography Application Block ...

28 days ago by entlibforum

Enterprise Library - Cryptography Application Block 学习手册(最新版) Part 2 本文继续Cryptography Application Block的学习,演示使用单向哈希算法(one-way hashing algorithm)加密存储在XML文件中的密码。本文由 http://blog.entlib.com 开源ASP.NET博客平台小组根据EntLib HOL手册编译提供,欢迎交流。 练习二:使用HashProvider 存储单向哈希密码 首先打开ex02\begin 目录下的UserUI.sln 项目文件,该应用程序提供了管理X ...

开源ASP.NET/C#论坛系统 - blog.entlib.com/entlibforum/Default.aspx · 4 references

10
Oct
2009
Enterprise Library - Cryptography Application Block ...

29 days ago by entlibforum

Enterprise Library - Cryptography Application Block 学习手册(最新版) Part 1 本系列文章演示如何保护非配置文件中的信息,这里以一个模拟及时通讯(Instant Messenger)应用程序为例,升级应用程序以加密的消息,而不是明文消息来进行交谈。 本文由 http://blog.entlib.com 开源ASP.NET博客平台小组根据EntLib HOL手册编译提供,欢迎交流。 练习一:加密和解密数据信息 首先打开ex01\begin 目录下的ChatterBox.sln 项目文件。 范例应用程序简要描述 1. 以设计模式方式打开项目 ...

开源ASP.NET/C#论坛系统 - blog.entlib.com/entlibforum/Default.aspx · 4 references

06
Oct
2009
Unity interception performance

33 days ago by anders

The past two years or so I’ve been working with a rather large team of developers on the latest incarnation of our bespoke web site platform here at Thomas Cook NE. We decided early on to use Unity and the Interception Extension at pretty much all layers across the entire site. One page view will tr ...

Smöråkning - ljusberg.se/blogs/smorakning/default.aspx

30
Sep
2009
Enterprise Library - Caching Application Block 学习手册(最新版) ...

39 days ago by entlibforum

Enterprise Library - Caching Application Block 学习手册(最新版) Part 3 本文演示如何在不同的应用程序中使用Enterprise Library - Caching Application Block模块,下面介绍了使用后台线程来装载缓存。 本文由 http://blog.entlib.com 开源ASP.NET博客平台小组根据EntLib HOL手册编译提供,欢迎交流。 练习三:实现后台异步缓存 首先打开ex03\begin 目录下的EmployeeBrowser.sln 项目文件。 实现数据库服务器在线时,后台线程预先装载缓存 1. 打 ...

开源ASP.NET/C#论坛系统 - blog.entlib.com/entlibforum/Default.aspx · 4 references

29
Sep
2009
Enterprise Library - Caching Application Block 学习手册(最新版) ...

40 days ago by entlibforum

Enterprise Library - Caching Application Block 学习手册(最新版) Part 2 本文演示如何在不同的应用程序中使用Enterprise Library - Caching Application Block模块,下面介绍了使用持久化后台存储(缓存)和离线缓存过期策略。 本文由 http://blog.entlib.com 开源ASP.NET博客平台小组根据EntLib HOL手册编译提供,欢迎交流。 练习二:持久化缓存 首先打开ex02\begin 目录下的EmployeeBrowser.sln 项目文件。 实现离线缓存 1. 打开项目中的Emp ...

开源ASP.NET/C#论坛系统 - blog.entlib.com/entlibforum/Default.aspx · 4 references

Previous1234567