-
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…
-
Exporter–new functionalities
I have added to the export to Excel,Word,Pdf,Html,CSV new functionalities: Export multiple lists to multiple sheets in the same Excel: Wiki at https://github.com/ignatandrei/Exporter/wiki/Export-multiple-sheets-in-Excel,video demo at https://youtu.be/ZLjnZvP9m0U Export from Powershell: Wiki at https://github.com/ignatandrei/Exporter/wiki/Export—Powershell,video Demo at https://youtu.be/PhBdnnaAbr0 Export DataSet to Excel: Wiki at https://github.com/ignatandrei/Exporter/wiki/Export-DataSet,video demo at https://youtu.be/mvlDjF1TeVc .NET 4.0 version available at https://github.com/ignatandrei/Exporter/tree/branchNet4 Enjoy !
-
Friday links 149
What are mistakes which software engineers make in the first 1-2 years of their career? – Quora ASP.NET 5 Updates and other improvements for Web Developers in Visual Studio 2015 CTP 6 – .NET Web Development and Tools Blog – Site Home – MSDN Blogs Dos and don’ts of managing remote developers | Toptal Handling…
I am ok , you are ok