Base solution for your next web application

Activities of "jackwang"

<cite>ismcagdas: </cite> Subscription can be done in two ways.

I've learned that option 2 is Module Zero's approach. Option 1 is what I'm looking for.

Thanks for your help.

<cite>hikalkan: </cite> For example, you can create a page for users to allow to subscribe notifications.

In some cases, we assume a user has some default subscriptions, where should I start the initialization of these subscriptions. On the registration in Account/Register controller or UserAppService or UserMangeer? What it the best practice.

Hi, I've read this document [http://www.aspnetboilerplate.com/Pages/Documents/Notification-System#subscribe-to-notifications]). But I still don't know where to put subscription code into.

Let's say I want to notify every 'FailedLoginAttempt' to Admin User, and I've written a service to subscribe admin user to it.
Where should I inject this service?

And I've also noticed once subscribed, the subscriptions are saved into database. So I'm guessing it should be subscribed in the creation moment of admin user. Any advice is appreciated.

Showing 1 to 3 of 3 entries