Gamlor

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

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

Annoying Void in C# / Java / alike

By gamlerhart January 12, 2012 .NET, java

One thing which regularly annoys me in C# and Java is the void type. Basically the void type is not a subtype of object, which makes it giant. Now when…

Read more

Approval Testing

By gamlerhart September 22, 2011 .NET, java

Approval Testing is one of my newest discoveries. It is amazingly helpful and I wonder why it’s not more known and used. Image that you have a complex functionality which…

Read more

Single App-Instance in .NET

By gamlerhart February 14, 2011 .NET

Sometime it makes sense to enforce that only one instance of your application is running, for example a media player application. There are different ways to archive that. I just…

Read more

C# 5.0 Async-Feature: Unit Testing Part III, Avoid Void.

By gamlerhart November 11, 2010 .NET

Disclaimer: This post is based on the C# 5.0 CTP. Everything described here is subject to future changes. Last time I demonstrated that the synchronization context is also relevant for…

Read more

C# 5.0 Async-Feature: Unit Testing Part II, Synchronization-Context Again?

By gamlerhart November 8, 2010 .NET

Disclaimer: This post is based on the C# 5.0 CTP. Everything described here is subject to future changes. Last time we explored some implications of the C# asynchronous operations for…

Read more

C# 5.0 Async-Feature: Unit Testing, Part I

By gamlerhart November 4, 2010 .NET

Disclaimer: This post is based on the C# 5.0 CTP. Everything described here is subject to future changes. I’ve already discussed some implications of the async feature in my previous…

Read more

C# 5.0 Async-Feature: Be Aware Of The Synchronization-Context

By gamlerhart October 31, 2010 .NET

Disclaimer: This post is based on the C# 5.0 CTP. Everything described here is subject to future changes. The next version of C# and VB.NET will have support for asynchronous…

Read more

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

Soap & Skin, My Pal Satan, Erlang and nullptr

By gamlerhart November 1, 2009 channel 9, Media Zap Oh Snap

My Pal Satan is a little comedy web-series about a Donna and her roommate, Satan. However there are only six episodes =( On infoq.com a talk from Joe Armstrong about…

Read more

  • « Previous

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