And it will work just fine with ASPNET0 as if I am using Linq To SQL queries (result mapped to objects, etc.) ? how about tracking to edit and save, etc. ? Will this still work?
Thanks :)
Thanks Ismail. Where would I add this code? I shall change in the boilerplate code and build it? Or override this method in the application specific Db Context?
So based on the SignInToken, the public website generate a valid ASP.NET Authentication Ticket based on the value contained in SignInToken?
True. But you mentioned I can use OU so I'm explaining what I'm after and seeking your assistance to know if OU can help in this scenario.
Do you think I can use OU given my requirements?
Thanks a lot.
In fact I need to auto generate a field to be the Entity Full Name. So I thought of doing it similar to those interfaces you have in the framework that adds CreatedOn, CrratedBy etc. How shall I proceed?
Great. CN you show me source code where you add that unique key and how the public website retrieves them? *I appreciate it
Hi Ismail
Can you illustrate more please?
I have a concept of Regions and each region has one or more Camps.
I want to assign users to either a Region or Camp (1 or more of each).
Later I want a drop down list of users Regions and another drop down list to display camps filtered by Region.
Also on an Entity called Beneficiary I need to add the Region or Camp as I need to retrieve later all beneficiaries that have the logged in user Region or Camp and list them in a page. In other words a logged in user has one or more regions and one or more camps. I want to show him beneficiaries only those belonging to his regions or camps.
I appreciate your feedback
Thanks a lot :)