Andres Aguiar's Weblog

Right here, right now

Stories

Browse by Tags

All Tags » ado.net (RSS)
ADO.NET Orcas Entity Framework and disconnected operation
David Simmons explained how the 'disconnected mode' works today in Entity Framework (and as far as I know, that's the way it will work in the Orcas release). Basically, there is no disconnected mode. You can create a context and attach objects...
DAT101 - Microsoft's Data Platform Vision
It was a good session. I totally buy MS's Data Vision. The most interesting stuff for me is the Entity Framework. At last there will be a conceptual data model that all MS products will share (Reporting, Replication, Analysis Services, ADO.NET). This...
DLinQ = LinQ for SQL
OK, it actually happened. We'll have two mapping technologies in .NET v.next. LinQ for SQL, previously known as DLinQ is the 'simple' mapping technology. LinQ for Entities, will be on top of the new ADO.NET Entity Framework, and will be the 'complex'...
ADO.NET v.next in TechEd, and DLinq?
If you are interested in ADO.NET Entity Framework , make sure you attend to the following sessions: DAT101 Microsoft's Data Platform Vision, Dave Campbell (I'm not actually not sure if he'll talk about it in this one, but I guess so). DAT304 Next Generation...
Posted: Jun 08 2006, 12:32 AM by aaguiar | with no comments
Filed under: ,
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...
ASP.NET 2.0 DataSet DataSource
Even if it's hard to believe, ASP.NET 2.0 DataSources don't have good support for typed DataSets. I blogged about that here , and now I wrote a DataSetDataSource to overcome this limitation. Read about it here
Posted: Dec 08 2005, 04:01 PM by aaguiar | with 1 comment(s)
Filed under: ,
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...
More Posts