Tagged Questions

0
votes
1answer
109 views

MVC - Sharing ViewModel instances across multiple Views

Just wondering what peoples thoughts are about sharing the one view model instances across multiple Views? Is this an anti pattern or is it accepted practice, what are the pros and cons?
0
votes
2answers
486 views

How to diagnose ArgumentOutOfRangeException on SqlDbType?

We have some customers using our .NET 2.0 thick-client app that experience strange, intermittent errors reading data from a SQL 2000 SP4 Server, where the actions succeeded just moments earlier. We ...