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

Dynamically Update Youtube Video Title and Description using YouTube Data API in .NET Applications

Learn how to dynamically update YouTube video titles and descriptions using the YouTube Data API in .NET applications. This guide provides step-by-step instructions and code examples to help you manage your YouTube content programmatically.

December 2025 · 5 min · 978 words · PrashantUnity
Download Logo

Generate QR Code in .NET Applications

Generate QR Code in .NET Applications for dynamic data type. for any type of data.

November 2024 · 11 min · 2319 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
Download Logo

Integrate Giscus Comments in Blazor Applications

Learn how to integrate Giscus commenting system into Blazor applications for GitHub-based discussions and user engagement

July 2024 · 2 min · 417 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