Search Results

3
votes
6answers
544 views

Using Ninject in a plugin like architecture

I'm learning DI, and made my first project recently. In this project I've implement the repository pattern. I have the interfaces and the concrete implementations. I wonder if is possible t …
0
votes

Is .NET a write once, run anywhere (WORA) platform like Java claims to be?

But it IS multiplataform Win9x/WinNT/Mobile …
0
votes

.NET equivalent of modern Java web architecture

ASP.NET MVC + The data access that suits your job better. There are many other frameworks, tools and libs that can help such as Castle ones, Ninject, Nunit, NLog etc. But i believe …