malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2012年7月22日

Understanding Lazy Loading in EF 4

摘要: Entities Encapsulate 1-to-many relationshipsBut when is the data loaded – And what does “Lazy” Mean?Lazy loadingis a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed.It can contribute to efficiency in the program's op 阅读全文

posted @ 2012-07-22 23:29 malaikuangren 阅读(315) 评论(0) 推荐(0)
How to make Sql Trace Without Sql Profiler?

摘要: Sometimes maybe we dont have some sql trace tool . But actually we really have to work around some tracing work in sql server. especially in sql server express .As microsoft said.There are nothing tools like sql profiler in sql server express .so . we have to work out this problem . when we face it 阅读全文

posted @ 2012-07-22 21:36 malaikuangren 阅读(310) 评论(0) 推荐(0)