Found 11 packages
Package for Spin.js "An animated CSS3 loading spinner with VML fallback for IE."
Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and Medium. Checkout project site at http://ricostacruz.com/nprogress
Spin.js binding library for Bridge.NET projects.
BlazorSpinner is a spinner component based on the spin.js javascript package
Spin.js (http://spin.js.org/) for WebSharper extension
Angular directive to show an animated spinner (using spin.js).
SpinKit (http://tobiasahlin.com/spinkit/) spinners for AngularJS
Build Model Context Protocol (MCP) servers and clients in .NET with MCPSharp. Create MCP-compliant tools and functions that AI models can discover and use. Features easy to use attribute-based API allowing anyone to spin up a server in minutes, and a Microsoft.Extensions.AI compatible client that generates AIFunctions, ready to be consumed by any IChatClient or compatible system. await MCPServer.StartAsync("EchoServer", "1.0.0"); --- server: class MyTool { [McpTool("echo","returns the input string back to you")] public string echo(string input) => input; } ---client: var client = new MCPClient("MyClient","1.0.0", "EchoServer.exe" //or dotnet EchoServer.dll if you wish await client.CallToolAsync("echo", new Dictionary<string, object>{{"input", "input string to echo"}});
FAP.NET or simply 'FAP' aka Functional API Pages w/ .NET, a functional REST server implementation
SQLite Support and Schema Migration Tool with JSON support, spin off of Marten
This package contains: - GetItemAsync > to get a single item from the Document Database - GetItemsAsync > to get multiple items from the database - AddItemAsync > to create a single entry in the database - AddItemsAsync > to create multiple entries at once - UpdateItemAsync > to update a single item - UpdateItemsAsync > to update multiple items at once - DeleteItemAsync > to delete a single item - DeleteItemsAsync > to delete multiple items at once This package uses Newtonsoft.Json and Microsoft.Azure.Cosmos in order to function properly. The SpinUp method provided is a static method to create the CosmosDbService instance in which the datbasename, account, key, and containerName can be provided. Such an account would be the connectionstring provided by the Azure resource. Same goes for the key.