Introduction to Rake
In this screencast Mohammad Azam introduces Rake. Rake is a build framework for Ruby language but it can also be used to build, compile .NET applications.
In this screencast Mohammad Azam introduces Rake. Rake is a build framework for Ruby language but it can also be used to build, compile .NET applications.
In this episode we are going to take a look at how to implement the NHibernate.Burrow session management library. NHibernate.Burrow is a light weight middleware developed to support .Net applications using NHibernate by providing advanced and smart session/transaction management and other facilitates. http://www.dimecasts.net/Content/WatchEpisode/165
SQL Server expert Eric Johnson teaches “Accidental DBAs” the basic building blocks of SQL Server maintenance in a no-nonsense, approachable way. Topics include installation, database overview, backing up and restoring databases and more.
This screencast demonstrates how to get started with Ajax in ASP.NET MVC Framework.
David Durant and Paul Yao discuss the relationship between the Windows Mobile platform and the .NET Compact Framework 3.5. Learn about their thoughts on the iPhone platform.
In this episode we are going to take a look at how to use manual mocks for testing. Often times when creating unit tests we need to work in isolation in order to cover the paths we are attempting to test. When we want to test in isolation you can …