摘要:
从小我就是个所谓“兴趣广泛”的人。曾经一度或是因为被洗脑,或是因为自己缺乏智慧,以为这是无可厚非的优点。许多年之后,才开始慢慢清醒——那年我二十六岁,到现在已经十年了。 仔细反省,才知道自己的所谓“兴趣广泛”实际上只不过是小聪明的表现。因为有些小聪明,所以学什么东西都相对快一点,于是还没怎么样呢就已 阅读全文
阅读排行榜
Entity Framework Code-First(13):Configure Many-to-Many
2016-07-05 17:02 by 追忆似水流年, 194 阅读, 收藏,
摘要:
Configure Many-to-Many relationship: Here, we will learn how to configure Many-to-Many relationship between the Student and Course entity classes. Stu 阅读全文
Entity Framework Tutorial Basics(16):Linq-to-Entities Projection Queries
2016-07-07 10:06 by 追忆似水流年, 193 阅读, 收藏,
摘要:
Linq-to-Entities Projection Queries: Here, you will learn how to write LINQ-to-Entities queries and get the result entities. Visit LINQ Tutorials to l 阅读全文
ASP.NET 配置文件纵横谈(一)
2010-08-18 11:30 by 追忆似水流年, 193 阅读, 收藏,
摘要:
前言:之所以写这个系列的文章的缘由来自于Jeffery Zhao.之前看老赵的“MVC"讲座的时候,记得老赵曾经说过:一个真正的ASP.NET程序员应该对配置文件web.config要很熟练,而且对于配置文件的节点的相关知识都要很了解,现有的很多的ASP.NET书籍都只是讲控件怎么使用等等,而且现有的一些参考文档都是只是讲讲配置节点怎么使用,很少详细的讲述配置文件的(注:老赵的原话不是... 阅读全文
Entity Framework Tutorial Basics(33):Spatial Data type support in Entity Framework 5.0
2016-07-07 10:41 by 追忆似水流年, 192 阅读, 收藏,
摘要:
Spatial Data type support in Entity Framework 5.0 MS SQL Server 2008 introduced two spatial data types, geography and geometry. Geography represents d 阅读全文