.NET object-oriented fluent SQL Builder
KnightMoves.SqlObjects is a .NET NuGet package that provides an object-oriented fluent SQL builder, allowing developers to construct SQL queries using C# objects instead of string manipulation, closely mirroring T-SQL syntax for a more intuitive experience.
Execute SQL scripts with GO statements
How to execute SQL script with GO statements in C# with SQL Server Management Objects (SMO)