Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
swdev:dotnet:start [2015/06/09 10:07]
ajdavis [Components]
swdev:dotnet:start [2016/09/14 16:30] (current)
smayr [Building]
Line 5: Line 5:
   * [[http://www.wpftutorial.net/|WPF Reference]]   * [[http://www.wpftutorial.net/|WPF Reference]]
   * [[http://blogs.microsoft.co.il/arik/2010/05/28/wpf-single-instance-application/|Mutex / Singleton Application]] - Take command line arguments from a second run attempt and pass them to the first instance.   * [[http://blogs.microsoft.co.il/arik/2010/05/28/wpf-single-instance-application/|Mutex / Singleton Application]] - Take command line arguments from a second run attempt and pass them to the first instance.
 +
 === Libraries & Technologies === === Libraries & Technologies ===
   * [[swdev:dotnet:Common CSharp Libraries|Common C# Libraries]]   * [[swdev:dotnet:Common CSharp Libraries|Common C# Libraries]]
Line 28: Line 29:
   * Unit Testing:   * Unit Testing:
     * [[swdev:dotnet:Unit Testing with NUnit]]     * [[swdev:dotnet:Unit Testing with NUnit]]
 +
 === Windows Forms === === Windows Forms ===
   * [[swdev:dotnet:WinForms:Basic Controls]]   * [[swdev:dotnet:WinForms:Basic Controls]]
   * [[swdev:dotnet:localization_using_resx_files#winforms_localization|Localization using WinForms]]   * [[swdev:dotnet:localization_using_resx_files#winforms_localization|Localization using WinForms]]
 +
 ===  WPF === ===  WPF ===
   * [[swdev:dotnet:WPF:Basic Controls]]   * [[swdev:dotnet:WPF:Basic Controls]]
Line 99: Line 102:
     * [[http://msdn.microsoft.com/en-us/library/ms752308.aspx|Routed Commands]]     * [[http://msdn.microsoft.com/en-us/library/ms752308.aspx|Routed Commands]]
     * [[http://msdn.microsoft.com/en-us/library/ms742806.aspx|Routed Events]]     * [[http://msdn.microsoft.com/en-us/library/ms742806.aspx|Routed Events]]
-==== Components ====+ 
 +=== Components ===
   * [[http://windowsclient.net/downloads/folders/controlgallery/tags/WPF+Controls/default.aspx|WPF Components]]   * [[http://windowsclient.net/downloads/folders/controlgallery/tags/WPF+Controls/default.aspx|WPF Components]]
   * [[http://fluidkit.codeplex.com/|FluidKit]]   * [[http://fluidkit.codeplex.com/|FluidKit]]
Line 111: Line 115:
     * AnkhSVN (Subversion Support for VS)     * AnkhSVN (Subversion Support for VS)
     * Behaviors SDK (XAML)     * Behaviors SDK (XAML)
 +    * Cordova Multiplatform Template (?)
     * DPack     * DPack
-    * NuGet+    * Get Xamarin 
 +    * GitHub Extension for VS 
 +    * Microsoft Visual C++ Cross-Platform Mobile Development (iOS) 
 +    * NuGet Package Manager for VS
       * CommonLibrary.NET       * CommonLibrary.NET
       * Extended WPF Toolkit       * Extended WPF Toolkit
Line 120: Line 128:
       * MahApps.Metro.Resources       * MahApps.Metro.Resources
       * Microsoft Async (to support await/async, dependent on .NET 4.0 patch [[https://support.microsoft.com/en-us/kb/2468871|KB2468871]]))       * Microsoft Async (to support await/async, dependent on .NET 4.0 patch [[https://support.microsoft.com/en-us/kb/2468871|KB2468871]]))
-    * Productivity Power Tools 2013+    * Productivity Power Tools 2015 
 +    * Visual Studio Tools for Apache Cordova 
 +    * Xamarin for Visual Studio
   * [[http://www.visifire.com|Visifire Charting (Open Source)]]   * [[http://www.visifire.com|Visifire Charting (Open Source)]]
   * [[http://code.msdn.microsoft.com/XAML/Wiki/View.aspx?title=Microsoft%20XAML%20Toolkit%20%20CTP%20-%20July%202010&referringTitle=Home|XAML Toolkit]]   * [[http://code.msdn.microsoft.com/XAML/Wiki/View.aspx?title=Microsoft%20XAML%20Toolkit%20%20CTP%20-%20July%202010&referringTitle=Home|XAML Toolkit]]
   * [[http://www.codeproject.com/KB/WPF/WPFJoshSmith.aspx|WPF.JoshSmith Library]]   * [[http://www.codeproject.com/KB/WPF/WPFJoshSmith.aspx|WPF.JoshSmith Library]]
   * [[http://waf.codeplex.com/documentation|Windows Application Foundation (WAF)]]   * [[http://waf.codeplex.com/documentation|Windows Application Foundation (WAF)]]
-==== Tutorials ====+ 
 +=== Tutorials ===
   * [[http://www.wpftutorial.net/Home.html|WPF Tutorial]] (and [[http://dotnetslackers.com/articles/silverlight/WPFTutorial.aspx|DotNetSlacker: WPF Tutorial]])   * [[http://www.wpftutorial.net/Home.html|WPF Tutorial]] (and [[http://dotnetslackers.com/articles/silverlight/WPFTutorial.aspx|DotNetSlacker: WPF Tutorial]])
   * [[http://windowsclient.net/wpfdesigner/articles/wpf-and-silverlight-layout-controls.aspx|WPF & Silverlight Layout Controls]]   * [[http://windowsclient.net/wpfdesigner/articles/wpf-and-silverlight-layout-controls.aspx|WPF & Silverlight Layout Controls]]
   * [[http://www.diranieh.com/NET_WPF/|WPF By Example]]   * [[http://www.diranieh.com/NET_WPF/|WPF By Example]]
   * [[http://www.wpfwiki.com|WPF Wiki]]   * [[http://www.wpfwiki.com|WPF Wiki]]
 +
 +=== Building ===
 +  * [[swdev:dotnet:Setup Build Machine]]
 +
  
 === Testing === === Testing ===