Model-View-Controller for the ASP.NET framework

learn more… | top users | synonyms

5
votes
2answers
187 views

Getting list of daily team goals

The old code I had before was atrociously slow but after some advice and research I was able to take a 2-5 minutes run time down to about 5-30 seconds. That is acceptable, but still looking to have ...
5
votes
2answers
387 views

Unit of Work and Repository with Entity framework 6

Based on the reply of this question I have created the following code. I need to check whether it's good or not. Here is my entity class: ...