- 授权协议: BSD
- 开发语言: C# .NET
- 操作系统: Windows
- 软件首页: https://github.com/SkightTeam/OXMapper
软件介绍
Object-XML 映射,抄袭ORM的概念。
是的,代码还是个空白,第一个版本甚至编译都不过。
敏捷?迭代?其实,这是一个很好的机会现场观看和参与(!),开发的过程。
RoadMap:
通过以下代码,就可以定义XML格式,和从类到它的映射:
class MyClassMap:XMLMap
{
public MyClassMap()
{
Id(x => x.Guid);
Map(x => x.Name);
}
}
Eric Meyer on CSS
Eric Meyer / New Riders Press / 2002-7-8 / USD 55.00
There are several other books on the market that serve as in-depth technical guides or reference books for CSS. None, however, take a more hands-on approach and use practical examples to teach readers......一起来看看 《Eric Meyer on CSS》 这本书的介绍吧!
