C# Named Parameters PRO
As of C# 4.0 we can call a function and specify for each and every argument we pass over in our call the parameter it targets. We can take advantage of this capability when dealing with functions that were defined with optional parameters. The following video clip explains this possibility. I have just completed to […]
C# Optional Parameters PRO
As of C# 4.0 we can define a function and set default values for the parameters we choose. Doing so, those parameters become optional ones. When calling the function we don’t have to pass over values to those parameters. The following video clip explains this possibility. I have just completed to update my C# Fundamentals […]
HIT Scala Programming Course Autumn 2010 ACD
During the coming semester I am going to deliver the Java & Scala Programming course in HIT. Its official name is ‘Internet Programming’. It is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are […]
Shenkar Scala Programming Course Autumn 2010 ACD
During the 2010 Autumn semester I am going to deliver the Java & Scala Programming course in Shenkar (www.shenkar.ac.il). This course is delivered as part Shenkar’s Software Engineering BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are going […]
Introduction to Facebook Places SOC
Facebook has announced about a new service that allows its users to update their friends about their geographic location, similarly to GoWalla and Foursquare. Although this new service is a true alternative to GoWalla and Foursquare services, the laters chose to team up with Facebook and have already announced they will connect their services with Facebook […]
Scala. Bridging The .NET and Java EE Worlds. BIZ
Scala is an object oriented and a functional programming language. If you already know Java or C# you will find Scala an easy to learn and a powerful one. Most of the new features that were added in C# (comparing with Java) exist as well, and apart of enjoying the power of OOP you will […]
The IdeaPad Windows 7 Based Tablet INFO
The Lenovo Ideapad U1 is the first hybrid notebook in the world. It can functions both as a notebook and a tablet. It runs on the Windows 7 operating system. The applications developed for this tablet are the same applications developed for any personal computer running on the Windwos 7 operating system.
Introduction to JAAS INFO
I am glad to announce about “Introduction to JAAS” new course available for free at www.abelski.com. The JavaTM Authentication and Authorization Service (JAAS) is used to authenticate the user (reliably and securely determine who is currently using the code) and to authorize him (ensure the user has the required permission). This course overviews the authorization and the authentication […]
HIT Scala Programming Course Summer 2010 ACD
During the 2010 Summer semester I am going to deliver the Internet Programming course in HIT. This course is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java programming language and continues with a detailed coverage of Scala. The topics we are going to cover in Scala include the […]
Java SE Efficient Programming INFO
I am glad to announce about “Java SE Efficient Programming” new course available for free at www.abelski.com. This course covers the most important techniques for designing and constructing better Java SE applications. Each technique is thoroughly explained and presented together with a code example. Using these techniques your code will be clear, correct, usable, robust, […]