Kevin Radcliffe
2009-Jul-12 18:22 UTC
[Ironruby-core] .NET RIA Services, IronRuby alternatives?
I have just been checking out the docs from the .NET RIA Services July 2009 preview: http://www.microsoft.com/downloads/details.aspx?FamilyID=76bb3a07-3846-4564-b0c3-27972bcaabce&displaylang=en It seems pretty complicated, and there is a lot of magic (shared files, attributes, generated code - with more attributes in it) Since dynamic Silverlight already exists, I was wondering if anyone has had success using a simpler approach using that? Specifically, I am looking to enable simple CRUD against a db backend using Silverlight. I would imagine that using REST/Sinatra would result in a much much simpler, but arguably equally effective solution for Silverlight apps. (.NET RIA Services does seem to have some nice (but not intuitive) stuff for validations though) Anyone already trying .NET RIA Services and/or Dynamic Silverlight? Thanks -- Posted via http://www.ruby-forum.com/.
Ivan Porto Carrero
2009-Jul-12 19:41 UTC
[Ironruby-core] .NET RIA Services, IronRuby alternatives?
ActiveResource? But it would be the data binding that will be hard if the class is defined in ruby unless something has changed. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Sun, Jul 12, 2009 at 8:22 PM, Kevin Radcliffe <lists at ruby-forum.com>wrote:> I have just been checking out the docs from the .NET RIA Services July > 2009 preview: > > > http://www.microsoft.com/downloads/details.aspx?FamilyID=76bb3a07-3846-4564-b0c3-27972bcaabce&displaylang=en > > It seems pretty complicated, and there is a lot of magic (shared files, > attributes, generated code - with more attributes in it) > > Since dynamic Silverlight already exists, I was wondering if anyone has > had success using a simpler approach using that? > > Specifically, I am looking to enable simple CRUD against a db backend > using Silverlight. > > I would imagine that using REST/Sinatra would result in a much much > simpler, but arguably equally effective solution for Silverlight apps. > (.NET RIA Services does seem to have some nice (but not intuitive) stuff > for validations though) > > Anyone already trying .NET RIA Services and/or Dynamic Silverlight? > Thanks > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090712/b64f7bbc/attachment.html>