Download Logo

Populate SQLite Database with Sample Data

Learn how to populate SQLite database with sample data using C#, Polyglot Notebook, and Faker.Net for generating realistic test data

January 2025 · 5 min · 937 words · PrashantUnity
Download Logo

If You Know These Then You are prepared

See If can Answer all the Question, Only Then You are prepared for Dotnet Interview

August 2024 · 127 min · 26990 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

Prepare for Java Interview

General Question

March 2024 · 1 min · 12 words · PrashantUnity
Download Logo

Convert JSON to Tree Structure in C#

Learn how to parse dynamic JSON structures into tree nodes in C# for handling variable property names with consistent depth levels

February 2025 · 2 min · 240 words · PrashantUnity
Download Logo

Create an Organizational Chart with Tailwind CSS

Learn how to create a modern, responsive organizational chart using Tailwind CSS with HTML structure and styling examples