(X) Hide this Watch a recording of the recent webinar by Brian Noyes: Querying and Updating Data From Silverlight Clients with WCF RIA Services
See the recording | Read WCF RIA Services Article series by Brian Noyes | More SilverlightShow webinars
Become a member to receive all webinar news by email, or follow all webinar news on Twitter | Facebook | LinkedIn
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 2 results for Ninject.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Dec 20, 2010 (1 month ago)
    In this tutorials Timmy Kokke shows you how to use Dependency Injection when building a Silverlight application using the MVVM pattern.

    Source: Timmy Kokke's Blog

    There are numerous Dependency Injection Frameworks. For this tutorial I’ve chosen Ninject. The main idea on how to implement DI in your application is pretty much the same for all frameworks. In this tutorial I hope I can give you a small introduction in using Ninject in you projects.

    Ninject is an open source project which can be found at www.ninject.org. Ninject is also available through the NuGet tool in Visual Studio. Have look at my NuGet tutorial on how to get it through that.




  • 0 comments  /  posted by  Silverlight Show  on  Feb 11, 2009 (more than a year ago)

    Maurice de Beijer will show you how to use Ninject with Silverlight to make your code more testable.

    When developing regular .NET code there are plenty of IOC containers to choose from. However when it comes down to Silverlight the choice isn’t quite as big. I am aware of only two IOC containers you can use with Silverlight, Ninject and Unity. In this example I am going to use Ninject but the same approach would be perfectly valid using Unity.