blah blah blah is here! blah blah » Close

0
votes
0 answers

starting a new web project, recomendations on solid design patterns and architecture

I'm starting a new web app, and I want to build it with flexibility and maintainability in mind. In the past I would just create classes that mapped 1:1 with database tables, and then created another class which was kind of a factory tha ...

1
votes
0 answers

Using ninject to swap out implementations of caching

I'm building a web application that currently is making use of asp.net built-in caching (in memory). I want to be able to swap out implementations so I can have options for: 1. using built in asp.net memory caching 2. ability to disa ...

Feedback