Gamlor

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

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

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

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

Argument Validation Utility

By gamlerhart April 27, 2009 .NET, software-development

A while ago I’ve found a nice way to implement argument validation on the Paint.Net-blog. Its a fluent-interface like this: public void CallMe(object sender,int size, string name) { Validate.Begin() .IsType<Guid>(sender,…

Read more

Why I can’t wait to get dynamic in C#

By gamlerhart April 21, 2009 .NET, software-development

Just wrote again really ugly reflection based code. In such moments I really wish that the ‘dynamic’-type is already here. I wanted to make this statement, but replace the MyServiceResolvedAtRuntime…

Read more

db4o object database

By gamlerhart April 16, 2009 .NET, software-development

I’ve looked for a small embedded, easy to use data store for implementing my small software-engineering course project. Of course I’ve looked at MS SQL Server, which works great together…

Read more

FxCop

By gamlerhart February 18, 2009 .NET, software-development

I’m a fan of static analysis because whem I’m writing code in a statically typed language I want to get the most of it. So I’m a huge fan of…

Read more

  • 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