codeplex.com
CodePlex - leekelleher
http://www.codeplex.com/site/users/view/leekelleher
Project Hosting for Open Source Software. Member Since December 3, 2007. Last Visit February 16, 2016. Bitly Url Shortener for Umbraco. Config Tree for Umbraco. Markdown Editor for Umbraco. Page Notifications 4 Umbraco. Razor DataType Models for Umbraco. Universal Media Picker Providers. Hello, I am Lee Kelleher, I am a freelance ASP.NET developer, Umbraco Level 1 and 2 certified as well as an Umbraco MVP for 2010/12. No activity in the last 60 days. 51Degrees - Device Detection and Redirection.
codeplex.com
CodePlex - kieranbenton
http://www.codeplex.com/site/users/view/kieranbenton
Project Hosting for Open Source Software. Member Since November 15, 2007. Last Visit June 25, 2013. No personal statement has been written. No activity in the last 60 days. 51Degrees - Device Detection and Redirection. ASPNET MVC / Web API / Web Pages. I4o - Indexed LINQ. Microsoft Media Platform: Player Framework. SQL Server PowerShell Extensions. Survey™ Project - webapplication for surveys & webforms. Version 8.21.2015.21031.
codeplex.com
CodePlex - Alois
http://www.codeplex.com/site/users/view/Alois
Project Hosting for Open Source Software. Member Since January 15, 2007. Last Visit May 30, 2016. Signer - The Easy Way To Strong Name Your Assembli. Patterns & practices: Enterprise Library Contrib. No personal statement has been written. No activity in the last 60 days. EasyHook - The reinvention of Windows API Hooking. Version 8.21.2015.21031.
avandeursen.com
semantic versioning | Arie van Deursen
https://avandeursen.com/tag/semantic-versioning
Software engineering in theory and practice. Tag Archives: semantic versioning. By Arie van Deursen. I love the use of semantic versioning. It provides clear guidelines when an API version number should be bumped. In particular, if a change to an API breaks backward compatibility, the major version identifier must be updated. Thus, when as a client of such an API I see a minor or patch update, I can safely upgrade, since these will never break my build. Here is what we found. Versioning in Maven Central.
avandeursen.com
compatibility | Arie van Deursen
https://avandeursen.com/tag/compatibility
Software engineering in theory and practice. By Arie van Deursen. I love the use of semantic versioning. It provides clear guidelines when an API version number should be bumped. In particular, if a change to an API breaks backward compatibility, the major version identifier must be updated. Thus, when as a client of such an API I see a minor or patch update, I can safely upgrade, since these will never break my build. But to what extent are people actually using the guidelines of semantic versioning?
aloiskraus.wordpress.com
The Non Contracting Code Contracts « Alois Kraus
https://aloiskraus.wordpress.com/2016/07/18/the-non-contracting-code-contracts
Performance is everything. But correctness comes first. The Non Contracting Code Contracts. July 18, 2016. What do you do when you get an impossible exception of the form. System.InvalidCastException: Object of type 'MyApp.Type[]'. Cannot be converted to type 'System.Collections.Generic.IEnumerable`1[MyApp.Type]'. Where basically an array of type X cannot be casted to IEnumerable X . Any LINQ affine programmer will do that 20 times a day. What the heck is going on here? Terminate monitor: Disabled Clonin...
aloiskraus.wordpress.com
akraus1 « Alois Kraus
https://aloiskraus.wordpress.com/author/akraus1
Performance is everything. But correctness comes first. The Mysterious Lost Memory Which Belongs To No Process. February 26, 2017. Sometimes you experience sluggish performance for no apparent reason. That are usually the harder issues since it is not clear what is causing it. Things will become a bit messy but I will give some advice how you can pinpoint sluggish system performance with basic OS tools and some advanced tools which are rarely used in public. A server machine did become very slow once the.
avandeursen.com
Development | Arie van Deursen
https://avandeursen.com/category/development
Software engineering in theory and practice. By Arie van Deursen. During the last couple of months I had a good time using Protractor to create an end-to-end test suite for an AngularJS web application. While applying the Page Object. Pattern, I realized that I needed more guidance on what page objects to create, and how to navigate through my web application. Or state transition methods (clicking this button will bring me to the next state). Gradually, the following process emerged:. The simplest starti...
avandeursen.com
versioning | Arie van Deursen
https://avandeursen.com/tag/versioning
Software engineering in theory and practice. By Arie van Deursen. I love the use of semantic versioning. It provides clear guidelines when an API version number should be bumped. In particular, if a change to an API breaks backward compatibility, the major version identifier must be updated. Thus, when as a client of such an API I see a minor or patch update, I can safely upgrade, since these will never break my build. But to what extent are people actually using the guidelines of semantic versioning?