Found 20 packages
Allows you to use SQL Server spatial SqlHierarchy types on a machine without SQL Server installed and decode these UDT types in any .NET Standard client
Adds hierarchyid support to the SQL Server EF Core provider
Common abstractions for using hierarchyid with EF Core
The package contains the components implementing the geometry, geography, and hierarchy ID types in SQL Server.
Adds hierarchyid support to the SQL Server EF Core provider
Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider Commonly Used Types: Microsoft.EntityFrameworkCore.HierarchyId
Allows you to use SQL Server spatial SqlHierarchy types on a machine without SQL Server installed and decode these UDT types in any .NET Standard client
Support for binding C# to SQL Server SqlGeometry, SqlGeography, SqlHierarchyId types.
MS SQL HierarchyId methods support for NHibernate
Add SqlHierarchyId support to SqlConnection
Parses SQL files to create a meta-object hierarchy with which you can generate C# code such as stored procedure wrappers or Entity Framework entities. Includes templates. Go to https://github.com/aeslinger0/sqlsharpener for more info!
.net standard环境下Microsoft.SqlServer.Types.dll的实现方案,from: https://github.com/dotMorten/Microsoft.SqlServer.Types
Allows you to use SQL Server spatial SqlHierarchy types on a machine without SQL Server installed and decode these UDT types in any .NET Standard client
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkDelete, BulkFetch, BulkInsert, BulkMerge, BulkSaveChanges, BulkSync, BulkUpdate, Fetch, FromSqlQuery, DeleteFromQuery, InsertFromQuery, UpdateFromQuery, QueryToCsvFile, SqlQueryToCsvFile. Supports: Transaction, Asynchronous Execution, Inheritance Models (Table-Per-Hierarchy, Table-Per-Concrete)
includes Common,WebForms,ProcessingObjectModel Pre-requisites: Microsoft SQL Server 2008 Reporting Services or higher for server processing mode. NET Framework 3.5 SP1 or .NET Framework 4.0. 1. Check C:\Windows\Microsoft.NET\Framework64 1.NET Framework 3.5 is there if we see a folder named v3.5. Further, use the registry to see whether SP1 for v3.5 is there - http://support.microsoft.com/kb/318785 - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5 needs to have DWORD named Install with value 1 If SP1 is not installed, it can be installed from http://www.microsoft.com/en-us/download/details.aspx?id=22 1. NET Framework 4.0 is there if we see a folder named v4.0 1. Microsoft SQL Server System CLR Types package 1. It is available in the Install Instructions section of Microsoft® SQL Server® 2012 Feature Pack on http://www.microsoft.com/en-us/download/details.aspx?id=29065 - Microsoft® System CLR Types for Microsoft® SQL Server® 2012 The SQL Server System CLR Types package contains the components implementing the geometry, geography, and hierarchy id types in SQL Server 2012. This component can be installed separately from the server to allow client applications to use these types outside of the server. Note: This component also requires Windows Installer 4.5 X86 Package (SQLSysClrTypes.msi) X64 Package (SQLSysClrTypes.msi) Microsoft SQL Server System CLR Types package. Ensure this order of setup 1. Ensure we have the required .NET Framework version per step 1a. 2. Run the SQL Server System CLR Types setup from step 1b. 3. Run the Report Viewer 2010 runtime setup
With IT Hit WebDAV Server Engine for .NET you can create your own WebDAV server, CalDAV/CardDAV server, add WebDAV support to your existing .NET project or DAV-enable your CMS/DMS/CRM. Using WebDAV Server Engine for .NET you can enable opening documents for editing from a web page and save back to server without download and upload steps. This works for Microsoft Office documents, LibreOffice documents, Adobe Acrobat PDF file, AutoCAD files and any other documents. IT Hit WebDAV Server Engine can publish data from database, file system, SQL database, your DMS/CMS/CRM or virtually any other storage. Almost any storage can be used to keep the files data and hierarchy. 90% of the Engine code is covered by Unit tests and provided with server samples covered with Ajax integration tests. The WebDAV server samples provided with the Engine can run on .NET Core & .NET Standard on Windows, Mac OS X, Linux, iOS & Android. Using WebDAV Wizards for Visual Studio you can generate sample authentication code required in your project: Basic, Digest, NTLM/Kerberos or cookies authentication.
SQL Server database provider for ClaudTree hierarchical tree control. Includes identity seeding (Hierarchy: 100+, Nodes/Items: 10000+), schema support, and optimized binary storage.
PostgreSQL database provider for ClaudTree hierarchical tree control. Includes sequence seeding (Hierarchy: 100+, Nodes/Items: 10000+), schema support, and optimized bytea storage.
Map a hierarchy of entities when loading from a SQL connection. Also grab PicnicOrm.Dapper for a IGridReader implementation using Dapper.
Entity Framework Core base implementation for ClaudTree hierarchical tree control. Contains abstractions, repositories, and unit of work. Install a provider-specific package for database support: ClaudTree.EntityFramework.SqlServer, ClaudTree.EntityFramework.Sqlite, ClaudTree.EntityFramework.MySql, ClaudTree.EntityFramework.PostgreSql, or ClaudTree.EntityFramework.Oracle.