1. Unity Interception Extension

    By:

    Unity interception enables you to effectively capture calls to objects and add additional functionality to the target object. Interception is useful when you want to modify the behavior for individual objects but not the entire class, very much as you would do when using the Decorator pattern. It provides a flexible approach for adding new behavior... More information

  2. inflector_extension

    By:

    Extension Methods for Inflector in C#

  3. WPF Localization Extension

    By:

    LocalizationExtension is a really easy way to localize any type of DependencyProperties or native Properties on DependencyObjects

  4. Ninject.MVC3 3.0.0.6

    By:

    Extension for Ninject providing integration with ASP.NET MVC3

  5. bbv.Common.DistributedEventBroker

    By:

    With this extension, the event broker can be used to fire events to event brokers in remote processes. bbv.Common.DistributedEventBroker is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchica... More information

  6. bbv.Common.DistributedEventBroker.NServiceBusAdapter

    By:

    Adapter for using event broker extension for distributed communication over NServiceBus. Allows sending events over NServiceBus using the bbv.Common.EventBroker infrastructur. bbv.Common.DistributedEventBroker.NServiceBusAdapter is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous no... More information

  7. MvcCheckBoxList

    By:

    An extension for MVC HtmlHelper class to create POSTable checkbox list on a view, based on the data passed from the view model, or defined locally.

  8. QueryInterceptor

    By:

    Exposes a generic extension method to IQueryable<T> that allows interception of expression trees with expression visitors.

    291,876 downloads

  9. NBasicExtensionMethod

    By:

    A deliberately-small collection of useful extension methods with an embarrassing lack of test coverage.

  10. MSBuild.Extension.Pack

    By:

    The MSBuild Extension Pack provides a collection of over 480 MSBuild Tasks, MSBuild Loggers and MSBuild TaskFactories.

  11. Nuget Copy Extension

    By:

    Updated for Nuget 2.0: This adds copy and copySearch to the command line. "nuget.exe copy packageId [-Version version] [-Source sourceFeed] [-Destination destinationPathOrFeed] [-ApiKey apiKey]" | "nuget.exe copySearch searchFilter [-Version version] [-Source sourceFeed] [-Destination destinationPathOrFeed] [-ApiKey apiKey]" | To use this package, ... More information

  12. NuGet InstallCommandLineExtension Cmdlet

    By:

    Adds a Install-CommandLineExtension cmdlet to the NuGet Package Manager Console.

  13. Prism.NinjectExtension

    By:

    A Ninject extension for Prism Update with strong name support

  14. .NET's fastest JSON Serializer by ServiceStack

    By:

    .NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Benchmarks at: http://servicestack.net/benchmarks/ Includes the String and Stream functionality for all the ServiceStack projects including: - T.Dump() generic extension method for easy dbugging and introspection of types - WebRequest, Li... More information

  15. WPFSilverlightExtension

    By:

    WPFSilverlightExtension for xaml, c# etc

    1,019 downloads

  16. nuget.install2.extension

    By:

    An extension for managing application level dependencies using NuGet.

  17. DotExtension

    By:

    DotExtension is a simple extension/plugin finder.

    673 downloads

  18. Awesome.Extensions

    By:

    Collection of some useful extension methods

  19. MSChartExtension

    By:

    Extension package for MSChart Components with Zoom and Pan Controls.

  20. extension of twitter bootstrap, confirm modal

    By:

    There is a situation that we need user to confirm before they proceed their action. You don’t want to accidently delete very important information. So I come up the idea to extend the bootstrap modal popup to create a confirm modal before calling the function to delete some stuff.