473,734 Members | 2,798 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Chat Applications in .NET

A
Hi all!

I am currently working on a project where I need to create a web-based chat
application that will be used for auctions.

If possible, could I get some advice on how to create chat applications and
which part of the .NET framework should I delve into? I would really
appreciate the help!

Cheers,
A
Nov 18 '05 #1
3 2595
Make sure you check out the available samples here:

http://www.gotdotnet.com/community/u...spx?query=chat

"A" <A@mynet.net> wrote in message
news:ed******** ******@TK2MSFTN GP09.phx.gbl...
Hi all!

I am currently working on a project where I need to create a web-based
chat application that will be used for auctions.

If possible, could I get some advice on how to create chat applications
and which part of the .NET framework should I delve into? I would really
appreciate the help!

Cheers,
A


Nov 18 '05 #2
A
Thank you so much, Ken! Really do appreciate the help! :)
"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:uj******** ******@TK2MSFTN GP12.phx.gbl...
Make sure you check out the available samples here:

http://www.gotdotnet.com/community/u...spx?query=chat

"A" <A@mynet.net> wrote in message
news:ed******** ******@TK2MSFTN GP09.phx.gbl...
Hi all!

I am currently working on a project where I need to create a web-based
chat application that will be used for auctions.

If possible, could I get some advice on how to create chat applications
and which part of the .NET framework should I delve into? I would really
appreciate the help!

Cheers,
A

Nov 18 '05 #3
Hi guys,

We have a powerful ASP.NET Chat application (CuteChat from CuteSoft).

If you are interested, please check the following link:

http://cutesoft.net/ASP.NET+Chat/default.aspx

Adam

Http://CuteSoft.net
Cute Chat is a full-featured ASP.NET chat program. It's a fast, easy
and affordable way to host and manage real-time communication. Test
Cute Chat for free!

This ASP.NET Chat Application allows you to organize chat-events,
collaborative work sessions or online meetings. Cute chat support
feature ( ) also allows you provide real-time customer support and
visitor communication directly on your site.

Cute Chat can either operate as a standalone system or be incorporated
into an existing ASP.NET portal/forums. It's most-customizable to
admin and end-user.

Easy to install! Even if you haven't any experience in ASP.NET, with
the help of Cute Chat Configuration wizard, you can install this
ASP.NET Chat software in minutes!
"A" <A@mynet.net> wrote in message news:<#s******* *******@TK2MSFT NGP11.phx.gbl>. ..
Thank you so much, Ken! Really do appreciate the help! :)
"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:uj******** ******@TK2MSFTN GP12.phx.gbl...
Make sure you check out the available samples here:

http://www.gotdotnet.com/community/u...spx?query=chat

"A" <A@mynet.net> wrote in message
news:ed******** ******@TK2MSFTN GP09.phx.gbl...
Hi all!

I am currently working on a project where I need to create a web-based
chat application that will be used for auctions.

If possible, could I get some advice on how to create chat applications
and which part of the .NET framework should I delve into? I would really
appreciate the help!

Cheers,
A

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1109
by: Eric Sassaman [MS] | last post by:
Online Chat: Upgrading COM Applications to .NET with Visual C++ 2005 Many applications consume and expose COM interfaces as their object models today. And .NET has tools such as tlbimp, tlbexp and COM Interop support for RCWs and CCWs to help integrate managed code with COM objects. In addition, there are also a number of options in C++ unavailable to other languages such as C# or VB. Some mechanisms are simpler to code, while others...
0
1130
by: Eric Sassaman [MS] | last post by:
Online Chat: Visual C++ 2005 Library and Runtime Enhancements The next release of Visual C++ includes many new and enhanced libraries which improve security, support managed code and integrate existing applications and components. The CRT and STL fully support managed applications. There is a new secure CRT and STL that offer safe interfaces to familiar functionality. The managed support library provides conveniences such as lock...
0
1188
by: Eric Sassaman [MS] | last post by:
Online Chat: Upgrading COM Applications to .NET with Visual C++ 2005 Many applications consume and expose COM interfaces as their object models today. And .NET has tools such as tlbimp, tlbexp and COM Interop support for RCWs and CCWs to help integrate managed code with COM objects. In addition, there are also a number of options in C++ unavailable to other languages such as C# or VB. Some mechanisms are simpler to code, while others...
0
902
by: A | last post by:
Hi all! I am currently working on a project where I need to create a web-based chat application that will be used for auctions. If possible, could I get some advice on how to create chat applications and which part of the .NET framework should I delve into? I would really appreciate the help! Cheers,
1
1412
by: Jarod | last post by:
Hey I have to write ASP.Net Chat - a real time one. I don't have any idea how to do it, can you give me some light at how it should be done ? Maybe some articles / examples ? I found some simple chat chattyways, but I didn't tried it yet. I really don't know how to start with it. Does it need remoting ? ... Technologies that I could use would be also a great help so : use .net remoting make session... by ... or sth like this. Jarod
5
3999
by: bizt | last post by:
Hi, I have been asked by my manager to look into the possiblily of setting up an online chat system for the external website. We run an Apache server with PHP (hence the reason Im posting here) so it would need to run on that. Basically, it will run on the website and its purpose will allow members of the public to access the chat room and discuss current topics with experts. Similar to a doctors interactive website where
8
2284
by: Bllich | last post by:
Greetings, there is a nice multi-user chat application written by Microsoft in VB which code is on the location: http://download.microsoft.com/download/c/4/8/c488a081-85f2-4a2e-a121- ef5cad681313/vbSockets.exe I started translating it in C# and couldn't finish it.. The program 5 years old :) , but I find it very useful, it's
0
1611
by: sowmya.jayappa | last post by:
Please recommend an chat component ( customer support purpose) for .net applications with oracle back end. Loof forward for any information in this regard.
3
4160
by: clawsy | last post by:
I develop a chat (server and client) using Sockets. It's working on LAN but when I try to connect the client to the server using my public IP address it says it cannot connect to that address. For example: 192.168.1.66 is ok but 92.84.65.32 (public) is not, client cannot connect to this address. My address is public - a friend pinged my address successfully. You find everywhere examples and code for chat applications - but only over local...
0
8946
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8776
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9449
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9236
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9182
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6031
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4809
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.