Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Category: <span>Open Source Tools</span>

Learning to use Fluent NHibernate: Getting started with your first mappings

This episode starts a short series on how to use the FluentNHibernate library to create you NHibernate mapping files. We will walk you though creating very simple mappings and showing you how they work when using FluentNhibernate. This is NOT meant to teach you how to use the NHibernate OR/M. …

jQuery for Absolute Beginners Day 10

It’s time to start digging into jQuery AJAX capabilities. Today, we’ll start off as simply as we can. We’ll store information on one page, and then load that specific information from another page! We’ll accomplish this by using jQuery “load()” method. http://blog.themeforest.net/tutorials/jquery-for-absolute-beginners-day-10/

Practical Thin Server Architecture Using Dojo

Dojo is arguable the most feature-complete ajax toolkit today. Using Dojo’s data stores to create a clean separation of concerns from the server-side, this talk gives practical advice for impementing all rendering of data in the browser, leading to a much thinner server, which focus on business-logic only. Talks given …