Download Logo

ASP.NET MVC Filters and Their Roles

Learn about ASP.NET MVC filters including authentication, authorization, action, result, and exception filters with implementation examples

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

ASP.NET MVC Routing Interview Questions

Comprehensive interview questions about ASP.NET MVC routing with detailed explanations of URL mapping, route configuration, and request handling

August 2024 · 4 min · 802 words · PrashantUnity
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