Category: .NET
-
C# Post 6: Managed Code & The CLR
1 Corinthians 12:20 (ESV) “As it is, there are many parts, yet one body.” *** Information is attributed, in part, to: “Programming C# 12 by Ian Griffiths (O’Reilly). Copyright 2024 by Ian Griffiths, 978-1-098-15836-1.” Amazon Link Here. Compilers: Historically Historically, a compiler would process source code to produce an output that a computer’s central processor could…
-
C# Post #5 – Static vs. NonStatic
Hebrews 10:35-39 (HCSB) “So don’t throw away your confidence, which has a great reward. For you need endurance, so that after you have done God’s will, you may receive what was promised. For in yet a very little while, the Coming One will come and not delay. But My righteous one will live by faith;…
-
.NET Overview
1 Corinthians 12:14 (ESV) “For the body does not consist of one member but of many.” This post provides an overview of the .NET developer platform. .NET is an open-source developer platform utilized for building applications on various operating systems. The developer platform is made up of languages & libraries. .NET languages (1) C#: Object-oriented…