DialectSoftware
- 18,552 total downloads
- last updated 4/15/2013
- Latest version: 1.0.1
GET and parse HTML streams over HTTP or HTTPS, resilient to non-well-formed document structures. Query and enumerate DOM structures with IE's object model.
example:
var d = new DialectSoftware.Web.HTMLDOMDocument(new Uri("http://www.yahoo.com")) as...
More information
- 4,173 total downloads
- last updated 11/10/2015
- Latest version: 1.0.4
Create streams using a Pub/Sub model leveraging Observables over several different queuing technologies including ZeroMQ, MSMQ and Kafka.
This project can be incorporated with Reactive Extensions to create powerful event processing solutions.
- 2,691 total downloads
- last updated 7/22/2015
- Latest version: 2.0.1
General facility for creating and maintaining user profiles in a CouchDB repository.
- 2,275 total downloads
- last updated 1/13/2013
- Latest version: 1.0.0
Provides matrix data structure suitable for storing elements in an n-dimensional cartesian coordinate system of positive integers.
example:
Axis x = new Axis("x", 0, 100, 1);
Axis y = new Axis("y", 0, 10, 1);
Matrix<long> matrix = new Matrix<long>(new...
More information
- 1,931 total downloads
- last updated 4/1/2013
- Latest version: 1.1.0
Summon interfaces so that you can bend them to your will. Trap Exceptions, Predicate Invocation, Preempt Execution, Supplant Functionality and Observe Method Invocation.
- 1,860 total downloads
- last updated 8/25/2015
- Latest version: 2.0.1
Example:
http://www.service-architecture.com/articles/object-oriented-databases/xml_file_for_complex_data.html
dynamic obj = DynamicParser.Parse(xml);
Assert.IsTrue((string)obj.product.description == "Cardigan Sweater");
foreach (dynamic catalog in...
More information
- 1,713 total downloads
- last updated 3/15/2015
- Latest version: 1.0.1
Generalized and self-contained platform for providing basic geographic related services without the need for a database
- 1,699 total downloads
- last updated 1/10/2016
- Latest version: 1.0.1
Build Consistent Hashing and Rendezvous Hashing applications.
- 1,425 total downloads
- last updated 11/5/2012
- Latest version: 1.0.0
Build UserControls that support Templating and DataBinding. Emit client-side JavaScript object graphs of your server-side controls. Encapsulate client and server behavior in a single source. Allow others to discover client-side properties and behaviors of your controls through natural C# syntax.
- 1,343 total downloads
- last updated 4/14/2013
- Latest version: 1.0.0
The Didactic REST API is part of the Dialect Software LLC .Net Http Services. Built on top of the WCF framework the Didactic REST API simplifies the development and documentation of your REST based services, allowing you to expose resources through a REST based façade quickly and easily.
- 1,285 total downloads
- last updated 3/24/2013
- Latest version: 1.0.1
Parse and coalesce text by applying simple rules in the form of a lambda expression that define word boundaries. Each word is tokenized into a memento that retains all the information about that word within the original context.
example: parsing a double quote qualified csv...
More information
- 955 total downloads
- last updated 4/29/2014
- Latest version: 1.0.0
Implements a static fixed size object pool
- 698 total downloads
- last updated 1/11/2016
- Latest version: 1.0.0
Collection of networking utilities and components
- 390 total downloads
- last updated 8/27/2018
- Latest version: 1.0.0
Generic Encoding Library