Custom Notification System in ASP.Net

A

Adeel Ahmed

Hi All,

Is there any custom notification system available in ASP.Net or some sort of
API? I don't want to use SQL Server Notification service it is so
complicated and also i don't want to write my own service because i don't
have time to development and testing.

Actually right now i have two types of notification
1. My Reminder (By Email / Pager)
2. Email To Friend

1. My Reminder:
User can set reminder on a particular datetime that he/she specify and
he/she will get notify by email/pager when the program (Video) in on air.

2. Email To Friend: If user wants to send the link of any program than the
user will be notify by email.

I want every email message customizable by using templates.

Please suggest if this type of custom notifcation system is available in the
market or i have to write my own?

Regards
Adi
 
S

Steven Cheng

Hi Adeel,

As for notification system, so far the built-in one provided by ASP.NET or
NET 2.0 is the Sql data cache dependecy which can automatically notify the
client of any change at database side. It does not rely on SQL Notification
service, but does require the "service broker" at SQL server side.

If you want to build some event or notification like function in your
ASP.NET application, maybe you can have alook at background tasking which
can be done via some worker threads running in the background of ASP.NET
web application.

Here are some web articles discussing on this:

#Safely running background threads in ASP.NET 2.0
http://flimflan.com/blog/SafelyRunningBackgroundThreadsInASPNET20.aspx

#Creating a Background Thread to Log IP Information
http://professionalaspnet.com/archive/2008/08/04/Creating-a-Background-Threa
d-to-Log-IP-Information.aspx

#Use Asynchronous Execution Pattern in ASP.NET
http://www.beansoftware.com/asp.net-tutorials/asynchronous-execution-pattern
aspx


Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
 
S

Steven Cheng

HI Adeel,

Do you still have any further question on this?


Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top