About 32,400,000 results
Open links in new tab
  1. 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, UPDATE, SELECT and DELETE.

  2. Create database, add tables in .NET Framework apps - Visual …

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

  3. How do I connect to a SQL database from C#? - Stack Overflow

    To connect to SQL Server Express you need nothing but System.Data, which is a standard .NET assembly. Just use SqlXXX classes and you'll be done.

  4. Quickstart: Use .NET (C#) to query a database

    Sep 23, 2024 · In this quickstart, you'll use .NET and C# code to connect to a database. You'll then run a Transact-SQL statement to query data. This quickstart is applicable to Windows, Linux, and macOS and leverages the unified .NET platform. Tip.

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

    Dec 30, 2024 · 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 and records.

  6. Building a C# Database Project: A Comprehensive Guide - Web …

    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 efficient and reliable database-driven applications using C#.

  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 and get started quick!

  8. Working With An SQL Database With C# in .NET - eecs.blog

    Oct 15, 2024 · In this code snippet, I’ll show you how to connect to and query an SQL database with C# in .NET. I’ll also show you how to perform the queries properly by using “parameterized queries” to avoid SQL injection vulnerabilities.

  9. How to Work with Databases in C#: A Comprehensive Guide

    Sep 29, 2024 · Working with databases in C# can be a bit daunting at first, but once you get the hang of it, it's actually pretty straightforward. Whether you're a beginner or an experienced developer looking to brush up on your skills, this guide …

  10. Building a C# Web Application with Database Integration - Web …

    Aug 8, 2024 · To enable Create, Read, Update, and Delete operations in your web application, follow these steps: Create controllers and views for managing database records. Implement CRUD methods in your controller using Entity Framework. Secure your application by implementing authentication and authorization.

  11. Some results have been removed
Refresh