Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 953549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:04:11+00:00 2026-05-16T00:04:11+00:00

I want to build instant messaging notification on my ASP.NET MVC (C#) web aplication.

  • 0

I want to build instant messaging notification on my ASP.NET MVC (C#) web aplication. Any example for that or some other way to learn how to do this? I want something like a facebook mailing system.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T00:04:12+00:00Added an answer on May 16, 2026 at 12:04 am

    Is that some type of a chat system or you would like to display some notification messages.

    If it is the second one here is some info to get started.

    1) Think about the types of messages you want to be able to display : Success, Error, Information, Fatal … so on.

    2) Most probably the messages will be returned from a controller and javascript will handle those. So, you would need one action result to return all the different types of messages. Thus, you can create your Message class

    public class Message{
       public string Message{get;set;}
       public string Type{get;set;}
    }
    

    3) Lets say that you want to be able to return the message from anywhere. So, maybe you will need a base controller that all other controllers inherit from. In that controller have action results for all different types of messages. This is in case you need to be able to return a message from any ActionResult.

    4) Return your messages as JSON and have a mechanism in your javascript to read the returned object. Just as an idea, have one div to display the message, and based on the type use a nice notification icon.

    5) If you would like to make this process async, you can specify some timers/timeouts in javascript and every 5 minutes, check for your notifications.

    Hope that is of some help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Want to build an web based Instant Messaging system similar to www.chatzy.com The question
I want build a sketch pad app on iPhone, I assume that this type
I want to build flash application that can detect the user eyes color and
I want to build a form_tag that will allow me to post a new
I want to build a python program that deletes all the photos from my
I want to build an interface that has scrolling text inside a UITextView, and
I want to build a app with sharing option. I mean that users can
I want to build an application that routes all network traffic (not just HTTP)
I want to build an app that renders events into it's UI but I
I want to build a web-based irc client with JQuery. I know I need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.