Multi-user windows application using CSLA.NET

Multi-user windows application using CSLA.NET

Old forum URL: forums.lhotka.net/forums/t/3626.aspx


Spaz80 posted on Sunday, September 30, 2007

 Hello

Im just wondering if there are any special precautions to be taken when creating a multi-user application using CSLA.NET... newbie question :)

 

Cheers

Spaz  

jhw replied on Sunday, September 30, 2007

All I do is add the authorization rules, add the canWrite/Read/Edit functions,  use timestamps in the database, and periodically refresh my singleton lists.

Oh, and of course be sure to include the canWrite canRead functions in the properties.

This is all I ever do.

Copyright (c) Marimer LLC