Rama Charan's Blog
About technology and more..
Tuesday, December 27, 2011
Design Pattern books
Try this book
1)An easy-to-follow guide for .NET 4.0 architects building applications with Design Patterns.
Ready-to-use Patterns and Practices. Comes with
100% Source Code
http://www.dofactory.com/Framework/Framework.aspx
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Devops links
Build Versioning in Azure DevOps Pipelines
Devops links
Build Versioning in Azure DevOps Pipelines
Efficient Paging for GridView
REf: http://www.nikhedonia.com/notebook/entry/efficient-paging-for-gridview/
using Linq methods with caution - E.g FirstorDefault()
Don't use FirstorDefault() unless you are sure its valid/ verified in the business scenario. else you are going to introduce bugs in t...
No comments:
Post a Comment