“Oslo” – Microsoft’s Modeling Platform
Paul Vick provides an overview of “Oslo”– the tool, the language, and the relational repository. Learn what it is, how it works, and why it matters.
Software Architecture Videos and Tutorials
Paul Vick provides an overview of “Oslo”– the tool, the language, and the relational repository. Learn what it is, how it works, and why it matters.
Mano Marks shows you how to get started with App Engine in Eclipse.
In this episode you will learn about you will learn how to set up your configuration for NHibernate. We will also show you how to bootstrap NHibernate in your code by configuring it and then creating the ISessionFactory. http://www.dimecasts.net/Casts/WatchEpisode/53
In this episode you will learn about how to install NHibernate as well as how get started with XML mappings to your object domain model. You will learn how to map a class to a table, specify the primary key/identifier, and map properties to columns. http://www.dimecasts.net/Casts/WatchEpisode/51
In this episode, you will learn about the reasons why you might use an Object/Relational Mapper (ORM). You will also hear why NHibernate is a particularly good ORM, when it is appropriate to use NHibernate and when it is NOT appropriate to use NHibernate. Finally, you will hear why you …