In this article, you will learn how to create the “Currency Converter” application using WPF in C# with the API. In the previous articles, I have… Read More »
Jafar Jabbarzadeh
Exploring Basic Kotlin Syntax and Structure – Day 2 Android 14 Masterclass
Exploring Basic Kotlin Syntax and Structure – Day 2 Android 14 Masterclass Welcome to Day 2 of our Android 14 Masterclass, where we dive into… Read More »Exploring Basic Kotlin Syntax and Structure – Day 2 Android 14 Masterclass
C# Methods Tutorial
A beginner-friendly C# Methods tutorial Hi and welcome to this beginner-friendly C# Methods tutorial! Time is short and valuable as always, so let’s dive right… Read More »C# Methods Tutorial
User Input in .NET 7.0
User Input in .NET 7.0 In this article, we’ll discuss how to receive User Input in .NET 7.0 using the Console class. We’ll also go… Read More »User Input in .NET 7.0
Try and Catch in .NET 7.0
Using Try and Catch in .NET 7.0 to handle Common Exceptions C# is a popular programming language used for building robust applications. One of the key… Read More »Try and Catch in .NET 7.0
Operators in .NET 7.0
Operators in .NET 7.0: Definition, Types, and Precedence C# is a popular programming language that is widely used for developing applications on the .NET framework.… Read More »Operators in .NET 7.0
TryParse – Converting datatypes in C# .NET 7
C# TryParse – Converting datatypes in C# Have you ever stumbled upon a C# TryParse and found yourself wondering, “What the hell is that?” Well,… Read More »TryParse – Converting datatypes in C# .NET 7
Conditional statements in C# .NET 7
Conditional statements in C# .NET 7 Conditional statements are an essential tool in any programming language, allowing the programmer to test a condition and execute… Read More »Conditional statements in C# .NET 7
Visual Studio Community 2022: Essential Keyboard Shortcuts and C# Code Snippets
Visual Studio Community 2022: Essential Keyboard Shortcuts and C# Code Snippets *Black and white footage of a programmer writing code while looking bored and tired*… Read More »Visual Studio Community 2022: Essential Keyboard Shortcuts and C# Code Snippets
An In-Depth Guide to Foreach Loops and Collections in C#
An In-Depth Guide to Foreach and Collections in C# When beginning your journey with C#, one of the most vital skills to master is efficiently… Read More »An In-Depth Guide to Foreach Loops and Collections in C#