Tamer_Ahmed Posted September 30, 2004 Posted September 30, 2004 hi all i'm thinking in making chat room using asp.net and i'm doing good with .net remoting but i don't know how to start can any body give me some guidnace in how to do this i think the best way for this is .net remoting do am right or not Quote
Administrators PlausiblyDamp Posted October 2, 2004 Administrators Posted October 2, 2004 (edited) Do you already have any code / design working? If not is there any reason why you have decided on ASP.Net and remoting? ASP.Net may not be the best medium for a chat program due to the fairly static nature of web pages - large amounts of functionality would probably have to be coded using a client side technology like java script. Also .Net remoting can be a difficult subject to learn in it's own right, you may be better of investigating the sockets support in the framework as an alternative. In fact if you search these forums you should find a few posts on this topic already. Edited April 1, 2007 by PlausiblyDamp Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Tamer_Ahmed Posted October 3, 2004 Author Posted October 3, 2004 well i'm looking to do something like msdn chat msdn chat build using aspx Quote
wessamzeidan Posted October 4, 2004 Posted October 4, 2004 I guess using java applets or flash movies would be a better choice, and easier to implement, and would give better end results. Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.