Page 1 of 1

ASP.NET Chat Project

Posted: Sat Oct 19, 2013 11:08 pm
by bisnes_niko
Hello fellow members. Recently, since I got out of army, I have been into ASP.NET programming. This is one of my recent projects that I am currently working out: Chat Project

It works with MySQL and has tons of errors, if you use illegal characters ETC. due to SQL injection prevention and stuff. (It's automated code from VB 2010 ASP.NET, I haven't got into defending it yet, probably won't even bother.)

The url is: http://www.homesystems.somee.com/chat.aspx

Mind my small experiments with all this little spam and stuff. It won't remove you from userlist unless someone has the nickname "SERVER" in use.

It's lacking functions and commands and style, but it's work-in-progress.

Heres one screenshot of it:
ss.png

Re: ASP.NET Chat Project

Posted: Sat Oct 19, 2013 11:17 pm
by AnoPem
This seem very nice, good work!

Re: ASP.NET Chat Project

Posted: Sun Oct 20, 2013 6:28 am
by dualz
not bad indeed using mcv to power ya chat app
to make life easier i would ditch Mysql and switch to MSSQL as you can use a feature called service broker, this will take the need for likes of jquery and javascript to update the main chat window as well as the user list.

Re: ASP.NET Chat Project

Posted: Sun Oct 20, 2013 7:08 am
by Dummy1912
nice work #bisnes_niko oyea happy late birthday :)

Re: ASP.NET Chat Project

Posted: Mon Oct 21, 2013 2:00 am
by smashapps
Well it works, not bad.

If you click back after logging in you can login again and two people with the same name will show up.

Really long messages won't send it takes you to an error page.

The interface needs some work too, I'd be willing to help out though if you're interested.

Re: ASP.NET Chat Project

Posted: Mon Oct 21, 2013 4:05 pm
by bisnes_niko
smashapps wrote:
Well it works, not bad.

If you click back after logging in you can login again and two people with the same name will show up.

Really long messages won't send it takes you to an error page.

The interface needs some work too, I'd be willing to help out though if you're interested.
That's just the main thing I have done in it (CHAT) theres no code to check on load if it's logged in already, message length limited to 50 from database, not edited the textbox maxlength.

This is just one of my projects to check what I am available to do in ASP.net, not into doing fine enchantments on it.