¡@

Home 

c# Programming Glossary: irepositorybehavior

Best Repository Pattern for ASP.NET MVC

http://stackoverflow.com/questions/10925257/best-repository-pattern-for-asp-net-mvc

implement by overriding a repository method. So I created IRepositoryBehavior which is basically an event sink. Below is just a rough definition.. a rough definition off the top of my head public interface IRepositoryBehavior void OnAdding CancellableBehaviorContext context void OnAdd.. generic repository to take in a collection of registered IRepositoryBehavior s and check each behavior against the current repository type..