Coding Grounds
Compilation of different programming projects I amuse myself with.
Saturday, 24 March 2012
Styling user controls in WPF with EventSetter
›
It is possible to style a WPF control not only with a shared style, often put into a ResourceDictionary, but also attach some behavior to th...
5 comments:
Monday, 5 March 2012
Speeding up Entity Framework queries with CompiledQuery
›
If you use Entity Framework, you may have experienced tha EF is quite slow when it comes to more complex queries against the database, becau...
1 comment:
Sunday, 5 February 2012
A more deterministic approach to TempData in MVC
›
I just read the article of Greg Shackles on custom ITempDataProvider. I will follow up his blog post with my own slight adjustments and expe...
2 comments:
‹
›
Home
View web version