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 …

  2. 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:

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

    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.

    Missing:

    • Visual Studio

    Must include:

  4. linq2db: How to teach LINQ to DB convert custom .NET …

    Jun 20, 2016 · In fact, you can consider LINQ to DB as type-safe SQL embedded in C#, VB.NET, and any other .NET languages. LINQ to DB is a straightforward LINQ into SQL translator that …

    Missing:

    • Visual Studio

    Must include:

  5. LINQ to SQL - ADO.NET | Microsoft Learn

    Sep 15, 2021 · Provides reference information about several aspects of LINQ to SQL. Topics include SQL-CLR Type Mapping, Standard Query Operator Translation, and more. Samples …

  6. 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 …

  7. 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:

  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. C# LINQ to SQL: A Practical Approach - ByteHide

    Apr 7, 2023 · LINQ to SQL is a powerful feature in C# that allows developers to interact with relational databases using LINQ queries. In this in-depth guide, we will explore the practical …

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

    Dec 3, 2024 · Install the LINQ to SQL tools. 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 …

  11. Some results have been removed
Refresh