How to integrate access control with my ORM in a .net windows form application?
- by Ying
I am developing a general database query tools, a .Net 3.5 Windows Form application. In order to make the presentation layer is independent of the database layer. I use an ORM framework, XPO from DevExpress.
But, I have no access control function built in. I surfed Internet and I found in WCF Data Services, there is an interesting concept,…