About 550 results
Open links in new tab
  1. A Full-featured ASP.NET Core Data Service Web API with ... - CodeProject

    Sep 10, 2024 · As per original settings, the in-memory SQL Server database is used to provide the data for demo purposes. Thus, setting up any physical database is not required to obtain data results from …

  2. SQL Server Database - CodeProject

    Oct 21, 2019 · SQL Server Database Continuous Integration using Github and TeamCity If you have successfully completed that step, let us move on to the next and final step in this long process. 3. …

  3. Using Docker for Local SQL Server Development - CodeProject

    Feb 4, 2020 · Connect to SQL Server from Management Studio Now let's connect to the container with SQL Management Studio, and create some tables. Fire up Management Studio, and connect to …

  4. Creating Self Hosted ASP.NET WebAPI with CRUD operations in Visual ...

    Apr 14, 2016 · Step 2 : Create Database You can create any database you want. I am using SQL Server and will create a database named WebAPIdb having a table named Products for performing CRUD …

  5. Using C# to Connect to and Query from a SQL Database

    Nov 3, 2014 · Learn how to use C# to connect to and query a SQL database, enabling efficient data retrieval and manipulation for your applications.

  6. Microsoft Blazor Platz.SqlForms Open-source - CodeProject

    Apr 12, 2021 · How to develop a Blazor server application dynamically and generate UI from visually designed entities using Platz.SqlForms open-source

  7. Create SQL Server Database Unit Tests - CodeProject

    Nov 11, 2014 · Database Scripts Navigate to SQL Server Management Studio and open a new Query Analyser window, import and execute the SQL script FabricsDatabaseObjects.sql first and then …

  8. Auto Saving DataGridView Rows to a SQL Server Database

    Jan 27, 2006 · The DataSource should point to your SQL server with the Northwind database. Once the application is running, change the name of a region and move to another row. This will save the …

  9. A Complete Tutorial to Connect Android with ASP.NET Core Web API

    Jul 21, 2021 · Once you are able to connect to the SQL Server Express using the SQL Server Management Studio, you can go ahead and create a new database and name it ‘ BlogsDb ’. Once …

  10. Export All Tables from Microsoft SQL Server Database in Flat File ...

    Jul 15, 2020 · BCP utility helps for performing bulk copy operation of data between an instance of Microsoft SQL Server and a data file in a user-specified format. It can be used to import large …