Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET 4.0   (RSS)
Tip 27 – How to Implement BeforeSave Validation
It is common to want to validate that your entities are ‘valid’ before you save them to the database. A naive form of validation might be to try to ensure that your entities are ‘valid’ before you add them to the context, but this doesn’t help you if Read More...
Tip 16 – How to mimic .NET 4.0’s ObjectSet<T> today
Background: In order to be an EF power user today you really need to be familiar with EntitySets . For example you need to understand EntitySets in order to use AttachTo(…) or create EntityKeys . In most cases there is only one possible EntitySet for Read More...
Page view tracker