惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Schneier on Security
F
Fortinet All Blogs
博客园_首页
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
D
DataBreaches.Net
aimingoo的专栏
aimingoo的专栏
爱范儿
爱范儿
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
D
Docker
Engineering at Meta
Engineering at Meta
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
T
The Exploit Database - CXSecurity.com
博客园 - 三生石上(FineUI控件)
量子位
The Last Watchdog
The Last Watchdog
MyScale Blog
MyScale Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Blog of Author Tim Ferriss
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
小众软件
小众软件
Cloudbric
Cloudbric
博客园 - 司徒正美
H
Help Net Security
人人都是产品经理
人人都是产品经理
Application and Cybersecurity Blog
Application and Cybersecurity Blog
L
LangChain Blog
Latest news
Latest news
M
MIT News - Artificial intelligence
T
Threat Research - Cisco Blogs
博客园 - Franky
S
Security Affairs
W
WeLiveSecurity
F
Full Disclosure
Know Your Adversary
Know Your Adversary
Google DeepMind News
Google DeepMind News
The Hacker News
The Hacker News
Cyberwarzone
Cyberwarzone
美团技术团队
PCI Perspectives
PCI Perspectives
C
Check Point Blog
Spread Privacy
Spread Privacy

博客园 - KiddLee

数据库存储图像及使用Image控件显示 三层体系结构总结(六) Spring.Core IoC(一) Generating user instances in Sql Server is disabled. Use sp_configure 'user instances enabled' to generate user instances 面向对象分析设计学习与探索(六):好的设计=软件的灵活程度(good design=flexible software)继续 面向对象分析设计学习与探索(六):面向对象的灾难(OO Catastrophe) 面向对象分析设计学习与探索(六):好的设计=软件的灵活程度(good design=flexible software) 面向对象分析设计学习与探索(五):分析(Analysis) 面向对象分析设计学习与探索(四):需求变化(Requirements Change) 面向对象分析设计学习与探索(三):收集需求(Gathering Requirement) 面向对象分析设计学习与探索(二):好的应用程序设计(Well-designed apps rock) 面向对象分析设计学习与探索(一):开篇 类型构造器 装箱拆箱续 Session Cookie and Persistent Cookie 第一次执行方法 我犯错了 装箱拆箱 接口函数还可以声明为private
Spring.Net 模块组成
KiddLee · 2008-04-02 · via 博客园 - KiddLee

Spring框架包含了很多特性,下图展现了Spring.NET的核心模块:

clip_image002

Spring.Core:框架中最基础的部分,它允许你配置程序使用依赖注入。它还包含一些附加特性:

Expression Language:在运行时提供对对象有效的查询和操作

Validation Framework:为业务对象提供复杂的验证规则

Data binding Framework:用户界面框架实现数据绑定

Dynamic Reflection:提供一个高性能的反射接口

Threading:提供附加的concurrency abstractions,像线程本地存储

Resource abstraction:提供一个通用的接口解决从文件和URL中处理输入流

Spring.Aop:使用这个模块实现方面编程。Spring的方面库(aspect library)提供了预先定义并容易使用的方面:事务,日志,执行监视,缓存,方法重试和异常处理。

Spring.Data:实现这个模块完成高效的数据访问并实现事务管理。

Spring.Data.NHibernate:数据持久层。

Spring.Web:在写Asp.net web应用程序时使用这个模块提升抽象级别。如:数据邦定,验证和配置。

Spring.Web.Extensions:在写Asp.net web应用程序时使用这个模块提升抽象级别。如:数据邦定,验证和配置。

Spring.Services:使用这个模块实现对象的分发通信技术。

Spring.Testing.NUnit:单元测试