Vincent Leung .NET Tech Clips

The latest tech clips from the .NET community

An Early Look at Silverlight Model-View-ViewModel Toolkit 1

 

The toolkit includes:

  • A Visual Studio 2008 Project Template
  • Silverlight Command Implementation
  • ViewModelBase that implements INotifyPropertyChanged interface

Download : SilverlightModelViewApplication.zip (15 KB)

Via 

Michael Sync » An Early Look at Silverlight Model-View-ViewModel Toolkit 1

June 18, 2009 Posted by | MVVM, Silverlight | Leave a Comment

Running NUnit 2.5 against Visual Studio 2010 .Net 4 code

 

I discovered that if you add the following to the relevant NUnit config file you can run a test dll built for .NET 4.0 in Visual Studio 2010 beta

Under <configuration> add:

<startup>
  <requiredRuntime version="v4.0.20506" />
</startup>

and under <runtime> add:

<loadFromRemoteSources enabled="true" />

June 18, 2009 Posted by | NUnit, TDD, VS2010 | 10 Comments

   

Follow

Get every new post delivered to your Inbox.