DCSIMG
December 2011 - Posts - Life Michael

December 2011 - Posts

The Difference Between The Greedy and The Lazy Quantifiers in C#

If you are doing your first steps learning how to use regular expressions in your code, most likely you have already encountered the question regarding the difference between the greedy and the lazy quantifiers. This video clip explains the difference between the two.

The source code as well as more video clips are available at www.abelski.com where you can find a huge range of courses available for free personal usage.

The Israeli Guide to PHP

During the last three years I have been working a short practical guide for learning PHP. The guide includes texts and video clips. The texts were written in Hebrew. The video clips were taken in Hebrew as well. You can find it at www.PHPBook.co.il.

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

The out Modifier in C#

When declaring a method we can mark any of its parameters with the 'out' modifier. Doing so, we get the same effect as if we were using the 'ref' modifier instead. The only difference is been capable of passing over a variable that wasn't initialized. The following video clip (hebrew) shows that.

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

Posted by life | with no comments

The Israeli Guide to Azure

I have recently started to work on writing a short practical guide that teaches how to develop applications for the Azure platform. It includes texts and video clips. You can find it at www.AzureBook.co.il.

Posted by life | with no comments