CrmAdo 1.0.0-Alpha

This is a prerelease version of CrmAdo.
There is a newer version of this package available.
See the version list below for details.
dotnet add package CrmAdo --version 1.0.0-Alpha
                    
NuGet\Install-Package CrmAdo -Version 1.0.0-Alpha
                    
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="CrmAdo" Version="1.0.0-Alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CrmAdo" Version="1.0.0-Alpha" />
                    
Directory.Packages.props
<PackageReference Include="CrmAdo" />
                    
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 CrmAdo --version 1.0.0-Alpha
                    
#r "nuget: CrmAdo, 1.0.0-Alpha"
                    
#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.
#:package CrmAdo@1.0.0-Alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CrmAdo&version=1.0.0-Alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=CrmAdo&version=1.0.0-Alpha&prerelease
                    
Install as a Cake Tool

CrmAdo is an ADO.Net data provider for Dynamics Crm. It hides from you the complexities of using the IOrganisation web service, and instead exposes Dynamics Crm to you as if it was an ordinary SQL database / data source. It allows you to use the familiar ADO.Net model to connect to, and perform queries against Dynamics CRM, and you can use the familiar T-SQL language to write your queries. CrmAdo handles all the conversion between your T-SQL queries / commands into the appropriate IOrganisation web service interactions behind the scenes, so to all intense and purposes it will appear to you as if Dynamics CRM is just an ordinary Sql database.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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

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.3.5 2,246 11/8/2015
1.3.0 1,771 1/25/2015
1.2.19 1,620 12/31/2014
1.2.17 1,837 11/28/2014
1.2.13 2,117 11/24/2014
1.2.12 1,812 11/14/2014
1.2.11 1,799 11/14/2014
1.2.10 1,957 11/13/2014
1.2.9 2,189 11/10/2014
1.2.8 2,571 11/9/2014
1.2.7 2,164 11/3/2014
1.2.6 2,450 11/2/2014
1.2.1 1,752 10/17/2014
1.2.0 1,957 10/2/2014
1.1.0 1,733 7/13/2014
1.0.10 1,753 6/10/2014
1.0.9 2,164 4/18/2014
1.0.7 1,852 4/13/2014
1.0.5 1,813 4/4/2014
1.0.2 1,795 3/30/2014
1.0.1 1,775 3/22/2014
1.0.1-Alpha 1,314 3/22/2014
1.0.0-Alpha 1,334 3/22/2014

## 0.0.1-alpha
     - This release is an alpha release, and only supports "Read" access to Dynamics CRM. Insert / Update and Delete will come in a future version.