.Net 4.0 ThrowIfMaxHttpCollectionKeysExceeded Issue
I got a bug through on one of our applications the other day, the user said the system kept on crashing on them. When I checked the error log the inner exception coming through was...
View ArticleEntity Framework: Dealing with Nulls in Lambda Expressions
Been too long since I put a post up, this little gotcha seems a good time to add to this. Writing a lambda expression for work I couldn’t understand why I was getting no result back when there was...
View ArticleConvert String to Enum and Enum to string using Generic
Too long since I did a C# post, recently faced with a requirement to use an enum in code but save it as string in the database. Rather than do implicit conversions every time this change was required I...
View ArticlePluralsight Video: Putting Data access into a service layer
Free video from pluralsight Service layer The post Pluralsight Video: Putting Data access into a service layer appeared first on Net Awakening.
View ArticleApplying Grouping in an Asp.Net ListView
Currently I have a requirement to add a Grouped Items list in asp.net webforms. I found the best way to approach this was to nest a ListView inside a ListView and then use the Datasource to specify the...
View Article