2014年5月27日

[转].net中的认证(authentication)与授权(authorization)

摘要: 本文转自:http://www.cnblogs.com/yjmyzz/archive/2010/08/29/1812038.html注:这篇文章主要给新手看的,老手们可能会觉得没啥营养,就请绕过吧。“认证”与“授权”是几乎所有系统中都会涉及的概念,通俗点讲:认证(authentication) 就是... 阅读全文

posted @ 2014-05-27 16:48 freeliver54 阅读(967) 评论(0) 推荐(0)

[转]在Entity Framework中使用LINQ语句分页

摘要: 本文转自:http://diaosbook.com/Post/2012/9/21/linq-paging-in-entity-framework我们知道,内存分页效率很低。并且,如果是WebForm的项目,页面上会有巨型ViewState,这必然不好。我自己博客用的是一个存储过程做的分页,用到现在都... 阅读全文

posted @ 2014-05-27 11:48 freeliver54 阅读(6365) 评论(0) 推荐(0)

[转]Efficiently Paging Through Large Amounts of Data

摘要: 本文转自:http://msdn.microsoft.com/en-us/library/bb445504.aspxScott MitchellApril 2007Summary:This is theVisual C#tutorial. (Switch to the Visual Basic tu... 阅读全文

posted @ 2014-05-27 11:37 freeliver54 阅读(533) 评论(0) 推荐(0)

[转]Multiple outputs from T4 made easy

摘要: 本文转自:http://damieng.com/blog/2009/01/22/multiple-outputs-from-t4-made-easyOne of the things I wanted myLINQ to SQL T4 templatesto do was be able to sp... 阅读全文

posted @ 2014-05-27 10:27 freeliver54 阅读(328) 评论(1) 推荐(0)

[转] How to generate multiple outputs from single T4 template (T4 输出多个文件)

摘要: 本文转自:http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/Update: A new version of the code described in this arti... 阅读全文

posted @ 2014-05-27 10:24 freeliver54 阅读(1131) 评论(0) 推荐(0)

导航