How can I share an entity framework model across website users
- by richardmoss
Hello,
Currently my website is based around MVC and the Entity Framework running against a SQL Server 2005 database. So far, it has all been running very smoothly, and I really enjoy MVC and its slimmer more concise code (and no huge viewstates or soul destroying postbacks ;))
Recently I was working on upgrading the site to use a simple forum…