Blogs1 - 10 of 16 recent posts for tag:Bootstrapper
27
Jan
2012
Tras reconocer dedos, huellas y caras, ahora le toca el turno a los pies

15 days ago by Dani Burón

Pinche aquí para ver el vídeo Los pies son, desafortunadamente, los grandes olvidados de nuestro cuerpo, pero ahora la tecnología quiere darles la posición relevante que se merecen con el reconocimiento de pies. Un sistema que, similar al reconocimiento de caras y huellas dactilares, quiere detectar ...

Gizmodo ES - gizmodo.es · Rank: 1,220 · 2632 references

26
Jan
2012
Foot Recognition Is the New Face Recognition [Video]

15 days ago by Andrew Liszewski

The problem with a multi-user tabletop computer is that it's difficult for the software to keep track of who's using it. Unless you strap a Kinect sensor to the underside that lets it make note of their footwear choices. More »

Gizmodo - gizmodo.com · Rank: 5 · 10815 references

24
Jan
2012
Bootstrapper Helps Tabletop Computers Recognize Users

18 days ago by Ishan Topre

Is it possible to distinguish users using single touch screen device? Won’t it be interesting to have a system similar to face recognition, that can also save user preferences? The... Read more »

CrazyEngineers - crazyengineers.com · Rank: 8,951 · 174 references

08
Dec
2011
bbv.Common.Bootstrapper Tutorial Part 5

65 days ago by Daniel Marbach

Configuration sections The bootstrapper supports loading of configuration sections through behaviors. The behaviors responsible for loading configuration sections must be applied in the begin section of the run syntax. ConfigurationSection To be able to load configuration sections the ConfigurationS ...

planetgeek.ch - planetgeek.ch · Rank: 155,051 · 16 references

05
Dec
2011
bbv.Common.Bootstrapper Tutorial Part 4

68 days ago by Daniel Marbach

Strategy The strategy defines the order of execution for extension points and behaviors. The custom strategy must inherit from IStrategy. For convenience, use the provided abstract base class AbstractStrategy{TExtension} which simplifies defining a custom strategy. The strategy could look like the f ...

planetgeek.ch - planetgeek.ch · Rank: 155,051 · 16 references

04
Dec
2011
bbv.Common.Bootstrapper Tutorial Part 3

69 days ago by Daniel Marbach

Behaviors Behaviors allow extending the bootstrapping process in an aspect oriented style. Behaviors gain access to extensions which are participating in the bootstrapper process and can therefore influence them for example by injecting additional runtime information into an extension. Behaviors mus ...

planetgeek.ch - planetgeek.ch · Rank: 155,051 · 16 references

03
Dec
2011
bbv.Common.Bootstrapper Tutorial Part 2

70 days ago by Daniel Marbach

Advanced The bootstrapper can do more! Let us look into a more complex scenario. Often it is required to collect context information during the bootstrapping process and pass this information to the extension points. Imagine you are using an inversion of control container which intakes IModule imple ...

planetgeek.ch - planetgeek.ch · Rank: 155,051 · 16 references

02
Dec
2011
bbv.Common.Bootstrapper Tutorial Part 1

71 days ago by Daniel Marbach

Introduction To get started with the bootstrapper you need the following three things: Extension interface Strategy Bootstrapper setup Extension interface The extension interface defines the extension points which are called by the bootstrapper. The custom extension interface must inherit from IExte ...

planetgeek.ch - planetgeek.ch · Rank: 155,051 · 16 references

24
Oct
2011
bbv.Common.Bootstrapper: Introduction

110 days ago by Daniel Marbach

There’s a new kid around the block! The bbv.Common library contains now a generic bootstrapper implementation. The bootstrapper provides a simple and flexible way to make your application’s startup and shutdown behavior pluggable and extendable. As usual the bootstrapper package comes along with hig ...

planetgeek.ch - planetgeek.ch · Rank: 155,051 · 16 references

15
Sep
2011
Always install as Administrator

149 days ago by Cosmin Pirvu

When pressing Install button during an MSI installation Windows Installer automatically decides if the process requires elevation or not. If it does require elevation, your InstallExecuteSequence is pretty much covered when it comes to privileges. However, some installers also need elevation during ...

Setup And Deployment Blog - setupanddeployment.com · 1 reference

Previous12