Gamlor

thoughts about programming, tv-series and other geeky stuff.

  • Technical Stuff
  • Media Zap Oh Snap
  • 한국어
  • Mixtapes
  • About Me

A Better INotifyPropertyChanged Implementation

By gamlerhart November 25, 2009 .NET

The INotifyPropertyChanged-interface and companions are a well know citizens of the .NET-framework. How do you implement this interfaces?. Does it look similar to this? public class Person : INotifyPropertyChanged {…

Read more

LINQ: cast-catch

By gamlerhart November 4, 2009 .NET

In this post I’ll explain a little catch in LINQ, which may some beginners fall into: What’s the difference between those two queries? IEnumerable<Person> listOfEntities = LoadData(); // First version…

Read more

Maybe-Monad (Or The Better NullReference)

By gamlerhart October 12, 2009 .NET

The Maybe-Monad sounds like some magic, but it’s something terrible simple. Its a computation which returns a result or ‘Nothing’. Often the a null-reference is used to represent ‘Nothing’. This…

Read more

Rx-Framework, Lombok & Music For Everyone

By gamlerhart October 4, 2009 .NET, 42, channel 9

There’s a new talk/interview about the Rx-framework for reactive programming on channel 9. Yes, it’s the third time I link talks about the same topic here (here is the first…

Read more

YouTrack Beta

By gamlerhart September 2, 2009 .NET, java, software-development

Jetbrains has released the first beta of their new bug-tracker, YouTrack (previously code-named Charisma). I’ve used the EAP before and I liked it. YouTrack doesn’t focus on having thousands of…

Read more

Brian Beckman and Erik Meijer: Reactive Framework

By gamlerhart July 15, 2009 .NET

This wonderful talk with Erik Meijer and Brian Beckman about reactive programming was published recently on channel 9. It starts of with simple and familiar things, the IEnumerable-Interface (or Iterable…

Read more

Hiro, the World’s Fastest IOC Container

By gamlerhart July 1, 2009 .NET, software-development

The creator of the LinFu-library is working on the ‘world’s fastest IOC container’, called Hiro. Basically Hiro reads  once the configuration and then it compiles everything to a fixed, immutable…

Read more

Depoy a ClickOnce-App from a Build-Server

By gamlerhart May 19, 2009 .NET, software-development, tools

ClickOnce (Wikipedia, MSDN) is an easy way to deploy and update your .NET-application. Its also easy to set it up in Visual Studio and run it from there. It increments…

Read more

Mocks for internal interfaces

By gamlerhart May 7, 2009 .NET, software-development

Maybe you’ve already seen an exception like this: Castle.DynamicProxy.Generators.GeneratorException: Type is not public, so a proxy cannot be generated. Type: SpielWiese.IReportSender …stack-trace… at SpielWiese.TestSomething.ExpectReportsSend() in Program.cs: line 64 What I’ve…

Read more

Lang.NET Symposium 2009

By gamlerhart May 2, 2009 .NET, channel 9, software-development

The videos of the Lang.NET are online. Again wonderful  geeky talks about programming-languages and other programming-related stuff: http://www.langnetsymposium.com/2009/talks.aspx One of the best talks is again from Erik Meijer. He explains…

Read more

  • « Previous
  • Next »

Topics

.net 3.5-rating 4-rating 4.5-rating 5-rating adbcj akka akka-mobile android async bbc blog bryan fuller C# channel 9 comedy containers crime database db4o doctor who drama dramedy erik meijer hbo horror interview java jetbrains joyent linqpad microsoft mixtape music mystery RavenDB Scala sci-fi talk thriller tool triton tv series windows 한국어

Archives

  • September 2019
  • May 2018
  • October 2017
  • September 2017
  • August 2017
  • April 2017
  • February 2017
  • November 2016
  • August 2016
  • July 2016
  • April 2016
  • March 2013
  • February 2013
  • December 2012
  • September 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007

Copyright © 2025 Gamlor | Theme by: Vlone | Powered by: WordPress