Size: 1097
Comment:
|
← Revision 39 as of 2025-02-18 23:29:03 ⇥
Size: 1037
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
== Programming Project == |
|
Line 4: | Line 6: |
* /TheGrader (This is the documentation for my gradescope replacement | |
Line 10: | Line 13: |
== C# WPF Binding == | == C# Database and Related == * /ConsoleDatabaseExampleEf8 (2025) * /RazorPagesDatabaseFirstEf8 (2025) |
Line 19: | Line 24: |
* [[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)]] |
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# Database and Related
/ConsoleDatabaseExampleEf8 (2025)
/RazorPagesDatabaseFirstEf8 (2025)
/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