Skip to content (Press Enter)

Mvvmlight

Blog about accelerating the creation and development of MVVM applications

  • Home
  • About
  • Blog
    • WPF applications
    • Silverlight
    • Installing
    • Creation and development
  • Contact
  • Home
  • About
  • Blog
    • WPF applications
    • Silverlight
    • Installing
    • Creation and development
  • Contact

Category: Silverlight

While many developers may think of Silverlight as a purely Web-centric technology, in practice it has become a great platform for creating applications of all types.

manager

View Model class

Jensen CarlNovember 13, 2023Silverlight

The representation model in the MVVM pattern encapsulates the logic of the representation and the data to be displayed.

Read More
programmer

Presentation class

Jensen CarlNovember 7, 2023Silverlight

It is the responsibility of the view to determine the structure and appearance of what the user sees on the screen.

Read More
laptop

Creating Web pages and applications with Microsoft Silverlight

Jensen CarlOctober 18, 2023Silverlight

Microsoft is one of the leaders in developing quality software. One of such products is Microsoft Silverlight.

Read More
laptop

Silverlight templates

Jensen CarlOctober 8, 2023Silverlight

Now, with the release of Silverlight 2, the number of applications based on this technology is increasing, but at the same time, certain growth challenges have emerged.

Read More

Main links

  • Home
  • About
  • Contact
  • Privacy Policy

Categories

  • Creation and development
  • Installing
  • Silverlight
  • WPF applications

Recent Posts

  • What makes MVVM good?
  • MV*-patterns in web application development
  • Integrating third-party libraries to speed up development in WPF

The primary use case for MVVM is graphical user interface (GUI) programming. It is used for simple event-driven programming of user interfaces by decoupling View from the data-driven backend logic.

© Copyright 2025 Mvvmlight. Privacy Policy