Metadata >> NuGet >> CrmAdo >> 1.3.0

1.3.0

Metadata

Authors Darrell Tunnell
Copyrights Copyright � Darrell Tunnell 2014
Description CrmAdo is an ADO.Net data provider for Dynamics Crm. It's goal is to make it easy for you to perform CRUD operations against Dynamics Crm. It exposes Dynamics to you as an ordinary ADO.Net data source that you can execute SQL commands against. It allows you to use the familiar ADO.Net classes to connect to, and perform your queries against Dynamics CRM. Architecturally, CrmAdo sits on top of the Dynamics SDK, and handles all the conversion between your SQL commands into the appropriate IOrganisation web service calls and interactions behind the scenes.
Language en-gb
Owners Darrell Tunnell
ProjectUrl http://dazinator.github.io/CrmAdo/
ReleaseNotes See here for latest release notes: https://github.com/dazinator/CrmAdo/releases
RequireLicenseAcceptance False
Tags Dynamics Crm ADO ADO.Net Data Provider SQL T-SQL DynamicsCrm
Dependencies Microsoft.IdentityModel:6.1.7600.16394|Microsoft.CrmSdk.Extensions:6.0.4|Microsoft.CrmSdk.CoreAssemblies:6.0.4|Microsoft.CrmSdk.Deployment:6.0.4|SQLGeneration.DazinatorFork:2.6.2
Title CrmAdo
PackageSize 1229141
PackageHashAlgorithm SHA512
PackageHash 3fTVFWlU6/20EFjS+rWv4hcLILZ3J7zRKgvPgy5Ancnsg4J0EADb4AZ6RznwgUuDbLJ2UZJBwQop6Fp8+vwLgg==
DownloadCount 000000
CreatedDate 2015-01-25T23:14:51

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CrmAdo -Version 1.3.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CrmAdo -Version 1.3.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete CrmAdo 1.3.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package CrmAdo -Version 1.3.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CrmAdo -Version 1.3.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap CrmAdo -Version 1.3.0
Uninstalling the package:
o remove-wrap CrmAdo

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries
AnyCPU Release .NETFramework,Version=v4.5 Binaries