Top 20 NuGet server Packages

Xml Rpc Server Protocol Base for .Net Standard. Use this Package to implement Xml-Rpc based Servers. Notice: If you're looking for out-of-the box server-implementations use XmlRpc.Kestrel (for Kestrel Middleware) or XmlRpc.Listener (for HttpListener) instead.
HttpListener Implementation of XmlRpc.Server. Use this Package if you want to build a Xml Rpc Server with a simple HttpListener.GetContext.
Run safe and effective ADO .NET SQL queries on Microsoft SQL Server.
Provides common interfaces over various common enterprise system implementations.
Oracle database module for GenericSqlProvider.
Entity Framework Core Automatic Migrations allows you to use code first migrations without having a code file in your project for each change you make. How to use: /// Migrations Options public class DbMigrationsOptions { /// <summary> /// Allow auto migration with data lost ...
RemoteViewing.LibVnc is a .NET VNC server library, which wraps around libvncserver.
Simple Query. ORM Very Easy to use. All CRUD operations. Dapper and ORM in the same place
Package Description
Package Description
Server library for simple TCP messaging.
Client library for simple TCP messaging.
Makes it possible to run unit test on a real MongoDB Instance without mocking the persistence layer.
An asynchronous server WebSocket wrapper for .NET Standard 2.1.
ASP.Net Core library contain all the generic and non-generic function for SQL Server DML. All major DML tasks are accomplished.
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait(); public class DbMigrationsOptions { public bool AutomaticMigrationDataLossAllowed { get; set; } = true; public bo...