24
Packages
24,838
Downloads of danielwertheim's packages
danielwertheim's Profile
Packages
-
PineCone
PineCone takes an instance of an C# class and builds a class-schema for it. This schema is then used to extract all primitive .Net types in the object-graph using some IL-Emits and then turns this to a key-value structure with paths and values. PineCone has been extracted from the open source document-oriented provider for SQL-server, SisoDb (htt... More information
-
SisoDb - Simple Structure Oriented Db (core)
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.Sql2008 - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.SqlCe4 - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.Sql2012 - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.MsMemoryCache - Simple Structure Oriented Db
A Cache provider over the MS Memory Cache for SisoDb. Can be used both in ASP.Net as well as standalone. SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries ag... More information
-
SisoDb.MiniProfiler - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.Dynamic - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.Glimpse - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.Sql2005 - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.JsonNet - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.ServiceStack - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.Spatial - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
SisoDb.Azure - Simple Structure Oriented Db
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information
-
Kiwi.Markdown
Kiwi.Markdown helps you embed your GitHub wiki locally by transforming GitHub flavored Markdown to HTML with support for syntax highlighting. Useful in e.g an ASP.Net MVC app. I'm using my GitHub Wiki and also want the wiki documentation at the project website as well. Kiwi helps me with that.
-
Kiwi.Mvc3
This Content package sets up the necessary parts for using Kiwi.Markdown in an ASP.Net MVC 3 app.
-
LiteCQRS
LiteCQRS is a small convention-based CQRS framework that differs from others by NOT using interfaces or base-classes or attributes for defining command- and event handlers. Instead, it relies on method signatures and the namespace of the class, containing the method.
-
MyCouch - CouchDb client
A Simple CouchDb client that uses the async HttpClient. Provides you with some model conventions like injection of $doctype etc to the document. Lets you work with raw JSON or entities, POCOS without any interfaces, baseclasses etc.
-
Fleck.Extended - Fleck WebSocket-server with a twist.
Abstraction on top of Fleck that provides stuff like routing, credentials, CQRS based architechture etc.
-
NCore
Contains helpers, utils and extensions to simplify some of the daily work.
-
NCore (source)
Contains helpers, utils and extensions to simplify some of the daily work.
-
Ensure.That (source)
Yet another guard clause project helping you with validation and uniformed exception throwing when validating args.
-
Ensure.That
Yet another guard clause project helping you with validation and uniformed exception throwing when validating args.
-
iLogger - Super simple logger definition.
I know, yet another abstraction, but that is what it is. Just a super simple logger definition.