Ajax.NET and GotDotNet workspace

As I wrote in one of my last blog source code has been copied from the GotDotNet workspace and some files have been changed (removed Copyright,...). I have stopped the workspace because I am not sure how to handle this. Also there is a problem with the maximum member count on GotDotNet. There are still 22 pending users.

I have done a big update on the Ajax.NET DLL. Now, you can build your own JSON converter to use every object on the client by building a converter. Objects can be used as method arguments, i.e. you can send a DateTime value directly from Javascript. Unicode support for request and response is no available. More security checks are made to ensure that the correct method is called. Session variables can be used to get data from the user. In the new version there is no restriction on how many request made at the same time.

Because there are a lot of developers asking for more examples I have added more examples to show the mostly used scenarios.

I will speak at the .NET User Group Franken (Ineta) on Mai, 30th. For more details visit http://www.dodned.de/.

Published Saturday, April 23, 2005 12:26 AM by Michael Schwarz

Comments

# re: Ajax.NET and GotDotNet workspace

Friday, April 22, 2005 7:38 PM by karl
Michael:
As one of those people who urged you to go open source I feel quite bad. I hope that you find a way to deal with this so that we can move on :)

# re: Ajax.NET and GotDotNet workspace

Saturday, April 23, 2005 1:55 AM by Shawn B.
The sad thing is that the person has the source files and will continue to do as they please while the rest of us have to suffer because of it. It's a shame.


Thanks,
Shawn

# wagnerblog.com » Ajax.NET and GotDotNet workspace

Saturday, April 23, 2005 4:25 AM by TrackBack
wagnerblog.com » Ajax.NET and GotDotNet workspace

# re: Ajax.NET and GotDotNet workspace

Saturday, April 23, 2005 9:54 AM by buk
Michael-

I understand - its a shame, but I think you will find a solution.

Thanks.

Buk

# I propose Berlios

Saturday, April 23, 2005 1:15 PM by rodrigob
Why do not simply creates a project at
berlios.de ?

it is free, german, use SVN and has no participants limits !

rodrigob.

# Samples?

Saturday, April 23, 2005 2:48 PM by Russell
I've looked at all the downloads, maybe I'm missing one, can you post a url for the new samples? Thanks.

# re: Ajax.NET and GotDotNet workspace

Saturday, April 23, 2005 3:15 PM by Michael Schwarz
Hello together, I am in contact with several developers and companies to get the correct open source place. Using GotDotNet doesn't allow to add enough users. But the source safe intergration in VS.NET is very good. So, I am still searching a open source place where I can have a good integration in VS.NET.

# re: Ajax.NET and GotDotNet workspace

Sunday, April 24, 2005 5:32 PM by rodrigob
learning to use SVN does not harms anyone... specially when TortoiseSvn is aviable for the Windows users.

http://tortoisesvn.tigris.org/

# re: Ajax.NET and GotDotNet workspace

Monday, April 25, 2005 6:53 AM by Mark Monster
When integrating with VS.NET we have AnkhSVN as a plugin available: http://ankhsvn.tigris.org/

# re: Ajax.NET and GotDotNet workspace

Monday, April 25, 2005 8:40 AM by Chad Humphries
You could always go to sourceforge.net.

# re: Ajax.NET and GotDotNet workspace

Thursday, May 12, 2005 9:37 PM by Joe Audette
http://forge.novell.com offers free Subversion hosting for open source projects. Email pjones@novell.com (Paul Jones) for info.

I have the source code for my mojoportal project hosted there and its been great. People can do anonymous checkout but only those I give permission to can commit changes and I get an email whenever a change is commited. I highly recommend it.

Hope that helps,

Joe Audette