232
Comment:
|
1287
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= ProgrammingLinks = | = Programming Links = * /IdentityServer4 |
Line 7: | Line 9: |
* [[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]] == 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 == 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]] |
Programming Links
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