Rama Charan's Blog
About technology and more..
Friday, June 14, 2013
How to: Install Visual Studio 2012 Update 3 Offline
Follow same process mentioned at
http://blogs.msdn.com/b/robcaron/archive/2013/04/04/how-to-install-visual-studio-2012-update-2-offline.aspx?CommentPosted=true#commentmessage
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