dotneteers.net
Browse Blog Posts by Tags - Dotneteers.net
http://dotneteers.net/blogs/tags/.NET/default.aspx
All for .net, .net for all! OBA, Sharepoint and Aghy. VBandi's musings on WPF, Silverlight and UX. Raquo; .NET. Browse Blog Posts by Tags. Showing related tags and posts for the Blogs. Application. See all tags in the site. What kept me busy recently. Most of my readers (are there any? Posted to My.Mountains[]. On Thu, Dec 16 2010. Filed under: Filed under: open source. NET library, GUI and framework developer. Long time no see for this blog. And how could it go forward other than a job advertisment?
dotneteers.net
Browse Blog Posts by Tags - Dotneteers.net
http://dotneteers.net/blogs/tags/development/default.aspx
All for .net, .net for all! OBA, Sharepoint and Aghy. VBandi's musings on WPF, Silverlight and UX. Browse Blog Posts by Tags. Showing related tags and posts for the Blogs. Application. See all tags in the site. Most of my readers (are there any? Know that Im involved with Agile development methodologies a lot. Therefore came up the question what tools do I and you suggest for using to commit yourself to Agile and related methodologies. Here is my list (a bit .NET biased): TFS (What else? Posted to My....
openbracket.ca
unity | Openbracket
http://www.openbracket.ca/category/unity
Archive for the ‘ unity. Grouping signals in StrangeIoC. Recently I have started relearning Unity3d and because I very much enjoy DI and IoC I’m also relearning StrangeIoC. Since I’ve last looked at Strange, Signals have been added. This makes me very happy being an old AS3 dev that 3’d Robotlegs and AS3Signals. Namespace ca.openbracket.signals{ public class StartSignal:Signal{} public class TestSignal:Signal{} }. Is this worth it? I have no idea. But it makes me happy. Anyways, if you are familiar with ...
openbracket.ca
Openbracket - Part 2
http://www.openbracket.ca/page/2
NME error – Missing super constructor call. So since my memory sucks and I likely will forget this one, I’m going to put it here. It’s an easy enough fix and a stupid error on my part but it took me a good 30 minutes to figure it out. On compile after creating an empty project I received this error. Source/Main.hx:15: lines 15-35 : Missing super constructor call. The solution is to add super() to your new function for your class. Unity development – 3rd party tools I couldn’t live without. NGUI is a powe...
dotneteers.net
Browse Blog Posts by Tags - Dotneteers.net
http://dotneteers.net/blogs/tags/c_2300_/default.aspx
All for .net, .net for all! OBA, Sharepoint and Aghy. VBandi's musings on WPF, Silverlight and UX. Browse Blog Posts by Tags. Showing related tags and posts for the Blogs. Application. See all tags in the site. Morgan Stanley IT Budapest TECHNOLOGY EXPO. Hey, I still have a blog! Nearly forgotten :) And what Ill use it for? Posted to My.Mountains[]. On Tue, Sep 13 2011. Filed under: Filed under: c#. Joe Albahari about Threading in C#. Posted to DiveDeepers blog. On Sun, Aug 15 2010. On Wed, Jul 28 2010.
blog.kimpenhaus.de
Building Automated Error Reporting my way
http://blog.kimpenhaus.de/2011/02/17/building-automated-error-reporting-my-way.html
Building Automated Error Reporting my way. Feb 17, 2011 kimpenhaus. As I read about. By Laila Lotfi’s article. Over at Red Gate’s. Community site, I first thought yeah nice that’s what we need in good software. But on a second thought I considered that it was not going far enough. So why not integrated automated error reporting into a consolidating service (which does that ugly sort and compare job) and let it publish new issues to a ticket system? So our application reports its unhandled exceptions to t...
rtigger.com
#TIL: JsonConfig - RTigger.com
http://www.rtigger.com/blog/2014/07/15/til-jsonconfig
I tweeted last week that I was starting to fall for JsonConfig, a configuration framework written by Timo Dorr. For NET. It’s a great utility that uses Json files to give you an object-based configuration (that’s right, NESTED VALUES! And uses .net’s dynamic objects to provide it. JsonConfig is a quick and simple library that uses JsonFX. And net’s dynamic feature. It’s as simple as writing a json file:. This is a comment. StoreOwner: "John Doe",. Fruits: ["apple", "orange", "banana"],. Street: 'Fake St',.