Mosh-Production's Blog

May 3, 2009

A little more about us

Filed under: General Posts — Mosh Productions @ 8:04 pm

Nice Fractal

Hello and welcome to our blog!
In this blog we will share with the world:
  • Cute little coding projects that we are working on.
  • Cute little stories from the classroom.
  • And A little about the life of a student in Israel 2009 Post elections.

We will be happy to hear from you!

Catch ya later,
Shani.


BTW: Code on this weblog will be in CSharp and FSharp only. Sorry.
Well…. Not THAT sorry…..
For example our Event Logging Library:

///
/// Singleton class for logging events throughout the application
///
public class EventLogger
{
private static string FILENAMEBASE = ApplicationConfiguration.GetConfiguration.LogFilePrefix;

public static void SetFileNameBase(string newValue)
{
FILENAMEBASE = newValue;
}

//static member - singleton instance
private static EventLogger _instance;
//... Snipped
}

More To Come….

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.