博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Effective Use of Microsoft Enterprise Library: Building Blocks for Creating Enterprise Applications
阅读量:4232 次
发布时间:2019-05-26

本文共 1052 字,大约阅读时间需要 3 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

Writing robust enterprise applications presents a special challenge for developers, but Microsoft has addressed that challenge with the free, downloadable Enterprise Library for the .NET Framework.

Enterprise Library is a collection of application blocks and guidance documents that together provide functionality common to enterprise applications; each application block includes full source code. Lacking in the guidance provided by Microsoft is an overall roadmap to the process of using the application blocks. Effective Use of Microsoft Enterprise Library is that roadmap.

Microsoft application development lead architect Len Fenster explains exactly how to build applications using Enterprise Library application blocks. Fenster covers all seven application blocks as implemented for .NET Framework 1.1, shows how to develop and use a new application block, and explains how Enterprise Library is changing for .NET Framework 2.0.

http://rapidshare.com/files/50778814/0321334213.rar
你可能感兴趣的文章
看文档还是看源代码+调试--附带rsyslog的例子
查看>>
查看 SELinux状态及关闭SELinux
查看>>
CentOS常用到的查看系统命令
查看>>
如何查看已安装的CentOS版本信息
查看>>
CentOS 6.5下利用Rsyslog+LogAnalyzer+MySQL部署日志服务器
查看>>
Linux学习之CentOS(十三)--CentOS6.4下Mysql数据库的安装与配置
查看>>
关于systemd和sysvinit的说明
查看>>
Linux 中 rc.local、init.d、rc.x、init 这几个文件(夹)各有什么作用?启动执行的脚本应该均放在 rc.local 中吗?
查看>>
linux中/etc/rc.d/rc.local和/etc/rc.local这两个文件有什么区别
查看>>
/etc/rc.d/rc.local linux启动自动开启某些服务
查看>>
UNIX文件权限详解(尤其是SUID和SGID)
查看>>
libc、glibc与gcc
查看>>
linux内核设计与实现的读书笔记1 -内核开发头文件
查看>>
编译链接------Linux环境下c语言静态链接库和动态链接库创建和使用
查看>>
C++静态库与动态库
查看>>
关于libc和glibc
查看>>
/etc/rc.d/rc与/etc/rc.d/init.d的关系介绍
查看>>
浅析 Linux 初始化 init 系统,第 1 部分: sysvinit
查看>>
Linux 线程实现机制分析
查看>>
Linux写时拷贝技术(copy-on-write)
查看>>