DCSIMG
February 2012 - Posts - Life Michael

February 2012 - Posts

Regular Expression in C#

Instantiating Regex we get an object that represents a specific regular expression. Working with this object significantly improves the performance of our code. The following video clips show how to do that.

These video clips were developed as part of the 'C# Fundamentals' course. This course is available for free personal and academic usage at www.abelski.com.

Posted by life | with no comments

Command Lines Arguments in C#

Executing a stand alone application developed in C# from the command line we can pass over arguments directly to the Main method. This capability is highly useful when developing utilities as stand alone applications. The following video clip (hebrew) explains it.

More video clip (hebrew) about fundamental topics in C# can be found at www.CSharpBook.co.il.

Posted by life | with no comments
תגים:, ,

The Israeli Guide to F#

I have recently started to work on writing a short practical guide that teaches F#. It includes texts and video clips. You can find it at www.FSharpBook.co.il.

Posted by life | with no comments