Get Started with LinqApi
Follow these simple steps to integrate LinqApi into your project:
Step 1: Install the Package
Install the LinqJsApi.Core package using the .NET CLI:
dotnet add package LinqJsApi.Core --version 1.0.0-preview1
Step 2: Configure the Service
In your Program.cs or Startup.cs, add and configure Dynamic LinqApi:
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddDynamicLinqApi("", "Data Source=.\\SQLEXPRESS;Database=YourDB;Trusted_Connection=True;TrustServerCertificate=Yes");
Step 3: Explore the Documentation
For further details, check out our complete documentation including API reference, example use-cases, and customization guides.
Read Documentation