Showing related tags and posts across the entire site.
-
I need a little help with designing a test application that I am writing. I have created a "Policy" object that handles all of the CRUD operations for a policy. Now I want to add the ability to Transact a policy, and I'm not sure how to design this. The first thought is to just add a few...
-
Howdy, (using csla 4.0.1 w/ silverlight) I am creating a helper struct (DomainUserName) to keep a value for a Domain\Username. I want to have the ability to get and set the individual parts (DomainName and UserName) as well as get and set the fully composed value; What should be implemented on this struct...