484
Comment:
|
951
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= ProgrammingLinks = | = Programming Links = == Programming Project == * /IdentityServer4 * /TheGrader (This is the documentation for my gradescope replacement |
Line 8: | Line 13: |
== Installed Apps == | == C# WPF Binding == * [[/ICommand]] * /BindingToAnElement (Bind the property of an element like a text box's Text property to another wpf element's property * [[/INotifyPropertyChanged]] * /WpfDatabaseExample2021 |
Line 10: | Line 19: |
* Team City is on [[http://hsc129.cs.southern.edu:8081|8081]] * Spiceworks is on [[http://hsc129.cs.southern.edu:8181|8181]]. |
== C# MVC Tutorials and Videos == |
Line 13: | Line 21: |
== C# GUI Programming Tricks == * /BindingRelatedObjectsToDataGridView * /ComboBoxTricks |
* MVC 5, Identity 2.x and .NET 4.5 - /ChangeIdentityDatabase == 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]] |
Programming Links
Programming Project
/TheGrader (This is the documentation for my gradescope replacement
Contains a list of links and pages related to programming - mostly in C#.
C# WPF Binding
/BindingToAnElement (Bind the property of an element like a text box's Text property to another wpf element's property
C# MVC Tutorials and Videos
MVC 5, Identity 2.x and .NET 4.5 - /ChangeIdentityDatabase
Android Development