Browse by Tags
All Tags »
O/R Mapping (RSS)
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...
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...
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...
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 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...
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