上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: Joins in sql serverAdvanced or intelligent joins in sql serverSelf join in sql serverDifferent ways to replace NULL in sql server 阅读全文
posted @ 2015-10-10 11:55 Gester.Lin 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-10 11:55 Gester.Lin 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Select specific or all columnsselect * from 表名select * from Studentselect 列名,列名... from 表名select name,age,email from StudentDistinct rowsselect distin... 阅读全文
posted @ 2015-10-10 11:55 Gester.Lin 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Union and union all in sql server 阅读全文
posted @ 2015-10-10 11:54 Gester.Lin 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-10 11:54 Gester.Lin 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Step1: Install entity framework using nuget package manager.Step2: Add a class file to the Models folder.(class name must equal connection string name... 阅读全文
posted @ 2015-10-05 20:19 Gester.Lin 阅读(325) 评论(0) 推荐(1) 编辑
摘要: ViewBag and ViewData is a mechanism(机制) to pass data from controller to view.We use '@' symbol(符号) to switch between html and C# code.Both ViewData an... 阅读全文
posted @ 2015-10-05 19:28 Gester.Lin 阅读(226) 评论(0) 推荐(1) 编辑
摘要: Part 2 How are the URL's mapped to Controller Action Methods?The answer is ASP.NET Routing.Notice that in Global.asax we have RegisterRoutes().and pre... 阅读全文
posted @ 2015-10-05 17:36 Gester.Lin 阅读(198) 评论(0) 推荐(1) 编辑
摘要: Part 1 some difference from asp.net to asp.net mvc4In MVC URL's are mapped to controller Action MethodsIn a WebForms URL's are mapped to Physical File... 阅读全文
posted @ 2015-10-05 17:35 Gester.Lin 阅读(201) 评论(2) 推荐(1) 编辑
摘要: Indexes in sql serverClustered and nonclustered indexes in sql serverUnique and Non Unique Indexes in sql serverAdvantages and disadvantages of indexe... 阅读全文
posted @ 2015-09-15 22:19 Gester.Lin 阅读(144) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页