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
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 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 *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
Understanding Properties in C#: A Guide for Beginners If you’re learning to code in C#, you’ve likely come across the concept of properties. Properties in… Read More »Understanding Properties in C#
Working with LOOPS in C# and .Net 7 By the end of this article, you’ll have a solid understanding of how to work with loops… Read More »Working with LOOPS in C# and .Net 7
Do you know what ASP.NET Anti Forgery Tokens are? In the world of web development, security is of paramount importance. With the rise of cyber… Read More »ASP.NET Anti Forgery Tokens
C# Dapper is a lightwight ORM. In the world of software development, interacting with databases is a common task. Developers often use Object-Relational Mapping (ORM)… Read More »C# Dapper
Using Fluent Assertions, .NET developers can write more expressive and readable tests. Fluent Assertions is a library that provides a more natural way of writing… Read More »Using Fluent Assertions
This article introduces C# Mock Data generation. As software developers, we understand the importance of testing our code to ensure it works as intended. One… Read More »C# Mock Data
Installing Visual Studio on Windows, Mac, and Linux In this article, we will go through each step necessary to get our installation of Visual Studio… Read More »Installing Visual Studio on Windows, Mac, and Linux