Andres Aguiar's Weblog

Right here, right now

Stories

Browse by Tags

All Tags » O/R Mapping (RSS)
The news are out - ADO.NET 3.0 Entity Framework
It went unnoticed in the PDC , but the news are finally out. There's another data mapping technology from Microsoft, this time from the ADO.NET team. The announcement in the ADO.NET team blogs . I think the approach it's much better than any other previous...
DeKlarit 4.0 Released - CAB, WSE, VS2005, SQL2005, Layouts & More!
Last week we released DeKlarit 4.0 . I won't post the new feature list here, as you can read it in the website . What I will do is tell you about my favorite new features ;). Gaston built a great platform-independent layout editor . We can now generate...
RubyOnRails-esque ASP.NET
I've been playing with Ruby on Rails, and there's a lot to like. There are some things that we won't be able to get while working in C#, but we could build some stuff to get closer. I know there are some people working on porting RoR to .NET but I prefer...
ASP.NET 2.0 databinding, 'stateful' entities and Atlas
If you read about the data binding support in ASP.NET 2.0, it always says that is designed for the natural stateless nature of the web, which basically means that each time I update something in the page, it's persisted to the database.v I was concerned...
Linq, DLinq and XML-based Mapping
LinQ is very cool and we all agree with that. DLinQ seems oriented towards being a simple way to access data that covers most of the simple cases. I think it will add a lot of value to the .NET platform. Now, if you are looking for a 'real' O/R mapping...
Lazy Loading is a domain problem
Jimmy Nilson says "I see Lazy Load as being something technical, and it is not important for the Domain Model itself." I see Lazy/Eager Load as something very important to the domain problem. When you lazy load you can load data that is not consistent...
More Posts