Download Logo

Codefrydev Generally used Loading svg animation

CFD- Animated Loading Animated animation

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

Carousal View in maui

Code snippet for maui auto change carousal view component

July 2025 · 3 min · 523 words · PrashantUnity
Download Logo

Bottom right float button

Code snippet for maui Bottom right float button

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

Remove under Line from entry

How to remove Entry underline from maui

July 2025 · 2 min · 255 words · PrashantUnity
Download Logo

Use of Sqlite in Maui

Code snippet for maui sqlite implementation

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

GisCus In Blazor

How To Use Giscus For Commenting in Blazor Project

July 2024 · 2 min · 419 words · PrashantUnity
Download Logo

If Else in C# | Chapter 6

Conditional statements allow you to make decisions in your code based on certain conditions. The most commonly used conditional statements in C# are **if**, **else if**, and **else**.

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

Loop In C# | Chapter 7

Loops are used to execute a block of code repeatedly based on a condition. C# provides several looping constructs: `for`, `while`, `do-while`, and `foreach`. Each serves different use cases and provides flexibility in iteration.

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

Function In C# | Chapter 8

Function : It Is Series of statement contained inside code block which execute top down manner when called.It can also be call by name Method

June 2024 · 4 min · 733 words · PrashantUnity