About 329,000 results
Open links in new tab
  1. SQL Server Tutorial For Beginners and Professionals

    In this SQL Server Tutorial For Beginners and Professionals series, we covered all the concepts of MS SQL Server with real-time examples. You will learn from the very basic to the advanced …

  2. Use .NET to connect and query a database on Windows, Linux, or …

    Sep 23, 2024 · This article shows you how to use .NET to create a program that connects to a database in Azure SQL Database, or Azure SQL Managed Instance, and queries it using …

  3. 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, …

  4. How to Get Started with SQL Server and .NET

    Oct 18, 2018 · This tip helps you get started with SQL Server and .NET (C#). You will learn how you can connect from a C# application to SQL Server and how you can retrieve the version of …

  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 …

  6. SQL Server CRUD Tutorials in C#: A Step-by-Step Guide

    Oct 5, 2023 · SQL Server is a powerful, enterprise-grade relational database management system developed by Microsoft, and C# is a versatile programming language. In this tutorial, we will …

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

  8. How to C#: Building a .NET 9 API with SQL Server and Entity …

    Mar 28, 2025 · In this tutorial, we will create a new project with a database using Entity Framework Core in .NET 9. For this example, we will build a simple blog API using SQL …

  9. How to use C# with SQL - Essential SQL

    Aug 9, 2021 · In this tutorial, we will discuss the process for creating a very simple C# console application that connects to a SQL Server database. You will learn the most basic steps …

  10. Mastering C# and SQL: A Comprehensive Guide - Web Dev Tutor

    Aug 20, 2024 · C# is a versatile and modern programming language, while SQL is the standard language for managing and manipulating databases. In this guide, we will dive deep into how …

  11. Some results have been removed