• Stars
    star
    132
  • Rank 272,955 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 10 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A small MVVM library for WPF built on top of MahApps.Metro, supporting .NET Framework >= 4.7.2 and .NET Core >= 3

TinyLittleMvvm

This is a small MVVM library I wrote, because I implemented the same stuff over and over again in several projects.

I tried Caliburn Micro, MVVM Light and others, but none of them met my demands satisfactory.

My requirements were:

The main purpose of this library is to speed up the development of small to midsize WPF applications using MahApps.Metro.

With the second major release the focus shifts somewhat. The main package, TinyLittleMvvm, concentrates on making WPF more MVVM-friendly. All features related to MahApps.Metro have been moved to a separate package, TinyLittleMvvm.MahAppsMetro.

Features

TinyLittleMvvm provides following features:

Builds and Packages

Channel Build NuGet Package
Unstable Build Nuget (with prereleases)
Stable Build Nuget

More Repositories

1

7Zip4Powershell

Powershell module for creating and extracting 7-Zip archives
C#
351
star
2

AerialForWindows

Aerial For Windows is a Windows screen saver based on the new Apple TV screen saver
C#
34
star
3

Solutionizer

Creating ad-hoc solutions for Visual Studio.
C#
25
star
4

StickyWindows

Make your top-level windows stick when moved or resized.
C#
24
star
5

TaskbarItemOverlay

A WPF sample application demonstrating an attached property to set an toolbarbutton overlay
C#
12
star
6

NDepCheck

NDepCheck is a tool that helps you to keep the (static) architecture of a .NET software clean. You specify allowed dependencies between namespaces, classes, or even methods, and NDepCheck will check whether the dependencies are violated somewhere.
C#
12
star
7

WebBrowserHelper

A sample application demonstrating an attached property for WPF's WebBrowser control
C#
11
star
8

CrossThreadingTests

Async/await in Desktop Applications
C#
6
star
9

GitHubIgnoreWhitespacesForChrome

Chrome extension to force diff views on GitHub to ignore whitespaces
JavaScript
2
star
10

Extensions.DependencyInjection

Extensions for Microsoft.Extensions.DependencyInjection
C#
2
star
11

NestedContainersAndSignalR

Sample application to demonstrate using SignalR in nested Autofac containers.
C#
2
star
12

SkypeForBusinessSample

This repository demonstrates why the Lync Client SDK is NOT suitable for writing bots for Lync/Skype for Business.
C#
1
star
13

CreateAssemblyInfoFromGit

Creates a AssemblyInfo file with version generated from git
C#
1
star
14

Pretzel.MarkdownIt

An alternative markdown engine for Pretzel
JavaScript
1
star
15

DurableFunctionsMeetupRosenheim

1
star
16

WebConsoleDemo

The purpose of this project is to demonstrate how a web application could run remote processes on remote machines using SignalR Core.
C#
1
star