Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Silverlight Tips & Tricks: Make Silverlight DataGrid be more MVVM friendly =)

    Today one guy from our dev team met some problems with binding of datagrid selected items. Because of SelectedItems is readonly property, we cannot create two way binding for it. After a short discussion we decided to create DataGridSelectedChanged command behavior which will inform our model about selected...
    Posted to Alexey Zakharov's Blog (Weblog) by brainbox on 06-06-2009, 12:00 AM
    Filed under: C#, Silverlight, Tips & Tricks, Prism, MVVM
  • Programming Silverlight with MVVM pattern using Prism

    Here’s what I wanted to do: A Silverlight project User logs in A service runs and displays data upon successful login Quite simple right? In ‘pure’ Silverlight, one could probably do this in like 15 minutes, but I wanted to do this using Prism following the MVVM (Model-View-ViewModel) pattern. I added...
    Posted to IBloggable - implemented (Weblog) by nmarun on 11-01-2009, 12:00 AM
    Filed under: Silverlight, C#, MVVM, Prism V2
  • VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms

    For some reason the family of design patterns that exist around the Model View Controller pattern seem to be an elusive band of characters. The first time I encountered Model View Controller I studied the text hard trying to understand how the Strategy , Observer and Composite patterns worked together...
    Posted to Craig Shoemaker (Weblog) by craigshoemaker on 11-03-2009, 12:00 AM
    Filed under: ASP.NET, Design Patterns, AJAX, WPF, MVC, windows forms, .NET, Silverlight, MVVM
  • Hands-On Model-View-ViewModel (MVVM) for Silverlight and WPF

    Over the years I have spent a fair amount of time thinking about design patterns surrounding the presentation layer . Just as your values as a grown-up are often determined by experiences you have as a child – I think my interest in these patterns stem from frustrations I had as a newbie developer. When...
    Posted to Craig Shoemaker (Weblog) by craigshoemaker on 02-26-2009, 12:00 AM
    Filed under: Design Patterns, Architecture, Podcast, WPF, Silverlight, Pixel8, MVVM
  • Prism - MVVM - Silverlight gotcha's

    This is an extension to my previous blog where I showed my first application using Prism and Silverlight. As for this article, I just want to share the "gotcha's" I learned through a slightly more complex and a real-world (ish) application. See the entire source code here and when you run it...
    Posted to IBloggable - implemented (Weblog) by nmarun on 11-11-2009, 12:00 AM
    Filed under: Silverlight, C#, MVVM, Prism V2
  • MVVM Light Toolkit V3 Alpha 3 for WPF4/SL4

    Laurent Bugnion just published MVVM Light Toolkit V3 Alpha 3 which support WPF 4 and Silverlight 4! I published, yesterday a short post in French on my Tech Head Brothers portal about Silverlight 4 Beta, Drop Target et MVVM which shows the usage of this new version of EventToCommand combined with Silverlight...
    Posted to Laurent Kempé (Weblog) by lkempe on 12-01-2009, 12:00 AM
    Filed under: Silverlight, MVVM
  • Using ICommand – Silverlight 4

    Another article in the ‘- Silverlight 4’ series (read the first two here: DragNDrop, Right-Click Save As and Local File Access ). In this one we’ll talk about using the ICommand feature, now implemented in Silverlight. Read the announcement in Tim Heuer’s own words here . The commanding infrastructure...
    Posted to IBloggable - implemented (Weblog) by nmarun on 12-02-2009, 12:00 AM
    Filed under: Silverlight, C#, MVVM
  • Getting Started with the MVVM Pattern in Silverlight Applications

    With the increasing popularity of Silverlight as an application development framework the discussion of patterns has grown louder and louder. Fortunately the majority of developers building Silverlight applications have agreed on a pattern that fits well in the Silverlight world called Model-View-ViewModel...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 12-08-2009, 12:00 AM
    Filed under: C#, Silverlight, Architecture, MVVM
  • Using Autofac as an IoC Container in Silverlight Applications

    The subject of Dependency Injection (DI) and Inversion of Control (IoC) containers has received a lot of attention over the last few years.  Building applications that are loosely coupled has become more and more popular (and for good reason) especially in applications that have a lot of dependencies...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 01-03-2010, 12:00 AM
    Filed under: .NET, Silverlight, MVVM, IoC
  • Need a Little Help from My Developer Friends Out There!

    UPDATE : Thanks to everyone who voted! It looks like I'll be presenting on Syncing Audio, Video and Animations in Silverlight Applications at MIX10. MIX10 is right around the corner which should be a lot of fun especially if you’re interested in Web and Rich Internet Application (RIA) development. If...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 01-05-2010, 12:00 AM
    Filed under: ASP.NET AJAX, .NET, Silverlight, ASP.NET MVC, RIA Services, MVVM
Page 1 of 4 (32 items) 1 2 3 4 Next >