Sign in
Jaroslaw Kowalski
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
RSS for comments
OK
Search
Tags
Caching
EFLazyLoading
EFOracleProvider
EFPocoAdapter
EFProviderWrappers
EFSampleProvider
Entity Framework
Personal
Providers
Archive
Archives
April 2010
(2)
June 2009
(2)
May 2009
(1)
March 2009
(1)
November 2008
(1)
October 2008
(1)
September 2008
(3)
July 2008
(2)
June 2008
(3)
May 2008
(3)
April 2008
(1)
March 2008
(1)
August 2007
(1)
July 2007
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jaroslaw Kowalski
Migrating from EF POCO Adapter to Entity Framework v4.0
Posted
over 3 years ago
by
Jaroslaw Kowalski - MSFT
0
Comments
Now that Visual Studio 2010 and .NET Framework 4.0 have been released, users of Entity Framework can use POCO objects with Entity Framework without the need for wrapper layers such as EFPocoAdapter . Since I know a number of people are using EFPocoAdapter...
Jaroslaw Kowalski
Blog migrated to a new domain
Posted
over 3 years ago
by
Jaroslaw Kowalski - MSFT
0
Comments
I’ve migrated my blog to a new domain: http://jkowalski.com - please update your links and RSS subscriptions. In order not to duplicate content, but preserve the history I’ve created stub posts which link back to original content here and recreated...
Jaroslaw Kowalski
Using EFProviderWrappers with precompiled views
Posted
over 4 years ago
by
Jaroslaw Kowalski - MSFT
1
Comments
One of the users has reported a problem with using EFProviderWrappers and precompiled views together. When you pre-compile views, Entity Framework calculates a hash of metadata (which includes csdl,ssdl and msl information), stores it with the generated...
Jaroslaw Kowalski
Tracing and Caching for Entity Framework available on MSDN Code Gallery
Posted
over 4 years ago
by
Jaroslaw Kowalski - MSFT
7
Comments
We have just released a sample that shows how to extend Entity Framework in interesting ways by plugging into ADO.NET provider interface. The sample provides two extensions: EFTracingProvider – which adds the ability to log all SQL commands that...
Jaroslaw Kowalski
Entity Framework samples converted to Visual Basic
Posted
over 4 years ago
by
Jaroslaw Kowalski - MSFT
0
Comments
We have recently published Visual Basic versions of our MSDN Code Gallery samples for Entity Framework v3.5SP1. The following translated samples are currently available in two languages (C# and VB) ADO.NET Entity Framework Query Samples http://code...
Jaroslaw Kowalski
New posts on EF Design Blog
Posted
over 4 years ago
by
Jaroslaw Kowalski - MSFT
1
Comments
I’d like to turn your attention to two blog posts on EF Design Blog about exciting new features planned for Entity Framework: Foreign Key Support – we’re introducing new type of association, which can be manipulated through references OR foreign key values...
Jaroslaw Kowalski
N-Tier Improvements for Entity Framework
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
2
Comments
We have recently published an article on API changes that we want to make in next version of Entity Framework in order to enable more N-Tier scenarios. Getting this right is very important to us and we're interested in getting as much of your feedback...
Jaroslaw Kowalski
Using EF Oracle Sample Provider with EDM Designer
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
18
Comments
Many people are asking if it is possible to use EFOracleProvider with EDM Designer in Visual Studio 2008 SP1. The answer is yes, but because the sample doesn't include a DDEX provider required for VS integration, there are certain steps that have to be...
Jaroslaw Kowalski
EF POCO Adapter updated (v1.03)
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
12
Comments
I've just posted another round of updates to EF POCO Adapter based on feedback from users. This set of changes is focused on N-tier scenarios and detached entities (it adds missing wrappers for EF APIs and fixes behavior of existing ones). Change log...
Jaroslaw Kowalski
EF POCO Adapter updated (v1.02)
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
2
Comments
I've just posted updates to EF POCO Adapter (v1.02) which resolves a couple of issues spotted by users: Detached proxies (created by EFPocoContxt.CreateObject<T>) as well as proxies in the Added state were failing on property navigation. This has...
Jaroslaw Kowalski
Persistence Ignorance (POCO) Adapter for Entity Framework V1
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
25
Comments
One of the limitations of Entity Framework V1 released as part of .NET Framework 3.5 SP1 and Visual Studio 2008 SP1 is lack of support for POCO entity objects. POCO stands for Plain Old CLR Object and refers to an object that does not have any persistence...
Jaroslaw Kowalski
Transparent Caching Support for Entity Framework one-pager
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
2
Comments
We've just posted a one-pager on transparent caching support in Entity Framework on our EFDesign blog . http://blogs.msdn.com/efdesign/archive/2008/07/09/transparent-caching-support-in-the-entity-framework.aspx We want to make sure that you will...
Jaroslaw Kowalski
Software Development Meme
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
1
Comments
I was recently tagged by Danny to answer questions about my programming experience as part of a longer chain letter , so here they are: How old were you when you first started programming I was 8 (some 0x17 years ago) when I got my first computer: Timex...
Jaroslaw Kowalski
Sample Entity Framework Provider for Oracle
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
8
Comments
I wanted to let you know that we have just released Sample Entity Framework Provider for Oracle on MSDN Code Gallery. http://code.msdn.com/EFOracleProvider The provider is implemented using essentially the same technique as EFSampleProvider , but targets...
Jaroslaw Kowalski
EF Mapping Advisor
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
0
Comments
Ju-Yi Kuo from our team has started blogging about advanced mapping scenarios supported by Entity Framework. Part 1 of his EF Mapping Advisor series is online at http://blogs.msdn.com/juyik/archive/2008/05/21/ef-mapping-advisor-1-the-language-of-mapping...
Jaroslaw Kowalski
Entity Framework Sample Provider for Visual Studio 2008 SP1 Beta is Online
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
2
Comments
We have just published an updated Sample ADO.NET Provider for Entity Framework. Changes in the provider APIs since Beta3 release: removed DbProviderServices.GetProviderManifest(DbConnection) added DbProviderServices.GetProviderManifestToken...
Jaroslaw Kowalski
Transparent Lazy Loading for Entity Framework – part 3 – Anatomy of a Stub
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
7
Comments
This post is a part of the series that describes EFLazyLoading library. Part 1 - Strategies for implementing lazy loading Part 2 - Implementation of EFLazyLoading Part 3 - Anatomy of a Stub In two previous articles I have introduced EFLazyLoading –...
Jaroslaw Kowalski
Transparent Lazy Loading for Entity Framework – part 2
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
16
Comments
This post is a part of the series that describes EFLazyLoading library. Part 1 - Strategies for implementing lazy loading Part 2 - Implementation of EFLazyLoading Part 3 - Anatomy of a Stub As I promised last time , I would like to present the result...
Jaroslaw Kowalski
Transparent Lazy Loading for Entity Framework – part 1
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
18
Comments
This post is a part of the series that describes EFLazyLoading library. Part 1 - Strategies for implementing lazy loading Part 2 - Implementation of EFLazyLoading Part 3 - Anatomy of a Stub The first release of Entity Framework supports explicit loading...
Jaroslaw Kowalski
Communities To Communities 2008
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
4
Comments
Last Saturday I gave a talk at " Communities To Communities 2008 " conference in Warsaw, Poland. I presented EDM and Entity Framework to an audience of >130 people - Polish MVPs and members of .NET User Groups (because of limited seating...
Jaroslaw Kowalski
Tips and Tricks for Debugging your Entity Framework Provider
Posted
over 5 years ago
by
Jaroslaw Kowalski - MSFT
3
Comments
Here are some tips that may be helpful when developing and testing a data provider that supports Entity Framework: Tip #1 Validating SchemaInformation SSDL and MSL using EdmGen.exe When developing an Entity Framework provider, one of the biggest...
Jaroslaw Kowalski
Entity Framework Beta 2 released
Posted
over 6 years ago
by
Jaroslaw Kowalski - MSFT
0
Comments
Entity Framework Beta 2 and Entity Framework Tools CTP (both compatible with Orcas Beta 2 release) are finally out. Release notes and download instructions are available at ADO.NET team' blog: http://blogs.msdn.com/adonet/archive/2007/08/27/entity...
Jaroslaw Kowalski
Introduction
Posted
over 6 years ago
by
Jaroslaw Kowalski - MSFT
1
Comments
Welcome to my little piece of blogosphere. I'm a Software Design Engineer in Test and I'm currently working on Entity Framework. My areas of expertise are: provider manifest, primitive types in EDM & support for third-party providers. I am planning...
Page 1 of 1 (23 items)