⚠ Deprecated: Legacy
This package is obsolete and does not work with the latest versions of EasyQuery. If you want to use EasyQuery in your project please start with registering EasyQuery trial on our website: https://korzh.com/easyquery
Suggested alternative: Korzh.EasyQuery.AspNetCore
EasyQuery components add visual query designer in your ASP.NET MVC application. It will be quite helpful if you need a form for advanced search or some filtering functionality for your CRUD views. Users do not need to know about your database design, tables, joins, etc - all queries are constructed visually simply by assembling a phrase in natural language. EasyQuery can generate queries for different query languages (SQL, Entity SQL, Linq, Filter expression) and all popular databases (SQL Server, MySQL, Oracle, Access, Postgre SQL, etc). This package also supports Scaffold commands to quickly add an "advanced search" form to your MVC application. Command examples: PM> Scaffold EasyQuery.MvcController {ControllerName} -ConnectionName {ConnectionName} or PM> Scaffold EasyQuery.MvcController {ControllerName} -DbContext {DbContextName}
$ dotnet add package EasyQuery.Mvc.ScaffoldingNo README available.