• Domain driven design

      Take the time to read this book. I have not applied into practice. With Agile in this days,I am happy that I can program into classes and not in modules. The book is,however,difficult to read. It has some examples at the final – but not enough.

  • Friday links 154

    Why Learning to Code is So Damn Hard What You Learn in Your 40s – NYTimes.com Error – GameDev.net Don’t Blame the Tool — Designing for Results — Medium What Our Office Learned Working Naked for One Month (Ironically NSFW) – The Bold Italic – San Francisco Top 5 .NET Memory Management Fundamentals No,entrepreneurs,most of…

  • Working effectively with legacy code

    As I say always,hope that any code that you have written is already legacy and will be improved in the near future. So the book Working Effectively with Legacy Code is a necessary reading for every programmer. The book is also good for a fast reading when you have a problem,because the names of the…

  • Friday links 153

    You’re hiring the wrong people: 10 tips to find great developers | endjin blog ASP.NET MVC,Localization and Westwind.Globalization for Db Resources – Rick Strahl’s Web Log Romanian prosecutors find gold,Renoir painting in minister’s safe – Yahoo News UK 12 Tips for Handling Difficult Conversations | OPEN Forum danielrapp.github.io/doppler/ Increased Reliability Through More Crashes | Random…

  • Leaflet and maps

    if you want to display data on maps on the web,then you have a solution for javascript: Leaflet. First,download the css and js for leaflet from http://leafletjs.com/ . ( and also some plugins,such as lealflet label)  You can include like this: <link href="~/Scripts/leaflet/leaflet.css" rel="stylesheet"/> <link href="~/Scripts/leafletlabel/leaflet.label.css" rel="stylesheet"/> <script src="~/Scripts/leaflet/leaflet.js"></script> <script src="~/Scripts/leafletlabel/leaflet.label.js"></script> Then you must obtain…

  • Friday links 152

    UniversalSerializer – CodeProject Google CFO’s Touching Farewell Note Almost Redeems Google+ | WIRED How GitHub Conquered Google,Microsoft,and Everyone Else | WIRED Joel Varty – Use Build Events to rebuild a Windows Service without having to manually stop/start it 10 Reasons Why Introverts Are Incredibly Attractive People Why Do We Recycle Our Application Pools? – That…

  • Swashbuckle.MVC

      The Swashbuckle package for documenting WebAPI is really awesome. I have used for documenting Exporter API for Word/Excel/PDF/ODS/ODT. One problem though: It does not respect the layout of your site. For example,if the original header is this   when  I click on API test(swagger)   . This is not what I want – since…

  • Friday links 151

    What You Can Learn From 8 Kids Already Making a Million Dollars How to run ASP.NET 5 Beta 3 or GoLang on a Raspberry Pi 2 – Scott Hanselman Amazon.com: Raspberry Pi 2 Model B (1GB) Complete Starter Kit — Includes Raspberry Pi 2 Model B– Quick Start Guide–Clear Case–Power Supply–WiFi Dongle–Kingston 8GB Micro SD…

  • RavenDB embedabble

    I have made an application with RavenDB embeddable. The good part is that is embeddable and easy to work with – at least,at start. What I have learned: If you forgot to use using,then RavenDB will throw an exception complaining about multiple sessions. Code:   If you use multiple instance of the same EmbeddableDocumentStore,even on…

  • Friday links 150

    20 Best Apps For Android Users That You Should Not Miss 20 Essential Apps And Websites For Digital Nomads appium/appium-dotnet-driver 7 Terrific Chrome Apps for Science Teachers ~ Educational Technology and Mobile Learning 50 Rare Photos That Will Destroy Everything You Knew about The Past | Idealist Revolution 12 Pieces Of Buddhist Wisdom That Will…

I am ok , you are ok