39 packages tagged with “StoredProcedure”
EntityFrameworkExtras.EF6 provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters. **IMPORTANT** - Entity Framework Core: https://www.nuget.org/packages/EntityFrameworkExtras.EFCore/ - Entity Framework 6: https://www.nuget.org/packages/EntityFrameworkExtras.EF6/ - Entity Framework 5: https://www.nuget.org/packages/EntityFrameworkExtras.EF5/ - Entity Framework 4: https://www.nuget.org/packages/EntityFrameworkExtras/
EntityFrameworkExtras.EFCore provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters. **IMPORTANT** - Entity Framework Core: https://www.nuget.org/packages/EntityFrameworkExtras.EFCore/ - Entity Framework 6: https://www.nuget.org/packages/EntityFrameworkExtras.EF6/ - Entity Framework 5: https://www.nuget.org/packages/EntityFrameworkExtras.EF5/ - Entity Framework 4: https://www.nuget.org/packages/EntityFrameworkExtras/ - For EF Core 10.x, use the latest EF Extras v10.x version - For EF Core 9.x, use the latest EF Extras v9.x version - For EF Core 8.x, use the latest EF Extras v8.x version - For EF Core 7.x, use the latest EF Extras v7.x version - For EF Core 6.x, use the latest EF Extras v6.x version - For EF Core 5.x, use the latest EF Extras v5.x version - For EF Core 3.x, use the latest EF Extras v3.x version - For EF Core 2.x, use the latest EF Extras v2.x version
Fluent Stored Procedure Extensions for EntityFrameworkCore
A library for easily calling Stored Procedures in .NET. Works great with Entity Framework Code First models. Code Only Stored Procedures will not create any Stored Procedures on your database. Instead, its aim is to make it easy to call your existing stored procedures by writing simple code.
EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters. **IMPORTANT** - Entity Framework Core: https://www.nuget.org/packages/EntityFrameworkExtras.EFCore/ - Entity Framework 6: https://www.nuget.org/packages/EntityFrameworkExtras.EF6/ - Entity Framework 5: https://www.nuget.org/packages/EntityFrameworkExtras.EF5/ - Entity Framework 4: https://www.nuget.org/packages/EntityFrameworkExtras/
A high-performance proxy that executes the SQL queries by using Stored Procedures without any change.
EntityFrameworkExtras.EF5 provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters. **IMPORTANT** - Entity Framework Core: https://www.nuget.org/packages/EntityFrameworkExtras.EFCore/ - Entity Framework 6: https://www.nuget.org/packages/EntityFrameworkExtras.EF6/ - Entity Framework 5: https://www.nuget.org/packages/EntityFrameworkExtras.EF5/ - Entity Framework 4: https://www.nuget.org/packages/EntityFrameworkExtras/
This Package Contain Useful Library And Extension Method For Easy Develop High Tech .Net Core Application With EntityFrameworkCore. ForExample : Implementation Of Custom Entity Validation, Extension Method, Annotation, StoredProcedure ...
The SqlDatabaseCommand is a set of components helping C# developers to execute SQL Queries and to retrieve data from SQL Server. It is a light and pragmatic framework that contains only the essential classes needed to create SQL query strings, define parameters and transaction, and execute it to retrieve all data converted in typed objects. This package is dedicated to be included in SQL Server 2008 CLR procedure or triggers (see https://en.wikipedia.org/wiki/SQL_CLR)
A project to call stored procedures in a neat way
Data Access Library that simplifies data access to a Microsoft SQL server. Wraps SqlConnection the SqlCommand into a series of objects and methods that provide more straightforward usage. GetObjects<T>()/GetObject<T>() provides functionality to fill an object via reflection in a lightweight manner.
An interface class library specially designed for MS-SQL server.
Oracle Connect can be used to retrieve data from tables no need to worry about connections and other things
This is a rapid and tiny tool to generate a DataReader for a collection of objects. Attributes make a collection to sql table parameter mapping.
For Contact Me Please Send Mail Or Call To : Tel : +989301919109 Mail : mehrannoruzi@gmail.com
Code generation tool for SQL Server sprocs
It is an extenion for mapping data to your model that returned from efcore stored procedure executed.
This is a .net library and NuGet package that maps Microsoft ActiveX data objects library. It can be used in different .net frameworks.
Utility for CRUD operation based on Dapper ORM. Soruce Code is free on github: https://github.com/Bijan14093/SqlCRUDClass.git This tool does not allow direct queries, only allows View And StoredProcedure. My suggestion is to run queries via StoredProcedure. It takes more work but it gives you a lot of benefits in the future for system maintenance because all the queries are in the database and DBA can easily improve it.
Call Sored Proecedure like .NET methods!
Easily call stored procedures by writing an interface that describes their names, inputs, and results. Uses the CodeOnlyStoredProcedures library to acually execute the stored procedures.
This library contains useful database utilitity classes, functions and extension methods. ADO.NET wrapper specifically develop to help make life easy working with relational databases like SQLServer, MySql, PostgreSql, MariaDB, Oracle and stored procedures. LiteXDbHelper is simple and tiny yet powerful and very high-performance library to working with ADO.NET for .NET 5, .NET Core, .NET Standard applications.
Oracle Connect core can be used to retrieve data from tables no need to worry about connections and other things
Enterprise Data Access Library using Dapper with Stored Procedure Alias, Metadata Cache, Multi DB Provider, TransactionScope, Async.
DapperQuery is a .NET library that provides a fluent API for building SQL queries using Dapper, a popular micro-ORM for .NET. With DapperQuery, you can easily create complex SQL statements with a simple and intuitive syntax, using method chaining to add clauses, conditions, and parameters. The library includes support for various database engines, such as SQL Server, MySQL, and PostgreSQL, and provides helpers for common scenarios like paging, filtering, sorting, and aggregating data. In addition, DapperQuery includes a DataTableBuilder class that enables you to convert generic lists of objects to DataTables, which can be useful for integrating with other parts of your application that require tabular data. DapperQuery is designed to be lightweight, fast, and easy to use, with minimal configuration and dependencies. It's a great choice for developers who want a simple and flexible way to interact with databases using Dapper.
Roslyn source generator that produces strongly-typed call wrappers for SpExecuter.Utility stored-procedure execution library.