I saw the light
September 2008 - Posts - Alexey Zakharov's Blog
Alexey Zakharov's Blog
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ADO.NET Data Services
ADO.NET Entity Framework
ASP.NET
B&Z
Blend
C#
Controls
Databinding
Deep zoom
Duplex
Fun
Miscellaneous
MVC
MVVM
NHibernate
ORM
Prism
Silverlight
Silverlight Shader Effects C#
Sockets
SQL Server
T4 templates
TDD
Tips & Tricks
Tips &
Tricks
T-SQL
VirtualEarth
Vista
WCF
Web Services
WPF
xUnit
Sponsors
advertise here
News
Twitter Updates
follow me on Twitter
Navigation
Home
Blogs
Archives
November 2009 (2)
October 2009 (2)
September 2009 (1)
August 2009 (1)
July 2009 (1)
June 2009 (3)
May 2009 (2)
April 2009 (3)
March 2009 (4)
February 2009 (2)
January 2009 (2)
December 2008 (4)
November 2008 (1)
October 2008 (1)
September 2008 (4)
September 2008 - Posts
0
Comments
ADO.NET Entity framework navigation property trap.
by
brainbox
Navigation properties (EntityCollection or EntityReference) of entity object can be automatically loaded without calling their Load method because of they can be already loaded to ObjectStateManager before. Such behaviour may confuse people how are newbie...
Filed under:
.NET
,
ADO.NET Entity Framework
8
Comments
Enum in ADO.NET Entity Framework v1
by
brainbox
There is no direct support for enum type in ado.net entity framework v1. But it is rather easy to solve this problem. All u need to do is to create int property with private getter and setter and then add public property to your partial class, which type...
Filed under:
.NET
,
ADO.NET Entity Framework
,
C#
1
Comments
Backup and SQL Server diagram opennig problem.
by
brainbox
Very often people who works with SQL Server database get the following error when they trying to open database diagrams after restoring database from back up: Database diagram support objects cannot be installed because this database does not have a valid...
Filed under:
SQL Server
,
T-SQL
0
Comments
Simple database fixture.
by
brainbox
Very often we need to write tests which interact with the database. I found that many people are still doing complex clean up manipulation in tear down method. But in most cases it is useless work. All you need to perform clean up of database after each...
Filed under:
.NET
,
C#
,
TDD
,
xUnit
More Posts