Skip to main content
Thorium avatar

Thorium

NuGet publisher profile

Packages
37
Total Downloads
128.4M
128,352,077

Packages (37)

LinqKit.Core package icon

LinqKit.Core

LinqKit.Core contains extensions for LINQ to SQL and Entity Framework. Note that Include(...), IAsync and IDbAsync are not supported.

80.3M
downloads
LinqKit package icon

LinqKit

LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported.

45.9M
downloads
SQLProvider package icon

SQLProvider

Type providers for SQL database access.

905.1K
downloads
Linq.Expression.Optimizer package icon

Linq.Expression.Optimizer

Lightweight optimizer of System.Linq.Expression expressions. Just basic boolean algebra and reductions, constant and tuple/anonymous type eliminations. For expressions that are not compiled to IL.

605.0K
downloads
Owin.Compression package icon

Owin.Compression

Compression (Deflate / GZip / Brotli) module for Microsoft OWIN self-host and ASP.NET Core/Kestrel web servers with built-in eTag caching. With this module you can compress large files (like concatenated *.js or *.css files) to reduce the amount of web traffic.

274.3K
downloads
SignalR-FSharp-Example package icon

SignalR-FSharp-Example

Example of SignalR with F-Sharp (and Silverlight 5 or Javascript): - SignalR is a library (for web-based Publish/Subscribe -pattern) on top of WebSockets, which is HTML5 API that enables bi-directional communication between the browser and server. SignalR will fallback to other techniques and technologies when WebSockets are not available. http://signalr.net/ - F-Sharp (F#) is multiparadigm (functional-first) programming language mainly for .NET environment. http://fsharp.org/ - This sample uses Reactive Extensions 2.1 to communicate with SignalR, on both client and server side. Reactive Extensions is a library to compose asynchronous and event-based programs using observable collections and LINQ-style query operators. http://msdn.microsoft.com/en-us/data/gg577609.aspx - For server side: This could work purely from F# as Owin (http://owin.org/) console application but now F#-server-side is called from an empty ASP.NET C# Web Application. (Still you can start OWin from F# Interactive...) - For client side: Silverlight 5.0 application using F#-library and Silverlight 5.0 XAML/C# application to show the user interface. http://www.silverlight.net There is also jQuery/JavaScript test page, if you don't want to use Silverlight. - This proof of concept/sample/tutorial/demo is developed with Visual Studio 2012. References are resolved via NuGet. F# compiler won't auto-restore packages on compile. So go first to Tools -> Library Package Manager -> NuGet and press "Restore" to restore all the references, and then rebuild. - SignalR supports two kinds of connections: Hub and PersistentConnection Both are working with Silverlight and JavaScript.

142.1K
downloads
ClearBank.Net package icon

ClearBank.Net

Unofficial .NET client for ClearBank integration, creating online payments via their API. Bank payment handling automation in United Kingdom and EU.

26.2K
downloads
KeyVaultSigning package icon

KeyVaultSigning

This component will calculate SHA-hash for your message and then sign that with a certificate stored in Microsoft Azure KeyVault.

18.3K
downloads
Prismatic package icon

Prismatic

Prismatic - F#/.NET AI Development Workspace with agent launcher for collaborative software development

14.5K
downloads
CloudIP package icon

CloudIP

Checks if an IP is within a known IP-address range of a cloud provider.

10.4K
downloads
SQLProvider.PostgreSql package icon

SQLProvider.PostgreSql

Type providers for PostgreSql database access.

9.7K
downloads
SQLProvider.MsSql package icon

SQLProvider.MsSql

Type providers for Microsoft SQL server database access.

8.7K
downloads
LocationFinder package icon

LocationFinder

F# (FSharp) based Windows Phone 7.5 software to answer the simple question: Where am I?

8.1K
downloads
FSharp.Data.JsonProvider.Serializer package icon

FSharp.Data.JsonProvider.Serializer

Replace FSharp.Data.JsonProvider default serialization with System.Text.Json.

7.8K
downloads
SQLProvider.DuckDb package icon

SQLProvider.DuckDb

Type providers for DuckDB database access.

7.6K
downloads
SQLProvider.MySql package icon

SQLProvider.MySql

Type providers for MySQL database access.

7.6K
downloads
SQLProvider.SQLite package icon

SQLProvider.SQLite

Type providers for SQLite database access.

7.6K
downloads
SQLProvider.Oracle package icon

SQLProvider.Oracle

Type providers for Oracle database access.

7.5K
downloads
SQLProvider.Firebird package icon

SQLProvider.Firebird

Type providers for Firebird database access.

7.4K
downloads
SQLProvider.Odbc package icon

SQLProvider.Odbc

Type providers for ODBC database access.

7.3K
downloads
SQLProvider.MySqlConnector package icon

SQLProvider.MySqlConnector

Type providers for MySQL and MariaDB database access via MySqlConnector driver.

6.8K
downloads
SQLProvider.MsAccess package icon

SQLProvider.MsAccess

Type providers for Microsoft Access database access.

6.7K
downloads
FSharp.Azure.Quantum package icon

FSharp.Azure.Quantum

F# library for Azure Quantum with quantum-first optimization (Graph Coloring, TSP, MaxCut, Knapsack, Network Flow, Portfolio), Azure Quantum backend integration (IonQ, Rigetti, Quantinuum, Atom Computing), extensible circuit validation, local quantum simulation, QAOA with automatic parameter optimization (Nelder-Mead), OpenQASM 2.0 support, error mitigation techniques (ZNE, PEC, REM), Quantum Random Number Generation (QRNG), and educational quantum algorithms (Grover, QFT, Amplitude Amplification) with cloud backend execution. Native IQuantumBackend integration for IonQ, Rigetti, Quantinuum, Atom Computing, IQM and D-Wave, plus Pasqal neutral-atom analog hardware (via Pulser) and a neutral-atom analog programming model; additional platforms (IBM, Amazon Braket, Google Cirq) are targetable via OpenQASM 2.0 export/import.

6.5K
downloads
GeoblockingMiddleware package icon

GeoblockingMiddleware

This component will act as middleware for OWIN or AspNetCore pipeline and check the request geolocation if the request comes from allowed country or not.

4.4K
downloads
FSharp.Azure.Quantum.Topological package icon

FSharp.Azure.Quantum.Topological

Topological quantum computing plugin for FSharp.Azure.Quantum. Provides anyon theory (Ising/Fibonacci/SU(2)_k), braiding compilation, gate-to-braid conversion, Majorana (tetron) hardware device profiles and noise models, and topological file format (.tqp). Includes Majorana 1 (Al–InAs) and Majorana 2 (InAs–Pb) hardware profiles. Seamlessly integrates with main package algorithms (Grover, QFT, QAOA) via IQuantumBackend interface. Requires FSharp.Azure.Quantum v1.3.10+.

3.4K
downloads
CarmelNet package icon

CarmelNet

Unofficial .NET client for Carmel integration, creating online payments via their API. Bank payment handling automation in the United States.

3.1K
downloads
StocksApplication package icon

StocksApplication

The function of this application is to get Stock Quote Data and Historical Stock Prices from Yahoo Finance This is technical demo to apply F-Sharp (F#) language in real world application. This application is close to real world enterprise application (with very optimal solutions, at least in 2011).

2.9K
downloads
SL5.Duplex.Chat package icon

SL5.Duplex.Chat

Silverlight 5 Chat, Full-duplex Publish-Subscribe -pattern on TCPIP concept demo (WCF F# and SL F#)

2.7K
downloads
Simple.CQRS.FSharp package icon

Simple.CQRS.FSharp

Simple CQRS on F# (F-Sharp) 3.0 Based on Greg Young's Simple CQRS example. CQRS is Command and Query Responsibility Segregation -pattern. This is F# solution.

2.7K
downloads
ProveSDK package icon

ProveSDK

Unofficial Prove .NET Client

2.6K
downloads

7 more packages load after hydration.