Category: Technology Related Articles
-
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;…
-
C#: Post 4
Philippians 4:6 “Don’t worry about anything, but in everything, through prayer and petition with thanksgiving, let your requests be made known to God.” Basic String Formatting in C# C# code often takes preexisting values and creates new values that are displayed, saved in files, and sent across various networks. C# provides several ways to combine…
-
C#: Post 3
Assigning & Reassigning — The Value of a Variable As demonstrated above, variables can be assigned values. These values can then be reassigned, new values. However, this code also demonstrates the value being “reassigned” back to its original value. “To avoid the possibility of an unassigned local variable, it is recommended that you set the…
-
C# : Post #2
Store & Retrieve Data using Literal & Variable Values in C# Char Literal A literal value, is a hard-coded value. It is known as a constant. This value never changes. This creates a char literal, as the ‘b’ is surrounded in single quotes. The term char = character. The above code will produce the following…
-
.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…
-
C# : Post #1
We will start these first several C# post’s by following along with the Microsoft Learn Certification for C#, hosted by FreeCodeCamp.com. Though, I will add my own information from other sources throughout. Whereas . . . Remember: Challenge Write code that would produce this output:
-
PS#1: Installing PowerShell using Winget/CLI on Windows 11
Psalm 119:105 (NKJV) – “Your word is a lamp to my feet & a light to my path” This post will primarily focus on the installation of PowerShell using Winget/CLI on Windows 11. First off, there is a difference between (1) Windows PowerShell & (2) PowerShell. (1) Windows PowerShell is the version of PowerShell that…
-
!RESIST!
James 4:7 (English Standard Version – ESV): “Submit yourselves therefore to God. Resist the devil, and he will flee from you.” According to writers, resistance means to “withstand, strive against, or oppose in some manner.” Resistance can be both defensive or offensive, but in all cases, it involves submitting to God. Resistance & Cyber-Security principles…
-
Lab 1 – TryHackMe (Offensive Security Intro)
Today, is my first day using a course on Try Hack Me. After creating a free account, I jumped into the Pre-Security learning pathway. I am learning from the first lab titled Offensive Security Intro, which is an Easy lab, with a recommended time of completion of 25 minutes. The lab utilizes a command-line application…