User Tools

Site Tools


programming

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
programming [2020/10/19 01:56]
richard created
programming [2021/09/30 19:48]
richard [Programming and Development (Other stuff)]
Line 1: Line 1:
 ====== Computer Programming / Development ====== ====== Computer Programming / Development ======
  
 +===== C# =====
 +Microsoft Channel 9, C# Fundamentals for Absolute Beginners, Visual Studio Community 2015 \\
 +https://​channel9.msdn.com/​Series/​CSharp-Fundamentals-for-Absolute-Beginners\\
 +C# Fundamentals for Absolute Beginners, Visual Studio Express 2013\\
 +(old LearnVisualStudio.net from 2014, Bob Tabor)\\ ​
 +https://​channel9.msdn.com/​series/​C-Fundamentals-for-Absolute-Beginners/​\\
 +Udemy C# Masterclass\\
 +https://​www.udemy.com/​course/​complete-csharp-masterclass/​\\
 +https://​stackify.com/​learn-c-sharp-tutorials/​ \\
 +https://​www.w3resource.com/​csharp-exercises/​ \\
 +https://​hackernoon.com/​6-essential-tips-on-how-to-become-a-full-stack-developer-1d10965aaead \\
 +https://​www.reddit.com/​r/​csharp/​comments/​cr9flc/​beginner_q_how_to_learn_aspnetc_start_with/​ \\
 +\\
 +https://​www.onlinegdb.com/​online_csharp_compiler \\
 +https://​twitter.com/​VisualStudio/​status/​1336430366354182147?​s=19 ​ https://​devblogs.microsoft.com/​visualstudio/​guest-post-learn-c-with-visual-studio-visual-studio-for-mac-and-unity-and-win-a-free-book/​ \\
 +
 +Classes - are like blueprints, used to define or declare Objects. \\
 +//We define (design) a class that is the blueprint for creating objects.// \\
 +//An object is called an instance of a class. // \\
 +
 +
 +===== Pascal / Delphi =====
 +
 +https://​www.thoughtco.com/​beginners-guide-to-delphi-programming-1057657 \\
 +https://​www.thoughtco.com/​history-of-delphi-1056847 \\
 +
 +
 +
 +===== Programming and Development (Other stuff) =====
 +
 +GRC.com Assembly Language - https://​www.grc.com/​smgassembly.htm \\
 +How to Start Coding Assembly on Windows (MASM) - https://​www.youtube.com/​watch?​v=lCjbwLeLNfs \\
 +\\
 +https://​www.makeuseof.com/​tag/​c-programming-worth-learning/​ \\
 +https://​publications.gbdirect.co.uk//​c_book/​ \\
 +https://​www.programming-book.com/​x86-assembly-language-and-c-fundamentals-book-of-2013-year/​ \\
 +\\
 +https://​thegeekpage.com/​13-best-ide-for-c-on-windows/​ \\
 +https://​codecondo.com/​top-10-ide-for-c-and-cplusplus-for-programmers/​ \\
 +https://​codecondo.com/​20-ways-to-learn-c-programming-for-free/​ \\
 +https://​blog.eduonix.com/​software-development/​top-10-ides-c-c-developers/​ \\
 +https://​www.techrepublic.com/​article/​python-where-to-learn-it-and-why-you-should-do-it-now/​ \\
 +https://​www.geeksforgeeks.org/​variables-in-c/​ \\
 +https://​www.fullstackacademy.com/​blog/​nine-best-programming-languages-to-learn\\
 +http://​www.aaronbell.com/​secret-colours-of-the-commodore-64/​
 +
 +===== Atari VCS 2600 Assembly, MOS 6502/6507 =====
 +
 +6502 Assembly https://​dwheeler.com/​6502/​oneelkruns/​asm1step.html \\
 +Easy 6502 https://​skilldrick.github.io/​easy6502/​\\
 +Subtraction and the carry bit
 +https://​atariage.com/​forums/​topic/​63853-question-about-sbc-and-sec/​ \\
 +https://​www.randomterrain.com/​atari-2600-memories-tutorial-andrew-davie-15.html\\
 +https://​www.slideshare.net/​mobile/​JulioSeaman/​the-video-game-revolution \\
 +https://​aloan.neocities.org/​atari_graphics_simplified.html \\
programming.txt ยท Last modified: 2023/05/27 17:14 by richard