Just Your Average Geek

Currently nuts about Javascript, C# and Patterns

  • HOME
  • About

Archive for September, 2009

C# Conditional Operator versus Null-Coalescing Operator

  • September 6th, 2009
  • Posted in C#
  • By Michel van der Weide

In javascript I often use a phrase like this: var text = tempText || “No Text Given”; With this phrase we assign the value of tempText to the variable text. If tempText is null we assign “No Text Given” to the text variable. To do the same trick in C# I was using the Conditional [ READ MORE ]

Just your average geek?

Welcome to my blog.

This blog will mainly be used to tell you about all the nice things I learn in daily life which I want to share with all of you. Of course this will be about coding. C# code and Javascript, because that is what I am currently nuts about.

Read more about the author on the about page.
RSS FEED

Recent entry

  • 2011-03-04
  • Property changed event on Javascript objects.
  • 2011-01-20
  • Converting a negative Integer to String with leading zeros
  • 2011-01-02
  • Hierarchical Ordering – Dependency Walker
  • 2010-03-18
  • ComVisible class with a non ComVisible baseclass
  • 2010-03-04
  • Winforms with a WebBrowserControl, Fun with ObjectForScripting

Archive

  • March 2011
  • January 2011
  • March 2010
  • February 2010
  • January 2010
  • September 2009
  • July 2009

Category

  • C#
  • ExtAppBuilder
  • ExtJS
  • JavaScript
  • Patterns
  • WinForms
  • Copyright © 2010 Just Your Average Geek
  • Theme designed by mono-lab
  • Powerd by WordPress