//Cloud notes from my desk -Maheshk

"Fortunate are those who take the first steps.” ― Paulo Coelho

MS App Architecture Guide, 2nd Edition – download

Microsoft Application Architecture Guide, 2nd Edition – free download **
The guide helps you to:
  • Understand the underlying architecture and design principles and patterns for developing successful solutions on the Microsoft platform and the .NET Framework.
  • Identify appropriate strategies and design patterns that will help you design your solution’s layers, components, and services.
  • Identify and address the key engineering decision points for your solution.
  • Identify and address the key quality attributes and crosscutting concerns for your solution.
  • Create a candidate baseline architecture for your solution.
  • Choose the right technologies for your solution.
  • Identify patterns & practices solution assets and further guidance that will help you to implement your solution.
File : Application Architecture Guide v2.pdf & Date Published: 11/20/2009 

2009-11-25 Posted by | Uncategorized | Leave a comment

How to hide your personal folders easily !!

This is very old technic, but comes handy when you share your personal/office systems in short notice.
Try this in cmd prompt,
      To hide, e:/>attrib +h +s +r <foldername>
      To revert e:/>attrib -h -s -r <foldername>
Note : i) it will be still hidden even if you set ‘show all hidden files’ under folder options and also using advanced searches too. But you’ve to keep note of your folder name to revert back 😉

2009-11-14 Posted by | Uncategorized | Leave a comment

patterns & practices -Application Architecture Book

Contents at a Glance 
The full 
Microsoft Application Architecture Guide is available for free on MSDN in HTML.  This is the contents of the guide at a glance:

Chapters

via – http://blogs.msdn.com/jmeier/archive/2009/11/05/now-available-patterns-practices-application-architecture-book.aspx

2009-11-07 Posted by | Uncategorized | 1 Comment