Skip to content

jogibear9988/MyToolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyToolkit for .NET

MyToolkit is a set of .NET libraries containing lots of useful classes for various .NET platforms like WinRT (Universal 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. The project is developed and maintained by Rico Suter.

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.

Check my blog for other programming stuff on my website at http://blog.rsuter.com.

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.Extended.Uwp (Universal Windows Platform: Windows 10, Windows 10 Mobile)

MyToolkit.VS2013.sln

  • MyToolkit (PCL: UWP, W8, WP8.1, .NET 4.5, WP8SL)
  • MyToolkit.AspNet.Mvc (ASP.NET MVC 5.x)
  • 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 and open the MyToolkit.sln solution.

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

Packages

No packages published

Languages

  • C# 100.0%