Stories recently tagged with 'Persistence'

NHibernate Query Analyzer + ActiveRecord(leniel.net)

submitted by lenielleniel(489) 3 years ago

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 Internet for a path that would led me in the right direction and after solving small errors I got NHQA working with a proper configuration file. In this post you'll find the content of the file so that you can get a sense of what must be done with the initial configuration of NHQA. read more...

add a comment |category: |Views: 47

tags: another

Achieving POCO s in Linq to SQL(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 3 months ago

How to get rid of Persistence Related code and making L2S Still work ! read more...

1 comment |category: |Views: 769

tags: another

Frictionless data persistence in Silverlight 2(dimebrain.com)

submitted by dcrennadcrenna(1355) 3 years, 7 months ago

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 code around your state objects. read more...

add a comment |category: |Views: 38

tags: another

ASP.NET Podcast Show #88 - Page Persistence(aspnetpodcast.com)

submitted by wallymwallym(2085) 4 years, 9 months ago

How to persiste page state to a database. read more...

add a comment |category: |Views: 3

tags: another