Ndf 0.6.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ndf --version 0.6.1.1
NuGet\Install-Package Ndf -Version 0.6.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ndf" Version="0.6.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ndf --version 0.6.1.1
#r "nuget: Ndf, 0.6.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ndf as a Cake Addin
#addin nuget:?package=Ndf&version=0.6.1.1

// Install Ndf as a Cake Tool
#tool nuget:?package=Ndf&version=0.6.1.1

NLite Domain Framework 简称NDF, 是一个轻量级的服务分发器框架,该框架以业务逻辑的高内聚,高复用性,高松耦合和便捷的可测试性为宗旨,支持嵌入式和分布式部署, 支持Asp.net Mvc,WebForm, Winform等,以NLite组件为基础, 支持服务别名,方法别名,方法重载,方法参数的自动绑定,校验功能和Filter等扩展功能。

NDF和Asp.net MVC

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Ndf:

Package Downloads
NLite.Web

NLite Web Framework,支持泛型Page,支持页面性能监视,支持服务发起器性能监视器, 支持Ndf内核的WebApi

Ndf.EFRepository

EF Repository for Ndf

Ndf.wcf

My package description.

Ndf-Demo

My package description.

Ndf.NHibernate

My package description.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.7 2,777 2/20/2013
0.6.6.12 1,726 8/2/2012
0.6.6.11 2,747 7/21/2012
0.6.6.10 1,760 7/15/2012
0.6.6.9 1,773 7/10/2012
0.6.6.8 2,042 7/9/2012
0.6.6.7 1,497 7/9/2012
0.6.6.6 1,944 7/6/2012
0.6.6.5 1,696 7/5/2012
0.6.6.4 1,794 7/3/2012
0.6.6.3 1,524 7/2/2012
0.6.6.2 1,997 6/29/2012
0.6.6.1 1,675 6/29/2012
0.6.6 1,564 6/19/2012
0.6.5.2 1,542 6/15/2012
0.6.5.1 2,249 6/15/2012
0.6.5 1,583 6/15/2012
0.6.4 1,591 6/14/2012
0.6.3.2 1,506 6/11/2012
0.6.3.1 1,520 6/10/2012
0.6.3 2,187 6/10/2012
0.6.2 2,517 6/8/2012
0.6.1.1 1,511 6/5/2012
0.6.1 1,557 6/5/2012
0.6.0.3 1,524 5/30/2012
0.6.0.2 1,580 5/29/2012
0.6.0.1 2,175 5/29/2012
0.6.0 1,518 5/25/2012
0.5.0.9 1,557 5/21/2012
0.5.0.8 1,526 5/15/2012
0.5.0.7 1,523 5/15/2012
0.5.0.6 1,541 5/14/2012
0.5.0.5 1,541 5/11/2012
0.5.0.4 1,557 5/11/2012
0.5.0.3 2,011 5/10/2012
0.5.0.2 5,512 5/10/2012

1. 修改 IEntity 等实体基类的命名空间到-〉NLite.Domain.Model 下
2. 移除DomainService和DomainService2 类
3. 添加DomainService 相关的基类和接口,在NLite.Domain.Service 命名空间下
4. 添加仓储接口和内存仓储缺省实现,在NLite.Domain.Reposiotory