Browse by Tags
All Tags »
ado.net (RSS)
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...
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...
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'...
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...
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...
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
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