Description
Toolkit for Windows Phone, Silverlight and WPF. This library contains some useful classes programmed or collected by Rico Suter.
If you want to participate in the work, have found some bugs or have other comments, feel free to send me an e-mail (can be found on
http://rsuter.com). I don't want money for the code but if you use it, please put a link to this codeplex site in the source code.
Check my blog for other programming stuff:
http://blog.rsuter.com
NuGet (recommended)
Search for
- MyToolkit.Phone
- MyToolkit.Phone.Light for a minimized version which can be used in background agents
Other targets (WinRT, WPF, Web, etc.) have to checked out with SVN and compiled locally.
If you have a problem loading the package, try installing the newest version of NuGet in MS Visual Studio. If you can't update your NuGet extension, try uninstalling and reinstalling it.
Compilation of the source code
IMPORTANT: The silverlight toolkit for windows phone is required to compile and use this the
MyToolkit.Phone library
http://silverlight.codeplex.comTo get the library (DLL) for the toolkit, check out the SVN repository from
https://mytoolkit.svn.codeplex.com/svn (use tortoise svn
http://tortoisesvn.tigris.org/ for example) and compile it on your computer. Then use the generated DLL in your project.