Top 20 NuGet Packages

2nd level caching provider for NHibernate using Couchbase
Visual Studio Code Snippets for use with the CouchbaseClient
CouchDbConfigurationProvider
CouchDbProvider
CouchDB design document management for .NET-based projects.
A library for creating a couch app design document. (to be used with CouchN but you could hook it up standalone) The code uses node.js to run any "*_design.js" documents in the project and convert them to "*_design.json" (where * is the name of your design doc) Once the json do...
Shared stuff for couchpotato
Package Description
Package Description
Util.Ui.Core是Util应用框架的Ui核心类库。 Util是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。
Wrapper around perfmon counters
Package Description
Package Description
LINQ to IReadOnlyCollection<T>
Package Description
Package Description
Custom TextBox for Windows Phone
Package Description
Return the following: 1. How many 1-bits are in its binary representation 2. Let's say n's binary representation has k significant bits indexed from 1 to k. What are the respective positions (i.e., in ascending order) of each 1-bit Example: Complete Count function in PositiveBitCounter class. ...