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)
November, 2007
MSDN Blogs
>
Zlatko Michailov on Entity SQL
>
November, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Zlatko Michailov on Entity SQL
How to Do Custom Mapping Using Entity SQL Views
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
1
Comments
This post was intended to be a reply to this question http://forums.microsoft.com/msdn/showpost.aspx?postid=2440161&siteid=1 on the Entity Framework forum, but its size exceeds the forum server limit. Besides, it’s useful in general. So I decided...
Zlatko Michailov on Entity SQL
LINQ to Entities: Compiled Queries
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
3
Comments
Last Friday I blogged about making local variables behave consistently in LINQ to Entities queries . And the solution I recommended was compiled queries. But just today I realized that I haven’t blogged about compiled queries in general yet. The...
Zlatko Michailov on Entity SQL
Behavior of Variables in LINQ to Entities Queries
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
2
Comments
LINQ is very nice about referencing local variables without any additional declaration. When I ran my first such LINQ to Entities query, I was ecstatic. The next moment I was puzzled – are the values of those variables picked at compile-time and later...
Zlatko Michailov on Entity SQL
How to Parse an EntityDataReader
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
2
Comments
2007.12.18 : Please accept my apologies – today I discovered (and fixed) two bugs in the parsing code. One is a silly error. The other is that collections should be treated as primitive types and refs with regard to the number of fields. The code bellow...
Zlatko Michailov on Entity SQL
XSL Transformation of CSDL into HTML
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
1
Comments
The attached XSL script neatly renders an Entity Framework CSDL file into HTML. Below is the NorthwindEF model that we’ve been using for our samples, rendered using that XSL script: Northwind Entity Sets Entity Types Complex Types Associations...
Zlatko Michailov on Entity SQL
Entity SQL Tip #1
Posted
over 5 years ago
by
Zlatko Michailov - MSFT
0
Comments
A well defined query against a well defined entity data model does not need JOIN . Navigation properties in combination with nesting sub-queries should be used instead. These latter constructs represent task requirements much more closely than JOIN...
Page 1 of 1 (6 items)