• Stars
    star
    335
  • Rank 121,524 (Top 3 %)
  • Language
    C#
  • License
    Microsoft Public ...
  • Created almost 9 years ago
  • Updated about 6 years ago

Reviews

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

Repository Details

MyToolkit for .NET

MyToolkit for .NET

NuGet Version

MyToolkit is a set of .NET libraries containing lots of useful classes for various .NET platforms like UWP/WinRT (Universal Windows Apps), Windows Phone and WPF. The goal is to provide missing or replace existing classes to support the development of high-quality Windows and Windows Phone applications. For example, the library provides often used MVVM infrastructure classes, missing UI controls, IoC classes, additional LINQ extension methods and much more.

Available classes and components

(This project has originally been hosted on CodePlex)

If you found some bugs or have other comments, please create a Pull Request or GitHub issue. The library is free to use, but please put a link to this GitHub site in the source code or your application.

The project is maintained and developed by Rico Suter and other contributors.

Installation

Using NuGet (recommended)

The MyToolkit project is separated into the following packages:

  • MyToolkit (PCL): MVVM classes, collections, everything which can be portable...
  • MyToolkit.Extended (UWP/WinRT/WP7/WP8/SL4/SL5/.Net4.5/(.NET4)): UI (e.g. controls) and framework dependent classes (e.g. Wake-On-Lan class). Don't use this assembly in Windows Phone background agents as some classes are not allowed in these projects. The YouTube classes can be found in this package...
  • MyToolkit.Http (PCL): Portable HTTP classes with GZIP and file upload support.
  • MyToolkit.Web (.NET4.5): .NET classes for Web/Server projects.
  • MyToolkit.AspNet.Mvc (.NET4.5): .NET classes for ASP.NET MVC projects.

Using template project

Not available yet.

Using ZIP download

Download the assemblies as ZIP file here.

Visual Studio solutions

The solutions can be found in the src directory:

MyToolkit.VS2015.sln

  • MyToolkit (PCL: UWP, W8, WP8.1, .NET 4.5, WP8SL)
  • MyToolkit.AspNet.Mvc (ASP.NET MVC 5.x)
  • MyToolkit.Extended (Shared Project)
  • MyToolkit.Extended.Uwp (Universal Windows Platform: Windows 10, Windows 10 Mobile)
  • MyToolkit.Extended.WinRT (PCL: W8.1, WP8.1)
  • MyToolkit.Extended.Wp8 (WP8SL)
  • MyToolkit.Extended.Wpf40 (.NET 4.0)
  • MyToolkit.Extended.Wpf45 (.NET 4.5)
  • MyToolkit.Extended.Http (PCL)
  • MyToolkit.Extended.MachineLearning.WinRT (PCL: W8.1, WP8.1)
  • MyToolkit.Web (.NET 4.5)

MyToolkit.VS2012.sln

  • MyToolkit.Extended.Sl5 (Silverlight 5)
  • MyToolkit.Extended.Wp7 (WP7SL)
  • MyToolkit.Http.Legacy (PCL: SL4, WP7SL, .NET 4)
  • MyToolkit.Legacy (PCL: SL4, WP7SL, .NET 4)

Supported frameworks:

Also check out the list with the Visual Studio projects and their dependencies.

Sample applications

There is a sample application for Windows Phone and WinRT which demonstrates various MyToolkit classes (MVVM, Paging, YouTube, etc...) as well as some Windows 8 features.

Clone or download the source code, open the MyToolkit.VS2015.sln and start the SampleUwpApp (Windows 10) or SampleWindowsStoreApp (Windows 8.1) application.

How to build the library

Projects which use MyToolkit libraries

List with some sample projects which use the MyToolkit libraries:

Donate

MyToolkit is a free project that is developed in spare time. You can show your appreciation for MyToolkit and support future development by donating.

Donate with PayPal

More Repositories

1

NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
C#
6,500
star
2

NJsonSchema

JSON Schema reader, generator and validator for .NET
C#
1,325
star
3

DNT

DNT (DotNetTools): Command line tools to manage .NET projects and solutions.
C#
397
star
4

VisualJsonEditor

A JSON schema based file editor for Windows.
C#
333
star
5

NuGetReferenceSwitcher

Visual Studio extension to switch between NuGet and project references.
C#
207
star
6

Namotion.Reflection

.NET library with advanced reflection APIs.
C#
202
star
7

SigSpec

Specification and code generator for SignalR Core.
C#
156
star
8

ProjectDependencyBrowser

Application to browse, sort, filter and launch your Visual Studio projects.
C#
46
star
9

Namotion.Messaging

.NET abstractions and implementations for message brokers, event queues and data ingestion services.
C#
46
star
10

Namotion.Storage

.NET abstractions and implementations for storage services like blob storages, file systems or object storages.
C#
35
star
11

PowerCmd

PowerCmd: The Windows Prompt replacement.
C#
33
star
12

NConsole

NConsole is a .NET library to parse command line arguments and execute commands.
C#
31
star
13

HomeBlaze

Home Automation with .NET/Blazor
C#
12
star
14

DotNetMicroservice

C#
11
star
15

InsideAsyncAwait

C#
8
star
16

aurelia-bs

Bootstrap UI (CSS framework) components for Aurelia JS.
TypeScript
7
star
17

ShopOnCore

C#
7
star
18

AureliaBootstrapDialogs

JavaScript
6
star
19

SampleOutputProcessorActionFilter

Sample application for a blog article.
C#
5
star
20

ScopeCheckingNinjectKernel

C#
3
star
21

DockerDemo

ASP.NET Core with Docker sample and tutorial
C#
3
star
22

SampleWcfService

Sample application for a blog article.
C#
3
star
23

VistoJS

Visto JavaScript Framework (VistoJS)
TypeScript
2
star
24

SampleSortableChildCollectionForm

Sample ASP.NET MVC application with edit form for an entity with a collection property.
CSS
2
star
25

SampleEfMigrationsApplication

C#
2
star
26

RicoSuter

1
star
27

SampleProjectRepository

Sample projects for package and dependency management tests.
C#
1
star
28

MdFileWiki

C#
1
star