Ext JS is a RIA framework that was highly recommended by my colleagues, and I must admit I was highly impressed by the brief demo they gave. My next question of course is how well it integrates with the .NET web technologies and Visual Studio, answering that will make a big difference in how useful [...]
Posts Tagged ‘framework’
Ext JS – Client-side JavaScript Framework
Posted in Uncategorized, tagged AJAX, extJS, framework, javascript, library, RIA, rich-internet-application, web-2.0 on 2009/09/03 | Leave a Comment »
Microsoft OneApp Framework
Posted in Uncategorized, tagged framework, microsoft, oneapp, smartphone on 2009/08/24 | Leave a Comment »
Framework for seamlessly offloading processing/memory/storage/etc to the cloud for hardware-limited devices? (Phones) Oh, I like! Looks like they’re trying to cram a smartphone experience onto a featurephone, but what about cramming a much richer experience onto a smartphone?
Who said Microsoft’s mobile strategy has to be limited to Windows Mobile? Redmond has just announced OneApp, a [...]
Spring.NET – Application Framework
Posted in Uncategorized, tagged .net, AOP, architecture, design patterns, DI, Fowler, framework, IoC, patterns, spring.net on 2009/03/19 | Leave a Comment »
Spring.NET looks to be a great way to implement some best practices such as DI and AOP while letting someone else (Spring.NET) take care of the grunt work. Unfortunately, I can’t seem to find very good sample code, and I’ve read comments about it being “overly complicated”. Then again, that makes it sound just like [...]
N-Tier Applications of the Entity Framework
Posted in Uncategorized, tagged api, change-tracking, ef, entity, entity-framework, framework, IPOCO, mapping, n-tier, nHibernate, ORM, POCO, POJO, rdbms, relational on 2009/03/05 | Leave a Comment »
Interesting if somewhat scathing discussion of using the Entity Framework for n-tier applications from the developers/designers of the next version of the Entity Framework. The feedback has inspired me to look at nHibernate again, and makes me wonder if the Entity Framework is really as safe a bet as one would assume Microsoft’s implementation of [...]