Download Logo

Install SDK and IDE | Chapter 1

Complete guide to installing .NET SDK and development tools for C# programming across Windows, Mac, and Linux platforms

June 2024 · 1 min · 136 words · PrashantUnity
Download Logo

Create Your First C# Program in Polyglot Notebook | Chapter 2

Learn how to set up and use Polyglot Notebook in VS Code to write and execute C# code interactively with step-by-step instructions

June 2024 · 1 min · 150 words · PrashantUnity
Download Logo

Create Your First C# Program in Visual Studio | Chapter 2

Step-by-step guide to create and run your first C# console application using Visual Studio Community Edition with detailed screenshots

June 2024 · 2 min · 248 words · PrashantUnity
Download Logo

Create Your First C# Program Using Command Line | Chapter 2

Step-by-step guide to creating and running your first C# console application using the command line interface with .NET CLI

June 2024 · 2 min · 256 words · PrashantUnity
Download Logo

Getting Started with Basic C# Concepts | Chapter 3

Welcome to this introductory post on fundamental C# programming concepts. Understanding the basics is crucial. This post covers how to use comments, declare variables, understand data types, and handle user input and output.

June 2024 · 3 min · 461 words · PrashantUnity
Download Logo

Mathematical Operations in C# | Chapter 4

Learn about mathematical operations, type conversions, and arithmetic operators in C# with practical examples and best practices

June 2024 · 2 min · 417 words · PrashantUnity
Download Logo

CodeFryDev Loading Animation SVG

Custom animated loading SVG for CodeFryDev with CSS animations and modern design elements

July 2025 · 1 min · 171 words · PrashantUnity
Download Logo

String in C# | Chapter 5

A string is an object of type String whose value is text. Internally, the text is stored as a sequential read-only collection of Char objects.

June 2024 · 3 min · 633 words · PrashantUnity
Download Logo

If Else in C# | Chapter 6

Learn C# conditional statements including if, else if, and else with practical examples and control flow patterns for decision-making in code

June 2024 · 3 min · 553 words · PrashantUnity
Download Logo

Loops in C# | Chapter 7

Comprehensive guide to C# looping constructs including for, while, do-while, and foreach loops with practical examples and use cases

June 2024 · 15 min · 3098 words · PrashantUnity