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
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
Cover Page

Window Media OCR library For OCR

Windows Media OCR, extracted from Microsoft's PowerToys repository, provides a powerful solution for text recognition by leveraging the capabilities of the Windows operating system. In this blog, we'll guide you through setting up and using Windows Media OCR in your projects.

June 2024 · 2 min · 339 words · PrashantUnity
Download Logo

Install SDK and IDE | Chapter 1

Complete guide to installing .NET SDK and development tools for C# programming across Windows, Mac, and Linux platforms

June 2024 · 1 min · 136 words · PrashantUnity
Download Logo

Create Your First C# Program in Polyglot Notebook | Chapter 2

Learn how to set up and use Polyglot Notebook in VS Code to write and execute C# code interactively with step-by-step instructions

June 2024 · 1 min · 150 words · PrashantUnity
Download Logo

Create Your First C# Program in Visual Studio | Chapter 2

Step-by-step guide to create and run your first C# console application using Visual Studio Community Edition with detailed screenshots

June 2024 · 2 min · 248 words · PrashantUnity
Download Logo

Create Your First C# Program Using Command Line | Chapter 2

Step-by-step guide to creating and running your first C# console application using the command line interface with .NET CLI

June 2024 · 2 min · 256 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
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