https://github.com/llsaimur/employeemanager.azuresql
Employee Manager application
https://github.com/llsaimur/employeemanager.azuresql
azure csharp dotnet sql
Last synced: about 2 months ago
JSON representation
Employee Manager application
- Host: GitHub
- URL: https://github.com/llsaimur/employeemanager.azuresql
- Owner: llsaimur
- Created: 2024-05-22T06:36:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T06:40:39.000Z (about 2 years ago)
- Last Synced: 2025-01-30T10:29:36.498Z (over 1 year ago)
- Topics: azure, csharp, dotnet, sql
- Language: C#
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmployeeManager.AzureSql
***
moved the Northwind database to the
cloud using Azure SQL Database. The Employee Manager application then uses this
database to perform the CRUD operations
***
Features:
•Create an Azure SQL Database using the Azure portal and connect
with it using SQL Server Management Studio
• Perform CRUD operations on Azure SQL Database using the
Microsoft.Data.SqlClient data provider