Google Drive Logo

GitHub Actions Workflows for Automated Tasks

Learn how to set up GitHub Actions workflows to run automated tasks, process data, and store results in your repository using CI/CD pipelines

July 2024 · 2 min · 356 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
Generate Thumbnail

Dynamic Circle and Line Patterns in SkiaSharp

Learn how to create dynamic geometric patterns with circles, points, and lines using SkiaSharp with mathematical calculations and trigonometry

August 2024 · 2 min · 403 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

Auto-Changing Carousel View in .NET MAUI

Learn how to create an auto-changing carousel view component in .NET MAUI with XAML and C# code examples

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

Create a Floating Action Button in .NET MAUI

Learn how to create a floating action button positioned at the bottom right in .NET MAUI using AbsoluteLayout and Border controls

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

Remove Underline from Entry Control in .NET MAUI

Learn how to create a custom Entry control in .NET MAUI to remove the default underline styling with platform-specific implementations

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

SQLite Database Integration in .NET MAUI

Complete guide to implementing SQLite database in .NET MAUI applications using Entity Framework Core with step-by-step setup instructions

July 2025 · 1 min · 134 words · PrashantUnity