By tag: Persistence
0
kicks
NHibernate Query Analyzer + ActiveRecord
NHibernate Query Analyzer (NHQA) helps a lot while working in a .NET project with a relational database that makes use of NHibernate as the persistence manager.
I was having a problem getting NHQA to work with a business data layer constructed with the help of ActiveRecord - I searched the Intern...
0
kicks
Achieving POCO s in Linq to SQL
How to get rid of Persistence Related code and making L2S Still work !
0
kicks
Frictionless data persistence in Silverlight 2
This article will show you how to work with plain objects in Silverlight code, and use attributes to have those values automatically persisted in IsolatedStorage, or a compressed version of IsolatedStorage. You can also use this approach to define your own targets, all without writing any plumbing c...