EnterpriseLibrary.Data.Template 1.1.1

dotnet add package EnterpriseLibrary.Data.Template --version 1.1.1
                    
NuGet\Install-Package EnterpriseLibrary.Data.Template -Version 1.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="EnterpriseLibrary.Data.Template" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EnterpriseLibrary.Data.Template" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="EnterpriseLibrary.Data.Template" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EnterpriseLibrary.Data.Template --version 1.1.1
                    
#r "nuget: EnterpriseLibrary.Data.Template, 1.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.
#addin nuget:?package=EnterpriseLibrary.Data.Template&version=1.1.1
                    
Install EnterpriseLibrary.Data.Template as a Cake Addin
#tool nuget:?package=EnterpriseLibrary.Data.Template&version=1.1.1
                    
Install EnterpriseLibrary.Data.Template as a Cake Tool

O template de Enterprise Library Data Access apresenta de forma estruturada para os aplicativos, utilizando o método SOLID, que visa simplificar o desenvolvimento de tarefas que implementam a funcionalidade de acesso a banco de dados.

Já com os templates estruturados os aplicativos podem usar esta package de aplicativo em uma variedade de situações, tais como a leitura de dados para exibição, a transferências de dados através de camadas de aplicação, e apresentação de dados alterados de volta para o sistema de banco de dados.

Acesse a documentação para mais detalhes:

http://limup.com.br/documentacao-enterpriselibrary-data-aprendendo-a-utilizar-de-forma-rapida/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 6,983 7/27/2015

Otimização de NameSpace dinâmico e alteração de método.