-
Adaptive Code via C#: Agile coding with design patterns and SOLID principles (Developer Reference)
This book could be named also “Best practices in programming with C# examples”. It contains almost all principles – including how to do duck programming with Impromptu . If you read it,you will have an overview about how we program in this year for usual business applications.
-
Friday links 155
These Beautiful Drawings Showcase How We Stereotype The Female Gender & Why We Need To Stop | Idealist Revolution Planning poker – Wikipedia,the free encyclopedia Choosing the right technology for building the service layer in .NET | InfoWorld My Journey to The 2015 Microsoft MVP Award | Taiseer Joudeh [MVP] | LinkedIn getfatday/keytool-importkeypair 31 Things…
-
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…
I am ok , you are ok