1. Machine.Specifications

    By:

    Machine.Specifications is a Context/Specification framework geared towards removing language noise and simplifying tests.

  2. Ninject.Extensions.ContextPreservation

    By:

    Ninject extension that preserves the context over factories (the parent of the new request is the factory request)

  3. Silverlight 4.0 menu and context menu

    By:

    Multilevel Silverlight 4.0 menu and context menu. The control provides ease of use and flexibility by using, as template, the standard ListBox most of us are familiar with. It can use existing themes and supports shortcuts, access keys, keyboard navigation and can be wired to one or several elements at the same time.

  4. EFinContext

    By:

    As in, "where is my...?" Adds a Context property to your Entity Framework entities that holds a reference to the original ObjectContext or DbContext from which the entity was created.

  5. Generic DbContext and IDbContext

    By:

    EntityFramework Generic DbContext, both generic base class and generic interface

  6. Machine.Specifications-Signed

    By:

    Machine.Specifications is a Context/Specification framework geared towards removing language noise and simplifying tests.

  7. NETFx Patterns: Domain Context for Entity Framework

    By:

    Implements the Domain Context pattern for EntityFramework 4.1, by extending the DbContext with support for rich domain modeling capabilities for persistence ignorant aggregate roots and dependent entities, including automatic graph saving, logical deletes and more.

  8. Machine.Specifications.Mvc

    By:

    Machine.Specifications.Mvc is a set of extensions for testing ASP.Net MVC specific types. It aims to ease the testing of ActionResult objects returned from MVC Controllers by providing an Machine.Specifications (MSpec) BDD syntax over these types. v1.0.2.0 - Added support for Partial View (ShouldBeAPartialView)

  9. NETFx Patterns: Domain Context Core

    By:

    Provides the core interfaces to implement a domain context, which is a combination of the repository and the unit of work patterns, leveraging Linq for the aggregate root sets.

  10. NETFx Patterns: Domain Context Core

    By:

    Provides the core interfaces to implement a domain context, which is a combination of the repository and the unit of work patterns, leveraging Linq for the aggregate root sets.

  11. CodeForceLib.DataContext

    By:

    Provides a generic extended class to the ObjectContext of the Microsoft Entity Framework.

    657 downloads

  12. NETFx Patterns: Domain Context for Entity Framework xUnit Tests

    By:

    xUnit tests for netfx-Patterns.DomainContext.EF

  13. Contexteer

    By:

    Contexteer is little framework build to support you when you need a context in your code.

  14. NETFx Patterns: Domain Context with Event Sourcing for Entity Framework

    By:

    Implements the event sourcing pattern for entities persisted via EF

  15. HttpContextShim

    By:

    Provides support for the general availability of an HttpContext in either WebHost or SelfHost scenarios. Use this in place of HttpContext when developing middleware, and add the HttpContextHandler first in line in your Web API message handler stack, to support HttpContext wherever your API is hosted.

  16. Machine.Specifications.AutoMocking

    By:

    Machine.Specifications.AutoMocking attempts to reduce noise in Machine.Specifications (MSpec) tests when creating mock objects, dependencies and the subject under test.