Generate Thumbnail

Wave Collapse Function for Procedural Generation

Learn how to implement the Wave Collapse Function algorithm using C# and SkiaSharp for procedural image generation with constraint-based rules

JUl 2024 · 6 min · 1130 words · PrashantUnity
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

Deploy Blazor WebAssembly to GitHub Pages

Complete guide to deploying Blazor WebAssembly applications to GitHub Pages using GitHub Actions with automated build and deployment workflows

July 2024 · 3 min · 491 words · PrashantUnity
Cover Logo

Bing IndexNow API Integration with C#

Learn how to integrate Bing IndexNow API with C# to programmatically submit URLs for faster search engine indexing and improved SEO

June 2024 · 2 min · 294 words · PrashantUnity
Cover Logo

Google Indexing API Integration with C#

Learn how to integrate Google Indexing API with C# to programmatically submit URLs for faster search engine indexing and SEO optimization

June 2024 · 4 min · 738 words · PrashantUnity
Download Logo

Display C# String Values as HTML in Polyglot Notebook

Step-by-step guide to displaying C# string values as HTML content in Polyglot Notebook with practical examples and formatting techniques

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

Download Files from the Internet Using C#

Learn how to programmatically download files from the internet using C# and HttpClient. Includes examples for single files and batch downloads with error handling.

June 2024 · 2 min · 278 words · PrashantUnity
Cover Page

Google Lens OCR Integration in .NET

Learn how to integrate Google Lens OCR into .NET applications for free text extraction from images without requiring Google account authentication

June 2024 · 3 min · 555 words · PrashantUnity
Cover Page

Tesseract For OCR

Tesseract OCR is one of the most popular open-source OCR libraries for text Extraction from image. It supports a wide range of languages and can recognize text from various image formats.

June 2024 · 4 min · 689 words · PrashantUnity