Differences between revisions 1 and 26 (spanning 25 versions)
Revision 1 as of 2010-08-31 00:03:15
Size: 184
Editor: 71-87-243-6
Comment:
Revision 26 as of 2019-03-07 15:23:20
Size: 1856
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * PatternsOfEnterpriseApplicationArchitecture
 * [[http://panopticoncentral.net/2011/05/16/seven-rules-for-beginning-programmers/|Seven Rules for Beginning Programmers]]
 * [[http://krainboltgreene.heroku.com/log/2|The Hackers Path]]

== Installed Apps ==

 * Team City is on [[http://hsc129.cs.southern.edu:8081|8081]]
 * Spiceworks is on [[http://hsc129.cs.southern.edu:8181|8181]].

== C# GUI Windows Forms Programming Tricks ==
 * /BindingRelatedObjectsToDataGridView
 * /ComboBoxTricks
 * [[/ICommand]]

== XNA programming ==
 
 * [[http://stackoverflow.com/questions/10881005/how-to-install-xna-game-studio-on-visual-studio-2012|Installing XNA on VS 2012]]
 * [[http://www.riemers.net/|Tutorials for 3D programming]]
 * [[http://en.wikibooks.org/wiki/Game_Creation_with_XNA/3D_Development/Importing_Models|Developing and Importing 3D Models for XNA]]

== C# WPF Binding ==
 * /BindingToAnElement (Bind the property of an element like a text box's Text property to another wpf element's property
 * [[/INotifyPropertyChanged]]

== C# MVC Tutorials and Videos ==

 * MVC 5, Identity 2.x and .NET 4.5 - /ChangeIdentityDatabase
 * [[http://www.youtube.com/watch?v=WzJQtG8dhso|MVC 4 What's new Video]]
 * [[http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/accessing-your-models-data-from-a-controller|Asp.net mvc tutorials (somewhere in the middle)]]

== Android Development ==

 * See /AndroidDevelopment

== HTML and other Development Tools ==

 * [[http://jsfiddle.net/|Java Script Developer Tool]]
 * [[http://www.fiddler2.com/fiddler2/|Fiddler 2 Proxy tool]]
 * [[http://ckeditor.com/|CKEditor - HTML]]

ProgrammingLinks

Contains a list of links and pages related to programming - mostly in C#.

Installed Apps

  • Team City is on 8081

  • Spiceworks is on 8181.

C# GUI Windows Forms Programming Tricks

XNA programming

C# WPF Binding

C# MVC Tutorials and Videos

Android Development

HTML and other Development Tools

ProgrammingLinks (last edited 2022-02-20 23:33:39 by scot)