About 835,000 results
Open links in new tab
  1. Getting started with LINQ To DB with an Existing Database

    In this walkthrough, you will build a console application that performs basic data access against a Microsoft SQL Server database using LINQ To DB. You will use existing database to create …

    Missing:

    • Visual Studio

    Must include:

  2. c# - How to create database in Microsoft SQL Server using linq2db

    Dec 31, 2019 · Linq2Db has a link https://linq2db.github.io/index.html which provides more information about how to create a POCO and create a table based on it. As per the page, a …

  3. c# - Executing raw SQL string using linq2db - Stack Overflow

    Jan 8, 2018 · linq2db is strongly typed but you can execute raw sql and map the result to anonymous class. For example: "select id, name from sysobjects", . new { id = 0, name = "" }); …

    Missing:

    • Visual Studio

    Must include:

  4. GitHub - linq2db/examples: LINQ to DB Code Examples

    Get started with LINQ over WCF using Windows Console application as a host. LINQ to DB Code Examples. Contribute to linq2db/examples development by creating an account on GitHub.

  5. How to view LINQ Generated SQL statements? - Stack Overflow

    Feb 4, 2011 · If you use SQL profiler, to ensure capture of all LINQ queries from your VS debug session, use SQL Profiler 'RPC Completed' and 'SQL:BatchCompleted' events.

  6. Configuring LINQ To DB for ASP.NET Core | Linq To DB

    In this walkthrough, you will configure an ASP.NET Core application to access a local SQLite Database using LINQ To DB. The following will be reuiqred to complete this walkthrough: First …

  7. GitHub - plukawski/efcore-linq2db-demo: Demo app to show …

    DEMO application for using Linq2Db with EF Core. This application demonstrates some most common scenarios when using a Linq2Db engine can greatly extend the abilities to projects …

  8. LINQ to SQL Using Visual Studio - C# Corner

    This article helps us to learn about “LINQ to SQL” and takes you through the step by step process to explain how to create the LINQ to SQL using Visual Studio and also how toachieve the …

  9. LINQ to SQL O/R Designer overview - Visual Studio (Windows)

    Dec 3, 2024 · In Visual Studio, you create LINQ to SQL classes that represent SQL tables by using the Object Relational Designer (O/R Designer). The O/R designer is the UI for editing …

  10. LINQ to DB | Linq To DB

    LINQ to DB is the fastest LINQ database access library offering a simple, light, fast, and type-safe layer between your POCO objects and your database.

    Missing:

    • Visual Studio

    Must include:

  11. Some results have been removed
Refresh