DCSIMG
January 2012 - Posts - Life Michael

January 2012 - Posts

The C# RegexOptions Enumeration

The following video clip explains how to use the RegexOption enumeration in order to tweak the regular expression behavior.

This video clip was developed as part of the "C# Fundamentals" course available for free personal usage at www.abelski.com.

Posted by life | with no comments

By Reference Parameters in C#

When defining a method in C# we can mark its parameters with the 'ref' modifier. Doing so, calling the method marking the variable we pass over with 'ref' the variable will be passed over by reference. The following video clip (hebrew) explains that.

More video clips (hebrew) can be found at www.CSharpBook.co.il.

Posted by life | with no comments