We're a community of 1076K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,075,659 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

The Best approach to building enterprise chat application

I am trying to build an enterprise chat application in asp.net (c#) but I am new to c sharp and I want to know the best approach to doing this.

Though I have done some research. I discovered web sockets for javascript, pushback mechanism.
But I want to know if asp.net / c# as some very good techniques to doing this

3
Contributors
4
Replies
16 Hours
Discussion Span
3 Months Ago
Last Updated
21
Views
skliz
Junior Poster in Training
67 posts since Dec 2008
Reputation Points: 10
Solved Threads: 3
Skill Endorsements: 0

Use signalR in C#. SignalR is not officially released by microsoft yet but it will really useful for chat application.

shrikant24
Newbie Poster
2 posts since Feb 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

I agree, use SignalR. True sockets will only be used where both the browser and web server support it. However, SignalR will degrade to using other technologies such as forever frames or long polling.
http://www.asp.net/signalr

Also, I'm pretty sure SignalR is now officially released by Microsoft. You can also install it via nuget.

stbuchok
Practically a Posting Shark
875 posts since May 2011
Reputation Points: 138
Solved Threads: 124
Skill Endorsements: 2

thanks alot, am really greatful

skliz
Junior Poster in Training
67 posts since Dec 2008
Reputation Points: 10
Solved Threads: 3
Skill Endorsements: 0

If you need any help....I am always open....
Best of luch

shrikant24
Newbie Poster
2 posts since Feb 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0661 seconds using 2.64MB