Found 22 packages
Some simple System.Net.Http.HttpClient helpers to help with your unit tests or when you don't really want to call the endpoint.
SimpleAuthentication is a ASP.NET library that makes it really simple to for developers to add Social Authentication code to an ASP.NET application.
SimpleSitemap is a lite library that helps you create web sitemaps for collections or lists of items. These sitemaps follow the Sitemap Protocol. Both sitemapindex and urlset links are generated, based upon the data collection size and 'page size'. Examples of this could be a list of your users, or products, or questions.
SimpleLogging is a lite and tiny package to help logging in any .NET application. This core library is a Portable Class Library. It's also mainly just some common framework for other SimpleLogging packages - which is really what you should be using.
Used with SimpleAuthentication, provides automated configuration for ASP.NET NancyFX projects.
### RavenDb Client power tools for RavenDb 3.0 - Powerful InitializeWithDefaults(..) method (to replace the Initialize() method). - Can seed data. - Can create indexes by list or assemblies. - Can throws an exception when the Database has an error (Asserting for errors). ------------------------------------------------ RavenDb is a nice Database to work with, but at times there's a lot of tweaks and ceremony required to just 'set stuff up'. This is -really- noticeable when you're writing tests. This library reduces the code required to take advantage of the power found in RavenDb by setting up the Database programatically to do what you want it to do.
This package is now rebranded to: SimpleAuthentication.Core
Used with SimpleAuthentication, provides automated configuration for ASP.NET Mvc projects.
Used with SimpleLogging, this provides you with a quick, simple and easy way to log messages with NLog. A common use of this is to send messages to an NLog viewer like Sentinel to get live (streamed) logging messages. Also includes a simple way to programatically turn on/off an NLogViewTarget, which is awesome when used in an Azure role :)
### RavenDb Testing power tools - RavenDbTestBase to remove the large amount of test code ceremony. - Quick access to multiple Document Sessions. - Indexes are always indexed before any queries can be executed. ------------------------------------------------ There is a fair bit of ceremony required when creating some A/A/A test code when you're leveraging RavenDb (Embedded). Lets reduce the time it takes to write that code. This library helps do that! By inheriting from the RaveDbTestBase class, most of this verbose code is now done for you in the base class :)
This is a Glimpse plugin which helps developers see what magic happens 'under the hood' for SimpleAuthentication.
Used with SimpleAuthentication, this adds additional provider support: 1. GitHub 2. Amazon 3. 37 Signals 4. LinkedIn 5. OpenId.
A simple library that makes it easy for you to consume some 3rd party Spatial Api services. - Google: Maps JavaScript API - Geocode - Google: Places API - Find - Nominatium: Geocode
Used with SimpleAuthentication, provides automated configuration for ASP.NET Mvc projects.
A simple Ftp library which includes an interface and a simplified api. It's easy to think this is just a glorified wrapper around WebClient ... but it's actually useful!
This package simplifies logging to LogEntries using nLog as the engine.
This library is a simple wrapper over some common Google Maps or Google Places 'Web Services' API. It's ment to provide a quick and convenient way to query the specific Google Api's.
An NLog target for the Bugsnag error reporting SaaS. NLog: http://www.nlog.com/ Bugsnag: http://www.bugsnag.com/
This client library enables working A Hybrid Queue: the concept of throwing anything onto a normal Queue and if the size of the Message (which contains your content) is too big, it then automatically puts your content into a Blob (which can contain any size**) and then stores the reference to the blob in the queue!
This library contains some simple error classes for a consistent way to handle errors in a NancyFX application.