About 580,000 results
Open links in new tab
  1. Create database, add tables in .NET Framework apps - Visual

    Feb 4, 2025 · Create a database with tables and foreign keys in a .NET Framework application by using Table Designer in Visual Studio.

  2. Basic Database Operations Using C# - GeeksforGeeks

    Jan 31, 2023 · In this article, you are going to learn about how to perform basic database operations using system.data.SqlClient namespace in C#. The basic operations are INSERT, …

  3. C# Database Connection: How to connect SQL Server (Example)

    Aug 13, 2025 · In this tutorial, you will learn how to connect C# application to Microsoft SQL Server Database and Access data. We will also learn Insert, Update & Delete the database …

  4. A Beginner's Guide to Using SQLite in a C# Application

    Oct 2, 2023 · In this guide, we’ve covered the basics of using SQLite in a C# application, including installation, connecting to the database, and performing common database operations.

  5. Building a C# Database Project: A Comprehensive Guide

    Aug 20, 2024 · In this guide, we've covered the essential steps involved in building a C# project that interacts with a database. By following these best practices and examples, you can create …

  6. Database Programming in C# - halvorsen.blog

    To change security authentication mode, do the following steps. In SQL Server Management Studio Object Explorer, right-click the server, and then click Properties. On the Security page, …

  7. .NET (C#) data documentation | Microsoft Learn

    This page contains resources about how to work with data using .NET (C#). Use our docs and tutorials to choose from our wide variety of available databases & data access approaches …

  8. Advanced C# Database Tricks into a Practical Solution

    May 2, 2025 · In this article, I bring together the most powerful advanced C# database techniques into a cohesive, multi-layered .NET application. By combining Entity Framework Core (EF …

  9. Basic Database Operations for C# Developers | C# Workshop

    As a C# developer, it’s important to have a solid understanding of basic database operations to effectively interact with databases in your applications. In this article, we’ll cover some of the …

  10. C# - Database Operations | csharp Tutorial

    In any programming language, accessing Data from a database is one of the important aspects. It is an absolute necessity for any programming language to have the ability to work with …