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

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
Google Drive Logo

Extract All File IDs from a Google Drive Folder

Learn how to programmatically extract file IDs from a Google Drive folder using C# and HtmlAgilityPack. Perfect for bulk operations and automation tasks.

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

Framework for Answering Interview Questions

A comprehensive framework for approaching coding interview questions with systematic problem-solving strategies

July 2024 · 2 min · 230 words · PrashantUnity
Generate Thumbnail

Generate Trigonometry Table with SkiaSharp

Learn how to generate a trigonometry table using C# and SkiaSharp graphics library with custom styling and mathematical calculations

August 2024 · 2 min · 370 words · PrashantUnity
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

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

Google Sheets Integration

Generic Google Sheets CRUD Service for .NET Applications

A comprehensive guide to implementing a generic CRUD service for Google Sheets integration in .NET applications with automatic type mapping and error handling

Download Logo

Convert C# Lists to Excel Files with Multiple Sheets

Learn how to generate multi-sheet Excel files from C# lists using OpenXML SDK with custom sheet naming and data formatting