By tag: Metadata
0
kicks
Manipulating Properties and Methods with Reflection
Today I’m going to write about a simple yet powerful way to manipulate properties and methods of a given type. We’ll set values to properties and invoke methods through the use of reflection. Maybe you haven’t had the chance to use reflection or maybe you even don’t know what is reflection. Reflecti...
0
kicks
5 Most Common Asked Questions When Using .Net RIA Services
From the comments on my previous articles on .Net RIA Services and from the search queries that lead to those articles, a pattern of a recurring set of questions showed up and I am sure that most .Net RIA Services enthusiasts face the same issues.
This post address a few of these issues
0
kicks
A DbMetaDataProvider implementation for Dynamic Data
A DbMetaDataProvider implementation for Dynamic Data based on InMemoryMetadata Provider