Skip to content
Savanka Savanka

Every meal tells a story and every trip tastes divine.

  • Home
  • Education
    • AI & Machine Learning
    • Generative AI
    • Javascript
    • Angular 21
    • Python
    • React
    • Dotnet
    • PHP
    • C Programming
  • Services
    • Website Development
    • Mobile App Development
    • Web App Development
    • WordPress Website Development
    • Logo Designs
  • Courses
    • Undergraduate Courses
      • BCA
      • BSc IT
        • Semester 1
        • Semester 2
        • Semester 3
    • Postgraduate Courses
  • Savanka Helps
  • Privacy Policy
  • Tools
    • Code Preview Tool
    • Color Palette Tool
  • About US
About Babneet
Posted inDotnet Learn

What is Routing in ASP.NET Core? See Example

Routing in ASP.NET Core is the process of mapping incoming HTTP requests to corresponding endpoints, such as controllers, Razor Pages, or middleware. It allows developers to define URL patterns and…
Posted by Babneet November 25, 2025
Posted inDotnet Learn

What is Dependency Injection in ASP.NET Core?

Dependency Injection (DI) in ASP.NET Core is a technique to achieve loose coupling between classes and their dependencies. Instead of creating objects manually, the framework injects required services at runtime.…
Posted by Babneet November 25, 2025
Posted inDotnet Learn

What is Middleware in ASP.NET Core? See Example

Middleware in ASP.NET Core is software that’s assembled into an application pipeline to handle HTTP requests and responses. Each component can process, modify, or short-circuit requests, making it a powerful…
Posted by Babneet November 25, 2025
Posted inDotnet Learn

What is Entity Framework Core? See Example

Entity Framework (EF) Core is a modern Object-Relational Mapper (ORM) for ASP.NET Core. It allows developers to interact with databases using C# objects instead of writing raw SQL queries. EF…
Posted by Babneet November 25, 2025
Posted inDotnet Learn

What is Blazor in ASP.NET Core? See Example

Blazor is a framework in ASP.NET Core that allows developers to build interactive web applications using C# instead of JavaScript. It can run in the browser via WebAssembly (Blazor WebAssembly)…
Posted by Babneet November 25, 2025
Posted inDotnet Learn

What is MVC in ASP.NET Core? Learn & See Example

MVC (Model-View-Controller) is a design pattern in ASP.NET Core used to build scalable and maintainable web applications. It separates an application into three main components: Model: Represents application data and…
Posted by Babneet November 25, 2025
Posted inDotnet Learn

What is Razor Pages in ASP.NET Core? See Example

Razor Pages is a page-based programming model in ASP.NET Core, designed to simplify building web applications. Unlike MVC, where logic is split into controllers and views, Razor Pages keeps page-specific…
Posted by Babneet November 25, 2025
Posted inDotnet Learn

What is ASP.NET Core? Learn Basics & See Example

ASP.NET Core is a modern, open-source framework developed by Microsoft for building web apps, APIs, and cloud-based services. It is cross-platform, meaning it can run on Windows, macOS, and Linux.…
Posted by Babneet November 25, 2025
Posted inReact

React Hooks Vs Class Components? Complete Example Tutorial

Hooks vs Class Components Class Components: Use state and lifecycle methods inside ES6 classes. Hooks (Functional Components): Use useState, useEffect, and other hooks in functions for state and side effects.…
Posted by Babneet November 25, 2025
Posted inReact

What Are React Portals? Complete Example Tutorial Guide

What Are React Portals? React Portals allow you to render a component outside the parent DOM hierarchy while maintaining the React tree.Useful for modals, tooltips, or overlays. Basic Syntax ReactDOM.createPortal(child,…
Posted by Babneet November 25, 2025

Posts pagination

Previous page 1 … 35 36 37 38 39 … 82 Next page
AI and Machine Learning
  • What Is Artificial Intelligence? A Simple Introduction
  • What is Machine Learning? See Examples in detail
  • What is Supervised learning in AI ? See Example
  • What Is Unsupervised Learning in AI? See Example
  • What Is Reinforcement Learning in AI? See Example
  • What Is Deep Learning in AI? See Example in detail
  • What Is a Neural Network in AI? See Example
  • What Is a Dataset in Machine Learning? See Example
  • What Is Data Preprocessing in Machine Learning? See Example
  • What Is Feature Engineering in Machine Learning? See Example
  • 1
  • 2
  • 3
  • 4
  • 5
  • >>
Angular 21
  • What is Server Side Routing in angular? See Example
  • <<
  • 1
  • 2
  • 3
  • 4
Scroll to Top