Reading Notes Special Books Edition

For the last months I read few technical books.  I thought it could be interesting to add it.  This is not a complete review and it only reflect my personal opinion.


EF CodeFirst coverProgramming Entity Framework: Code First 
By Julia Lerman, Rowan Miller
Publisher: O'Reilly Media
Released: November 2011
ISBN 10:1-4493-1294-2

Note: By the time I write this post the version of Entity framework is 5.0.
Even if this book was about the previous version of Entity framework, it’s a golden mine of information. I found very useful the example that helps me to understand how to define the relation and more importantly what was the deference between the attribute way and the fluent way. It was easy to read, because well explains not because it was doing only the “beginner” stuff. Since EF is really useful when starting a new project or even for a POC, I think this book should be in all developer’s bookshelf.

 
PowerShell BestPractices coverWindows PowerShell 2.0 Best Practices
By Ed Wilson
Publisher: Microsoft
Released: December 14, 2010
ISBN-10: 0735626464

If you are a .Net developer and you still don’t know PowerShell or don’t know why you should consider PowerShell than this book is not for you… You should read some Introduction books or post THEN read this book.
This book is all about best practices. It will help you to structures your code or your library of scripts. That way, you will be able to understand and found and reuse all of it. Whether to do something in a build or to deploy something in Windows Azure or even just to quickly do a repetitive task this book will help to do it.  A book to keep nearby. 


Claims-Based_CoverClaims-based Identity Second Edition device
By Dominick Baier, Vittorio Bertocci, Keith Brown and Matias Woloski
Publisher: Microsoft
Releaed: April 21, 2010
ISBN-10: 0735640599

This is definitely THE book to get started with claims. It starts right at the beginning explaining what’s a claim, why we should use it.  Many different scenarios are presented. Each of them is presented with and without claims and most of the time how to migrate from one to the other.  The complete solution is available on codeplex.com and if a PDF is good enough for you; it's also available on codeplex for free. 


Building N-Layered Applications with ASP.NET 4.5N-Layer_Build_cover
By Imar Spaanjaars
Publisher: Imar.Spaanjaars.Com
Released: July 2013

This document is, in fact, a series of post about the best practices related to Asp. Net 4.5. While writing this notes, only two or three posts were available online. To get the full document with the source code you must pay. Eventually, all parts of the rich document will be available for free, but it's only 20$ and its own is value.
The solution explained in this document is simple enough so it’s easy to understand the architecture but detailed enough to cover most of the case.  The solution will include a lot of technologies like: Entity Framework, Asp. Net MVC, WCF Services and many patterns: Dependency Injection, Repository, Unit Test, Mocking, etc.
It’s a really well done document, and I think it’s a must to any web developer or architect.

Microsoft SharePoint 2013 App Development
Microsoft® SharePoint® 2013 App Development
By Scot Hillier, Ted Pattison
Publisher: Microsoft Press
Released: November 2012
ISBN 10:0-7356-7498-1

I read this book to know more about the new “Apps” thing.  While I was ready, I understand that my project was not a good match for SharePoint App, so I didn’t finish it… yet. However, I found the book explications really clear, and it gives me all the tooling and options I needed to get started.
Since Apps are now very present in SharePoint, I decided to include it in my notes.



~Frank






Reading Notes #104

 

Suggestion of the week


Cloud

 

Programming

 

Databases

  • SQLite (Deepthi Anantharam) - Look like a very nice product! Looking forward to try it in a POC or just for fun...

Miscellaneous

Next week, something special; c’est un rendez-vous!



~Frank


Reading Notes #103

4456.073113_2017_Architectur8

Suggestion of the week

Cloud

Programming

Databases

Miscellaneous

~Frank


Reading Notes #102

trafficLightSuggestion of the week
Cloud
Databases
Programming
UX
Integration
Miscellaneous
~Frank






Reading Notes #101

stormSuggestion of the week


Cloud

 

Integration


Programming

 

Database

 

Miscellaneous

  • Is Agile Really Cheaper? (Scott Sehlhorst) - I like this post because it puts words on though that I had. A good post to be more prepare next time a client asks you the question.

~Frank




Reading Notes #100

Rainbow-in-the-CloudsI’m back! The blog is not dead. I was just super busy. First, I went to the Microsoft Build and it was very nice. Then I moved! I have now a gigantic stack of books and articles to read… so more to come.

This week marks an important milestone, the 100th Reading Notes! I want to thank you all my readers / followers to have been supporting me all along. Let’s go for under more!

Happy reading!


 Suggestion of the week



  • Don’t Write Code You Don’t Need (Erik Dietrich) - Very interesting post that gives some best practices to write better code.

  • Cloud



  • Failure is not an option for Netflix's service oriented architecture (Joe McKendrick) - Good proof that working with failure is not a synonym of fail.
  • Is there more to using SQL in Azure than redirecting your connection string? - Nice post that explains why we need to think differently when doing cloud.
  • Quick Recap of cloud announcements at BUILD and WPC 2013 - (Luis Panzano) - Nice! A two-week summary in one post!
  • Autoscaling Windows Azure Cloud Services (and web sites) (Maarten Balliauw) - One of the announcements that impressed me the most at build conference. Don't miss the chance to learn more about the new autoscaling feature of Azure.

  • Programming



  • Stop Doing Internet Wrong (Scott Hanselman) - Interesting list of some simple things to do to get a better experience online.
  • Cross-Platform Portable Class Libraries with .NET are Happening (Scott Hanselman) - Great post to get started about Portable Class Librairy (PCL) how are very useful to write app that run on many platforms.
  • Try Visual Studio 2013 Preview – There’s an Azure gallery image for that!(Tyler Doerksen) - Resistance is futile. It is so easy to try that you won't be able to resist. And if you don't know what's new in VS2013 check Scott Hanselman Build conference.
  • What is claims-based authentication? (Gunnar Peipman) - Nice post that gives a nice introduction to claims. It looks like the first of a series about this topic.
  • ASP.NET N-Layered Applications - Introduction (Part 1) - Very promising series where the author describes all steps of is application. For the architecture to the unit tests.

  • Miscellaneous



  • Why So Many Leadership Programs Ultimately Fail (Peter Bregman)- Interesting story, that proof once again that the best wait to learn something is to hump in and do it.
  • Is Agile Really Cheaper? (Scott Sehlhorst) - I like this post because it puts words on though that I had. A good post to be more prepared next time a client asks you the question.
  •  
    ~Frank


    Reading Notes #99

    New-And-Improved
     Suggestion of the week

    Cloud

    Programming

    Databases

    User eXperience (UX)

    Miscellaneous


    ~Frank






    Reading Notes #98

    GetInvolve_filmtrip

    Suggestion of the week

     

    Cloud

     

    Programming


    Databases

     

    Integration

     

    Miscellaneous


    ~Frank



    Reading Notes #97

    june_26Suggestion of the week


    Cloud


     Databases

    Programming

    • Dojo for jQuery Developers - Incredibly clear tutorial here that compares Dojo with jQuery to explain how things are done with Dojo. The perfect post to get started. 

    Miscellaneous

     
    ~Frank





    Reading Notes #96

    //m4 - Matricis.comSuggestion of the week

     

    Cloud

     

    Programming

     

    Miscellaneous

    ~Frank




    Reading Notes #95

    Cloud_hammorkSuggestion of the week

    Reading Notes #94

    cloud_sheepSuggestion of the week

    Cloud

    Programming

    Databases

    Integration

    Miscellaneous

    ~Frank


    Reading Notes #93

    Azure_SDK_2Suggestion of the week

     

    Cloud

     

    Programming

     

    UX


    Miscellaneous


    ~Frank




    Reading Notes #92

    CloudBroadcastSuggestion of the week

    Cloud

    Programming

    UX

    • Magic Numbers in CSS - If you are doing web development this reading is a must. For all the other read it, you will learn important css base.
    • Stop Your Console App The Nice Way) (Mike Hadlow) - This post some best practice to do a better management of the console application. It's not because it's a console app that UX is not important.

    Miscellaneous

    ~Frank


    Reading Notes #91

    cloud log

    Suggestion of the week

    Cloud

    Integration

    Programming

    • View your Kanban board - Nice post that gives more details on one of the new supported Visual Studio features. Really interesting and useful.
    • jQuery 2.0 Released  - Good news. However, don't forget that the branch 2.x is met to support new browser. For IE 6, 7, 8 the branch 1.x will continue to be supported.

    System Management

    Miscellaneous


    ~Frank


    Reading Notes #90


    Cloud MonitoringSuggestion of the week

    Cloud


    Integration


    Programming

    Miscellaneous



    ~Frank