Andres Aguiar's Weblog

Right here, right now

Stories

Browse by Tags

All Tags » Orcas (RSS)
Digging into LinQDataSource
The sample code that ScottGu showed for LinQDataSource made it look like it should be called LinQToSqlDataSource. After installing Beta2 I took a look at it. It only has design time support for LinQ To SQL, but you can bind it to any LinQ query in the...
Posted: Jul 30 2007, 12:54 AM by aaguiar | with no comments
Filed under: , ,
Astoria
I was going to write a blog post on Astoria but Pablo's post says almost everything I was going to say. I fully agree with him, in that there are multiple scenarios where the default implementation will be good enough, and it's much more productive...
Posted: May 05 2007, 12:47 AM by aaguiar | with no comments
Filed under:
RE: Disconnected Problems and Solutions
Udi replied to my post , I was going to answer in his blog but it was too long. This is not about using DataSets. It's about knowing what happened with an entity. Suppose you want to edit an 'Aggregated Entity', like an Order, with header...
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...
ADO.NET v.next CTP is out
At last, the ADO.NET v.next bits are public! Read the announcement here . Keep an eye in the ado.net team blog for more information about it. It includes an ASP.NET build provider, so you can drop a xml file with the model definition in App_Code and you...
Posted: Aug 16 2006, 12:16 AM by aaguiar | with 2 comment(s)
Filed under: , ,
ADO.NET Entity Framework - It's not just O/R mapping
Pablo Castro re-announced the Entity Framework . The white papers are up again. A lot of people have been referring to the ADO.NET EF as an O/R mapper. And it is. But it's much more than that. The EF lets you design your conceptual model based on updateable...
Posted: Jun 20 2006, 04:34 PM by aaguiar | with 2 comment(s)
Filed under: , ,
VS Tools for DB Professional - Does it make sense to generate test data?
The new VS for DB Professionals supports generating test data for your data model. For each column, you can specify the Generator you want to use, and you have a bunch of predefined ones (numbers in a range, strings that comply with a regular expression...
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: ,
More Posts Next page »