Paul Gielens:ThoughtsService

another Endpoint to my thoughts

News

Syndication

Ads


Favorites

Projects

Browse by Tags

All Tags » ADO.NET (RSS)
Best Decision to Kill LINQ to SQL
I fully agree with Tim Mallalieu to recommend LINQ to Entities as the data access solution for your application. Sure, for an object-oriented view of the database LINQ to SQL was somewhat useful but in essence this is a scenario that the Entity Framework...
Summary Data Access from A to Z
Emitting live from a big ass room filled with data access geeks while doing a factory restore without Lenovo's crapware. Approximately two hours away from a cold beer and typical US food. DataSet Queryable, remotable, in-memory relation collection DBMS...
Posted: Oct 26 2008, 09:26 PM by p.gielens | with no comments
Filed under: , ,
V1 Entity Framework Core Mapping Limitations
Must use a common EntityKey throughout type hierarchy (database design consideration) Relationships must be based on EntityKey Functions results must be mapped to EntityTypes Can't map multiple entities to different columns of a single row If used, modification...
Posted: Oct 26 2008, 07:54 PM by p.gielens | with no comments
Filed under: , ,
Strategies for Customizing Entity Framework Data Classes
A topic that hasn't been addressed much really in documentation or talks is the customization of the generated data classes. According to Mike Pizzo we basically have the following four options each varying in terms of difficulty to use and/or implement...
Posted: Oct 26 2008, 07:53 PM by p.gielens | with no comments
Filed under: , ,
EDM Designer Quirks
Don't be fooled with the EDM designer in SP1 beta for VS.NET 2008. Apparently there was no need "yet" for in depth customizability of the store model schema. For my class table inheritance example I'm using table prefixes since I'm running many...
Posted: May 29 2008, 04:24 PM by p.gielens | with 3 comment(s)
Filed under: ,
Autoincrement primary key in EDM
I must be overlooking something. The ID field in my SQL Server database is configured to autoincrement through setting the Identity seed and Identity increment properties. For some reason the generated code allows the end user of the conceptual EDM model...
Posted: May 26 2008, 05:16 PM by p.gielens | with 2 comment(s)
Filed under: ,
Entity Framework for Domain Model based Application Architectures
I am sitting here listening to the MSDN Webcast: Framework Masterclass: LINQ to Entities and guess what. Patrick Lowendahl is there as well and beat me to it with the following remark. Question : Eilsa, if you want more feedback from DDD mvps you can...
LINQ to make the Data Access Layer Irrelevant
LINQ will transform the architectures around us and make the traditional data access layer irrelevant. Kris Vandermotten wrote a few lines about this here and here .
ADO.NET Entity Framework June CTP
For those of you who have been living under a rock, here is the ADO.NET team announcement of fresh bits of next generation data access stuff. To be honest I'm really glad that the team found another release vehicle. A lot of people I've been talking to...
RAD is Making a Comeback with Jasper
Andrew Conrad announced project "Jasper" earlier this week at Mix '07. Jasper is different from typical O/R frameworks that often require data classes to be written by hand, or generated at development-time using a tool. Jasper on the other hand connects...
More Posts Next page »