The Israeli Guide to F# INFO
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.
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.
This spring semester (Spring 2012) I am going to deliver in Tel-Hai college a course that covers advance topics in cloud computing using the .NET platform. This course is delivered as part of Tel-Hai Computers Science BSc academic program. The main topics we are going to cover in this course are: Active Server Pages (ASP) Windows [...]
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.
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.
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 video clips below were prepared as part of this topic.
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 [...]
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 [...]
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.
We can easily handle the various mouse events by referring their events. These events are usually available as properties of the elements we work with. The following code sample access those properties using their corresponding attributes in the XAML code. The XAML file: <UserControl x:Class=”SilverlightApplication13.MainPage” xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml”> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition></ColumnDefinition> <ColumnDefinition></ColumnDefinition> </Grid.ColumnDefinitions> <Canvas x:Name=”Surface” Grid.Column=”0″> [...]
During the coming semester (Autumn 2011) I am going to deliver a detailed C# course in Tel-Hai. This course is delivered as part of Tel-Hai Computers Science BSc academic program. It is an introductory course to software development using the .NET framework and the C# programming language. We are going to cover the fundamental topics [...]