DCSIMG
Life Michael

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

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

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

Routed Events in Silverlight

I have recently completed to develop the Routed Events topic in my Silverlight course. The course community version is available for free personal usage at www.abelski.org. The professional version is available at www.abelski.com.

Posted by life | with no comments

Navigation in Silverlight

I have recently completed to develop the Navigation topic in my Silverlight Basics course. You can find the community free version (for personal usage) at www.abelski.org. The professional version can be found at www.abelski.com. The following video clips below were prepared as part of this topic.

Posted by life | with no comments

The Silverlight Application Model

I have recently completed to develop the 6th topic of my Silverlight Basics course. It covers the application model in a Silverlight application. The community version of my course is available for free personal usage at www.abelski.org. The professional version is available at www.abelski.com.

The following two video clips were developed as part of this new topic. I will be more than happy to get your remarks.

Posted by life | with no comments

C# WebRequest Demo

The WebRequest class provides us with a simple way for sending a request to HTTP server and get a reply. The following video clip shows and explains how to do it.

Please don't hesitate and place questions you have regarding this clip through YouTube comments platform and I will update the clip accordingly.

More video clips can be found at and at www.CSharpBook.co.il.

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

The Israeli Guide to UML

I have recently started to work on writing a short practical guide that teaches UML. The guide includes texts and video clips. The texts were written in Hebrew. The video clips were taken in Hebre as well. You can find it at www.UMLBook.co.il.

Posted by life | with no comments

Dependency Properties in Silverlight

I have just completed to develop the Dependency Properties topic in my Silverlight course. The slides and the relevant video clips can be found for free personal usage in their community free version at www.abelski.org. The professional version of this course is available at www.abelski.com. The video clip below was prepared as part of this topic.

Layouts in Silverlight

I have recently completed to develop the Layout topic of my on going Silverlight course. You can find its community free version at www.abelski.org. The professional version is available at www.abelski.com.

Posted by life | with no comments
More Posts Next page »