Test
A thorough treatment of testing in the enterprise is beyond the scope of this chapter;
rather, the focus here is on the value add that the adoption of the IoC principle can bring to unit tes...
AOP
Aspect-Oriented Programming (AOP) complements OOP by providing another way of thinking about program structure.
AOP is used in Spring.NET:
To provide declarative enterprise services, espe...
IbatisNet
写在前面
原来尝试了mybatisNet,实际使用无奈的发现语法和 ibatis.Net 是一样的。
就选择了 iBATIS.NET。
这个相对资料会多一些,而且有官方文档。
简介
The iBATIS DataMapper framework makes it easier to use a database with a Java or ....
DI
Dependency injection (DI)
is a process whereby objects define their dependencies, that is, the other objects they work with,
only through constructor arguments and properties that are set on ...
Spring.NET
Spring.NET is an open source application framework that makes building enterprise .NET applications easier.
Modules
Install
先尝试最基础的。spring.core,nuget直接搜索引入即可。现在为2.0.1版本。
IOC
...
Mybatis.NET
MyBatis is a data mapping tool.
It maps columns of a database query including stored procedure to properties of a business object.
One definition of mapper is “an object that sets up...