"Contains the necessary SMO dependencies to allow execution of full client-side SQL scripts (eg. containing the GO command) to be executed from .NET.Such scripts can be executed from within Management Studio but will fail when executed through ADO.NET. This package contains the dependencies to allow that to happen.Example usage:public static void ExecuteSqlScript(SqlConnection conn, string script){ var serverConnection = new Microsoft.SqlServer.Management.Common.ServerConnection(conn); var server = new Microsoft.SqlServer.Management.Smo.Server(serverConnection); server.ConnectionContext.ExecuteNonQuery(script);}PS. Anyone can download Sql Server Express (for free!) and copy these assemblies from the installation folder, but having a simple package just saves so much pain."
Library or NuGet package built with .net standard and c# by Microsoft.
"App Metrics Core abstractions and interfaces for metric types, reporting, filtering and more."
Library or NuGet package built with .net standard and c# by Allan Hardy and Contributors.
"PagedList makes it easier for .Net developers to write paging code. It allows you to take any IEnumerable(T) and by specifying the page size and desired page index, sele…"
Library or NuGet package built with .net standard and c# by Troy Goode.
"A library for validating and generating credit card numbers.CreditCardValidator helps you implementing validations for the most common credit card brands, verifying leng…"
Library or NuGet package built with .net standard and c# by Gustavo Frizzo and contributors.
"See the AngularJS.* packages for other Angular modules"
Library or NuGet package built with .net standard and c# by The AngularJS Team.
"Internal implementation package not meant for direct consumption. Please do not reference directly."
Library or NuGet package built with .net standard and c# by Frank Denis.
"LUIS Middleware and Recognizers for the Microsoft Bot Builder SDK"
Library or NuGet package built with .net standard and c# by Microsoft.
Hello, I'm Corstiaan. I'm a software developer from the Netherlands and I manage BuiltWithDot.Net. I created this site as a place where developers working with .net technology can showcase their projects and inspire other developers.
There's so much you can build with .net these days that I thought it would be nice to have a corner of the web dedicated to the breadth of .net. Enjoy!
Get weekly updates about new projects built with .net tech
Great! Click the link in the e-mail to confirm. Check the spam folder if you can't find it.
No spam. Unsubscribe any time.
© 2025 - created by Corstiaan Hesselink - submit project - RSS feed - contact