@manhng

Welcome to my blog!

Backup and Restore Database

March 23, 2022 08:55

Backup and Restore SQL Server database (edit)

Backup and Restore SQL Server database (.bak) using C# .NET | by Joe Moceri | Dev Genius

joemoceri/database-toolkit (github.com)

doanhnghiepvn/database-toolkit (github.com)

Backup & Restore

Creating SQL Server Backup File With C# (c-sharpcorner.com)

How to Restore Database Backup in SQL Server 2012 (c-sharpcorner.com)

Restore SQL Server Backup File With C# (c-sharpcorner.com)

Backup and Restore SQL Server database

  1. Microsoft.SqlServer.Smo
  2. Microsoft.SqlServer.SmoExtended
  3. Microsoft.SqlServer.ConnectionInfo
  4. Microsoft.SqlServer.Management.Sdk.Sfc
using Microsoft.SqlServer.Management.Smo;
using Microsoft.SqlServer.Management.Common;

SQL Server Database Backup and Restore in C# .NET | Omarsoft For IT Solutions (omarsoft-ye.com)

SQL Server Database Backup and Restore in C# - CodeProject

Backup and Restore SQL Server database

isaacbegit/How-to-Backup-Restore-SQL-Server-database-in-your-Application: Backup and restore database feature in your application is very important feature that can be add in your application to easy make these operation by your clients who uses your application , let me discuss how it’s easy to develop this feature (github.com)

doanhnghiepvn/How-to-Backup-Restore-SQL-Server-database-in-your-Application: Backup and restore database feature in your application is very important feature that can be add in your application to easy make these operation by your clients who uses your application , let me discuss how it’s easy to develop this feature (github.com)

Backup and Restore MySQL database

Backup and Restore MySQL database (.sql) using C# .NET | by Joe Moceri | Dev Genius

Task Run with Async/Await

Tips for Using Task.Run With Async/Await | by M B A R K | Mar, 2022 | Medium

ASP.NET Web API 2

Implement Swagger UI In ASP.NET Web API Restful Service For Documentation Using Swashbuckle (c-sharpcorner.com)

ASP.NET Web API 2 Documentation And Testing Using Swashbuckle/ Swagger (c-sharpcorner.com)

Clean Architecture With .NET 6

Clean Architecture With .NET 6 Using Entity Framework (c-sharpcorner.com)

Categories

Recent posts