41 packages tagged with “adhoc”
EasyQuery DB-related classes
Basic classes of EasyQuery library.
EasyQuery Entity Framework Core classes
EasyQuery ASP.NET Core classes
EasyQuery LINQ related classes
The extensions for EasyQuery EntityFrameworkCore classes with ASP.NET Core Identity
EasyQuery Razor UI library
EasyQuery data export functionality for CSV and Excel-Html formats. If you want to export to PDF and native Excel formats, use EasyData.Exporters.PdfSharp and EasyData.Exporters.ClosedXML packages.
EasyQuery DbGate class for SQLite
EasyQuery Json classes
EasyQuery DbGate class for Open Database Connectivity (ODBC)
Old version of the DbGate class for MS SQL Server. This package is deprecated now. Please use Korzh.EasyQuery.SqlServerGate instead. Korzh.EasyQuery.SqlServerGate package contains exactly the same classes and data structures as in Korzh.EasyQuery.MsSqlGate but it references the new package for working with SQL Server database (Microsoft.Data.SqlClient) instead of the old one (System.Data.SqlClient). Microsoft still supports both these packages but all the new features will be added to the first one only, so it's better to switch to it in your projects. For more information on this topic please take a look at https://devblogs.microsoft.com/dotnet/introducing-the-new-microsoftdatasqlclient/ If for some reason, you prefer to stay with the old SQL Server package (System.Data.SqlClient), you can continue to use this package (Korzh.EasyQuery.MsSqlServerGate) as well but we strongly recommend you make that switch as soon as possible.
EasyQuery DbGate class for Oracle Database. Required 11g Release 2 (11.2) or higher
EasyQuery DbGate class for Postgre SQL
Easily generate ad-hoc SQL code using LINQ in a strongly typed manner that allows for compile time validation of you sql scripts.
EasyQuery DbGate class for MySQL
EasyQuery DbGate class for MS SQL Server
Allows for SQLinq to be more easily used with a little help from "Dapper dot net".
EasyQuery extensions for SimpleQuery
EasyQuery Entity Framework Core 3.x classes
Allows you to install templates which can help you to use EasyQuery components in your ASP.NET Core project: create new controllers and views, add necessary script files, etc.
Ad Hoc Report Builder and Embedded Analytics that allows programmers to easily add Report building functionality to their ASP .NET Web Application
This package is complete wrapper of ADO.NET and provide very easy access of all required functions in very efficient way. Kindly visit Project site for more code details. I covered a small blog targated to describe functionality of the package.
The extensions for EasyQuery EntityFrameworkCore 3.x classes with ASP.NET Core Identity
Package Description
This library provides a simplified interface for performing ad-hoc queries against IQueryable objects.