Download Logo

C# Class Access Modifiers and Accessibility Levels

Complete guide to C# access modifiers including public, private, protected, internal, and protected internal with accessibility matrix and examples

August 2024 · 2 min · 405 words · PrashantUnity
Download Logo

Configuration Management in .NET Core

Learn how to configure and read from appsettings.json in ASP.NET Core applications with dependency injection and configuration binding

August 2024 · 3 min · 434 words · PrashantUnity
Download Logo

Quick Interview Preparation Guide

Essential programming and technical interview questions for last-minute preparation covering arrays, strings, algorithms, and system design

August 2024 · 12 min · 2456 words · PrashantUnity
Download Logo

Set Zero

Common Question Interview Sets of MVC Collected from Internet

August 2024 · 40 min · 8437 words · PrashantUnity
Download Logo

Singleton Design Pattern Implementation in C#

Learn various approaches to implement the Singleton design pattern in C# with thread-safe implementations and best practices

August 2024 · 2 min · 371 words · PrashantUnity
Download Logo

SQLite with Entity Framework Core Implementation

Complete guide to implementing SQLite database with Entity Framework Core in .NET applications with minimal setup and best practices

August 2024 · 5 min · 962 words · PrashantUnity
Download Logo

Understanding .NET Assemblies

Learn about .NET assemblies including types, components, strong naming, and their role in application deployment and execution

August 2024 · 1 min · 89 words · PrashantUnity
Download Logo

Using Registered Services in ASP.NET Core Views

Learn how to access registered services in ASP.NET Core views through dependency injection, @inject directive, and service locator patterns

August 2024 · 3 min · 530 words · PrashantUnity
Download Logo

Video Streaming in ASP.NET Core with Seek Functionality

Learn how to implement video streaming in ASP.NET Core with seek functionality, range requests, and proper media handling for video players

August 2024 · 1 min · 170 words · PrashantUnity
Download Logo

ViewBag, ViewData, and TempData in ASP.NET MVC

Learn about data passing mechanisms in ASP.NET MVC including ViewBag, ViewData, TempData, and form data with practical examples and use cases

August 2024 · 2 min · 374 words · PrashantUnity