37
Packages
1,358,065
Downloads of haacked's packages
haacked's Profile
Packages
-
Akavache
An asynchronous, persistent key-value store for desktop and mobile applications on .NET
-
Akavache.SQLite3
A backend for Akavache based on SQLite3, particularly recommended on mobile platforms.
-
Akavache.Mobile
An implementation of ISuspensionDriver that uses Akavache to save app state on tombstoning.
-
Wrox.ProMvc3.Validation.MaxWordsAttribute
Sample code from Chapter 6 of the Professional ASP.NET MVC 3 book by Wrox.
-
Wrox.ProMvc3.Views.AlbumList
Sample code from Chapter 3 of the Professional ASP.NET MVC 3 book by Wrox. Demonstration of view code that lists albums in view.
-
Wrox.ProMvc3.Views.AlbumsList
Sample code from Chapter 3 of the Professional ASP.NET MVC 3 book by Wrox. Demonstration of view code that lists albums in view.
-
Wrox.ProMvc3.ExtendingMvc
Sample code from Chapter 13 of the Professional ASP.NET MVC 3 book by Wrox
-
Wrox.ProMvc3.Routing.EditableRoutes
Sample code from Chapter 9 of the Professional ASP.NET MVC 3 book by Wrox
-
Wrox.ProMvc3.Routing.RestSample
Sample code from Chapter 9 of the Professional ASP.NET MVC 3 book by Wrox
-
Wrox.ProMvc3.Security.Authorize
Sample code from Chapter 7 of the Professional ASP.NET MVC 3 book by Wrox.
-
Wrox.ProMvc3.Security.AuthorizeController
Sample code from Chapter 7 of the Professional ASP.NET MVC 3 book by Wrox.
-
Wrox.ProMvc3.Ajax.ActionLink
Sample code from Chapter 8 of the Professional ASP.NET MVC 3 book by Wrox.
-
Wrox.ProMvc3.Ajax.AjaxForm
Sample code from Chapter 8 of the Professional ASP.NET MVC 3 book by Wrox.
-
Wrox.ProMvc3.Ajax.Autocomplete
Sample code from Chapter 8 of the Professional ASP.NET MVC 3 book by Wrox.
-
Wrox.ProMvc3.Views.BasePageType
Sample code from Chapter 3 of the Professional ASP.NET MVC 3 book by Wrox.
-
Wrox.ProMvc3.Ajax.CustomClientValidation
Sample code from Chapter 8 of the Professional ASP.NET MVC 3 book by Wrox.
-
Wrox.ProMvc3.Views.SpecifyingViews
Sample code from Chapter 3 of the Professional ASP.NET MVC 3 book by Wrox.
-
Wrox.ProMvc3.Ajax.Templates
Sample code from Chapter 8 of the Professional ASP.NET MVC 3 book by Wrox.
-
Wrox.ProMvc3.Views.ViewModel
Sample code from Chapter 3 of the Professional ASP.NET MVC 3 book by Wrox.
-
blogml
BlogML is an open format derived from XML to store and restore the content of a blog.
-
Route Debugger
Route Debugger is a little utility I wrote to help debug issues with route configurations. See http://haacked.com/archive/2008/03/13/url-routing-debugger.aspx
-
MvcHaack.Ajax.MVC4
See MvcHaack.Ajax package description
-
RouteMagic
RouteMagic is a library of useful Routing helpers. See http://haacked.com/archive/2011/01/30/introducing-routemagic.aspx for more information.
-
RouteMagic.Mvc
RouteMagic.Mvc is a library of useful Routing helpers specific to ASP.NET MVC. See http://haacked.com/archive/2011/01/30/introducing-routemagic.aspx for more information.
-
MvcHaack.ControllerInspector
Adds the ability to inspect metadata about a controller by adding the ?inspect query string.
-
MagicEightBall
My package description.
-
MvcHaack.Ajax
A libary for easily calling ASP.NET MVC Action methods from JavaScript
-
MoodSwings for VS
Set-Mood Presentation
-
subkismet
The cure for comment spam. Subkismet is a comment spam filtering library that includes Akismet, Invisible Captcha, and Visible Captcha. The Akismet library included is based on code in use by Subtext and DasBlog.
-
NullGuard.Fody
Add null checks.
-
MarkdownPages
MarkdownPages allows a site to serve text files written in markdown as HTML, using the extensibility points that are built into the ASP.NET WebPages framework. Installing this in a site will “turn on” the ASP.NET WebPages pipeline. This is based on the framework that the NuGet Docs site (http://docs.nuget.org) uses.
-
AutoUpdate
A package that helps to build self-updating web applications using NuGet.
-
WebBackgrounder
WebBackgrounder is a proof-of-concept of a web-farm friendly background task manager meant to just work with a vanilla ASP.NET web application. See https://github.com/NuGet/WebBackgrounder for more information.
-
NullGuard.PostSharp
Easily validate all public method arguments are not null
-
HttpModuleMagic.Mvc3
Enables registering http modules using your favorite DI container.
-
WebBackgrounder.EntityFramework
WebBackgrounder.EntityFramework is an implementation of the IJobCoordinator for WebBackgrounder that uses a Database (via EF Code First) as the synchronization mechanism (aka a mutex) for coordinating jobs.
-
AspNetHaack
A collection of extensions to core ASP.NET including a way to suppress login page redirects caused by the forms authentication module