Lecture 20 | Programming Methodology (Stanford University)
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami introduces a new topic “GUI” or Graphical User Interface.
Programming Videos and Tutorials
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami introduces a new topic “GUI” or Graphical User Interface.
In this episode we will walk you though how to do contextual binding with StructureMap 2.5. What is Contextual Binding? Contextual Binding is the ability to switch out different concrete implementations of a service (i.e. class) at runtime depending on the context in which they are used. http://www.dimecasts.net/Content/WatchEpisode/48
Scala is a new programming language which fuses object-oriented and functional programming while staying completely interoperable with Java. In this talk, I give an introduction to Scala and demonstrate how it helps solving some hard problems in the construction of component systems. Martin Odersky is a professor at EPFL in …
In this episode we take a look at how to setup and configure StructureMap for dependency injection. We will review how to configure your dependencies 2 different ways. First we will review how to use StructureMaps configuration Files and then we will review how to use the built in DSL …
This is a screen cast, of Micah writing code to implement Langston’s Ant, BDD style. He uses the shiny new RubyMine IDE for development, and Limelight to run the simulation. In martial arts, the techniques performed in kata are not always by the book. There is an aspect of art, …
John Nuechterlein puts Inversion of Control (IoC) containers under the spotlight. If you have been noticing the increasing buzz around this technology but never had a chance to see what it is and how it can be used, this is your chance to see: * An overview of what IoC …