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
.NET CLR
ADO.NET Data Services
ADO.NET Entity Framework
ASP.NET
ASP.NET MVC
B&Z
BCL
Blend
C#
Commands
Controls
Databinding
Deep zoom
Dependency Injection
DI
Duplex
Fun
Google
Google Android
Hacks
HTML 5
Hyper V Server
Inversion of Control
IoC
iOS
iPhone
JavaScript
Linq
Miscellaneous
Mongo
MVC
MVVM
NHibernate
ORM
Pain
Prism
Protocol Buffers
RoR
Silverlight
Silverlight Shader Effects C#
SIlverlight WPF
Silverlight WPF ASP.NET ASP.NET MVC Witcraft
Sockets
SQL Server
T4 templates
TDD
Tips & Tricks
Tips &
Tricks
T-SQL
Unity
VirtualEarth
Vista
WCF
Web Services
WPF
xUnit
Sponsors
advertise here
News
Twitter Updates
follow me on Twitter
Navigation
Home
Blogs
Archives
May 2011 (1)
July 2010 (3)
April 2010 (5)
March 2010 (4)
January 2010 (3)
December 2009 (3)
November 2009 (3)
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
10
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:
C#
,
.NET
,
ADO.NET Entity Framework
2
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:
T-SQL
,
SQL Server
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:
xUnit
,
TDD
,
C#
,
.NET
More Posts