自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (3)
  • 收藏
  • 关注

转载 SQL In和Like 参数化

在写项目的时候遇到一个问题,sql 语句进行 like in 参数化,按照正常的方式是无法实现的我们一般的思维是:Like 参数:string strSql = "select * from Person.Address where City like '%@add%'";SqlParameter[] Parameters=new SqlParameter[1];Param

2014-04-10 18:03:00 7798 1

Effective Application Development with Model-View-ViewModel

目前中文版的MVVM书籍少之又少,只能看看英文版的了

2012-03-07

Windows Presentation Foundation and the Model View ViewModel Pattern

目前国内没有什么好的翻译MVVM的相关书籍,只能看看英文的了,本书文字清晰,出版社:Microsoft Press,章节如下: Table of Contents Chapter 1 Introduction to Model View ViewModel and Line of Business Applications Chapter 2 Design Patterns Chapter 3 The Domain Model Chapter 4 The Data Access Layer Chapter 5 The Business Layer Chapter 6 The UI Layer with MVVM Chapter 7 MVVM Frameworks and Toolkits Appendix About the Author

2012-03-07

Transact-SQL权威指南

Transact-SQL权威指南中文版 还不错哦

2011-03-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除