Jonas Bush

Blog.blog.blog.blog
posts - 16, comments - 161, trackbacks - 17

My Links

News

Archives

Post Categories

Image Galleries

General

April 2006 Entries

Atlas and JSON
I just finished up some code that uses some other functionality of atlas. To sum up: Whoa! This may be available in AJAX.net or some of the other frameworks, but I was amazed at how easy this was: I have a web service that returns a class, like so: public class MyClass { public string MyString; public int MyInt; } [WebMethod(true)] public MyClass MyWebMethod() { //init MyClass here MyClass myClass = new MyClass(); return myClass;} the beauty of it is, I have access to those fields in my javascript:...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, April 03, 2006 2:10 PM | Feedback (0) | Filed Under [ Atlas ]

Powered by: