Sign In
Zlatko Michailov on Entity SQL
The ultimate Entity SQL blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Dictionary
Entity Framework
Entity SQL
EntityClient
eSqlBlast
LINQ to Entities
Live Appearance
SQL Server
Tips
Archive
Archives
September 2008
(1)
May 2008
(2)
March 2008
(2)
January 2008
(1)
December 2007
(10)
November 2007
(6)
October 2007
(4)
December, 2007
MSDN Blogs
>
Zlatko Michailov on Entity SQL
>
December, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Zlatko Michailov on Entity SQL
The Edm.Length() Canonical Function over SqlClient
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
2
Comments
I recently blogged about canonical functions in Entity Framework and SQL Server’s LEN() function . The purpose of those two posts was to lay out the foundation for this one, and to allow it to be brief and coherent. Please read those two posts before...
Zlatko Michailov on Entity SQL
SQL Server’s LEN() Function
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
3
Comments
There is a peculiarity around the LEN() function in SQL Server that not many people have realized or paid attention to. It’s the treatment of trailing spaces. The documentation says: “ Returns the number of characters of the specified string expression...
Zlatko Michailov on Entity SQL
Entity Framework and Object/Relational Mapping
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
3
Comments
Often, people categorize Entity Framework as an Object/Relational Mapper and try to compare it to other O/R Mappers. I dare say that’s an apples-to-oranges kind of comparison. While Entity Framework does have ORM capabilities, that is only a fraction...
Zlatko Michailov on Entity SQL
eSqlBlast – The Ultimate Tool for Writing Entity SQL Queries
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
1
Comments
2007.12.18 : Today I posted an update to How to Parse an EntityDataReader - I discovered (and fixed) two bugs in the parsing code. Since the code is taken from eSqlBlast, the same fix should be applied to it too. The code is in project Core, class XmlVisitor...
Zlatko Michailov on Entity SQL
Entity Framework Beta 3 Is Available for Download
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
5
Comments
Entity Framework Beta 3 and related packages are available for public download: · Entity Framework Runtime : http://go.microsoft.com/fwlink/?LinkId=104981 · Entity Framework Tools : http://go.microsoft.com/fwlink/?LinkId=104983 · Entity Framework...
Zlatko Michailov on Entity SQL
Entity SQL: Canonical Functions
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
7
Comments
Canonical functions were introduced in the Beta 2 release of Entity Framework. Their purpose is to expose a [virtually] canonical API beyond the core language constructs. Consumers of canonical functions should be aware that Entity Framework defines only...
Zlatko Michailov on Entity SQL
Definition: API
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
3
Comments
API = syntax + behavior
Zlatko Michailov on Entity SQL
What Do ObjectQuery’s Builder Methods Build
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
0
Comments
Until Beta 2 ObjectQuery’s builder methods used to build a Command Tree. There were multiple problems with that: · Duplicate code - there is already a component that builds Command Trees from Entity SQL. · Caching – Command Trees are expensive to...
Zlatko Michailov on Entity SQL
How to Get the Native SQL from an ObjectQuery
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
3
Comments
The way to get the native SQL generated for an ObjectQuery is exactly the same as for EntityCommand – using the new ToTraceString() method introduced in Beta 3. Previously that would require a similar (even more obscure) pattern that involved ObjectQuery...
Zlatko Michailov on Entity SQL
How to Get the Native SQL from an EntityCommand
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
4
Comments
With the Beta 3 release, Entity Framework is introducing an easy way to get the native SQL from an EntityCommand. There was public API to get to the native SQL, but the pattern was too obscure, and I don’t want to go into detail. Let’s discuss the new...
Page 1 of 1 (10 items)