Friday, July 8, 2011

Software Engineering. Project Management. Effectiveness

While going through Microsoft Bloggers on MSDN I did find an eBook which captures the heart of how you can improve your productivity, in a principle and pattern based way.


Following is the link of free ebook:

http://blogs.msdn.com/jmeier/archive/2008/12/10/the-zen-of-results-free-e-book.aspx

No comments:

Post a Comment

Open default email app in .NET MAUI

Sample Code:  if (Email.Default.IsComposeSupported) {     string subject = "Hello!";     string body = "Excellent!";    ...