C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sandhiya Priya(7)
Ananya Desai(5)
Baibhav Kumar(5)
Mahesh Chand(4)
Rohit Gupta(3)
Ajay Kumar(3)
Hari Lakkakula(3)
Riya Patel(2)
John Godel(2)
Raghunath Bhukan(2)
Rajesh Gami(2)
Amit Mohanty(2)
Lokendra Singh(2)
Keyur (2)
Nidhi Sharma(1)
Aarav Patel(1)
Darshan Adakane(1)
Abiola David(1)
Mariem Moalla(1)
Gokulraj M(1)
Akim Mamedov(1)
Keshaw Kumar Thakur(1)
Saurav Kumar(1)
Vishal Gami(1)
Cynthia Sathuragiri(1)
Raj Bhatt(1)
Sangeet Shah(1)
Akshay Amin(1)
Deepika Sawant(1)
Tuhin Paul(1)
Vijai Anand Ramalingam(1)
Sarthak Varshney(1)
Manav Pandya(1)
Rishima (1)
Asfaque Ansari(1)
Shivang (1)
Nitin (1)
Micheal Xavier A (1)
Dashrath Hapani(1)
Jayraj Chhaya(1)
Vijay Kumari(1)
Sangeetha Vengatesan(1)
Mayooran Navamany(1)
Ng Cheehou(1)
Ayush Gupta(1)
Jitendra Mesavaniya(1)
Abhishek Chadha(1)
Tahir Ansari(1)
Vikas Singh(1)
Rishabh Bhardwaj(1)
Ketan Kolte(1)
Sanwar Ranwa(1)
Naimish Makwana(1)
Deepak Tewatia(1)
Mariusz Postol(1)
Habibul Rehman(1)
Sandip Jadhav(1)
Pratik Somaiya(1)
Jefferson S. Motta(1)
Harsh Sharma(1)
Simran Verma(1)
Jagannath Sethi(1)
Pradeep Vaishya(1)
Swesh S(1)
Prakashkumar Sahoo(1)
Diwakar Tiwari(1)
Mushtaq M A(1)
Ashish Bhatnagar(1)
Aymen Amri(1)
Usama Hafeez(1)
Resources
No resource found
The Rise of AI Runtime Security for Enterprise Applications
May 29, 2026.
Discover AI runtime security: protect enterprise AI from prompt injection, data leaks, & unauthorized access. Essential for safe, compliant AI deployment.
Cloud Security Trends Every Developer and DevOps Engineer Should Watch
May 13, 2026.
Stay ahead of cloud security threats! Explore key trends like Zero Trust, DevSecOps, API security, and AI-driven protection to build resilient cloud-native apps.
OpenAI Agents SDK Part 1: What the Run Returns and How to Engineer Results, State, and Streaming
Apr 17, 2026.
Learn how the OpenAI Agents SDK runtime works under the hood, including result surfaces, state continuation, typed outputs, sessions, previous response IDs, and streaming settlement.
Difference between Abstract Class and Interface in C#
Apr 13, 2026.
Unlock C# abstraction! Explore the key differences between abstract classes and interfaces with real-world examples. Learn when to use each for cleaner, scalable code.
How to Use Edge Runtime in Next.js for Faster Global Application Performance
Apr 02, 2026.
Boost global app speed with Next.js Edge Runtime! Learn how to deploy code closer to users, reducing latency and improving user experience. Optimize your Next.js apps now!
How to Implement Zero-Runtime CSS in Next.js for Better Core Web Vitals
Mar 30, 2026.
Boost Next.js performance with zero-runtime CSS! Learn how to implement build-time CSS using CSS Modules, Tailwind, and Vanilla Extract for improved Core Web Vitals and SEO.
Monkey Patching in Python: What It Is and How to Use It
Mar 29, 2026.
Learn what monkey patching in Python is and how to use it safely in real projects. This practical guide shows what monkey patching does, how it works, when to use it, and how to avoid common mistakes.
AgenticSDB: A Purpose-Built Kernel for AI Agents
Mar 16, 2026.
AgenticSDB: A purpose-built kernel for AI agents, offering a verified agent memory runtime designed for production-grade cognition, governance, and execution. It's a cognition backbone, not just storage.
Ever Wondered How Your C# Code Actually Runs? Meet the CLR
Mar 06, 2026.
Unlock the secrets of .NET! Discover the CLR, the engine powering your C# code. Learn about memory management, JIT compilation, and its vital role in .NET apps.
Why Companies Are Moving from Docker to Kubernetes-Native Container Runtimes
Mar 02, 2026.
Discover why enterprises are migrating from Docker to Kubernetes-native runtimes like containerd and CRI-O for improved performance, security, and scalability in production.
Databricks Runtime 18.1 (Beta) — A Big Leap Forward for Data & AI Teams
Feb 25, 2026.
Databricks Runtime 18.1 (Beta) delivers significant enhancements for data and AI teams! Expect faster pipelines, smarter features, and improved reliability.
Abstract vs Virtual in C#
Jan 26, 2026.
Confused about abstract vs. virtual in C#? This guide clarifies their differences, usage scenarios, and common pitfalls. Learn when to use each for robust code design.
Understanding OOPS Concepts in C# with Simple Examples
Jan 27, 2026.
Learn C# OOPS concepts: encapsulation, abstraction, inheritance, and polymorphism with examples. Master object-oriented programming for .NET development.
JavaScript Internals: Understanding Runtime Optimization and How to Write Performant Code
Jan 21, 2026.
Unlock peak JavaScript performance! Learn runtime optimization techniques, JIT compilation, and coding best practices for faster, more efficient code execution.
Smarter Memory Management for Long-Running Apps: ASP.NET Core in .NET 10 Automatically Releases Unused Pooled Memory
Jan 12, 2026.
.NET 10 enhances ASP.NET Core with automatic pooled memory trimming, reducing memory usage in long-running apps like APIs and services. Learn how it works and benefits you!
C# for Everything: One Language Powering the Modern Software World
Jan 10, 2026.
C# is no longer just a backend language. Learn how C# powers web, cloud, mobile, desktop, games, and AI in 2026 with one ecosystem.
Configuring EF Core Database Connections in ASP.NET Core
Dec 17, 2025.
A complete guide to configuring database connections in ASP.NET Core using EF Core. Learn how to use IDesignTimeDbContextFactory, configure DbContext in Program.cs/Startup.cs, and use the OnConfiguring fallback method for design-time and runtime scenarios.
Using Micro Frontends for Scalable Web Applications
Dec 12, 2025.
Micro frontends let developers break big web apps into smaller parts. Each part can work on its own, making it easier to grow and update the app. This way, teams can build faster and use different tools. It helps keep the code clean and the app running smoothly as it gets bigger.
Fix ClassNotFoundException and NoClassDefFoundError in Java
Dec 09, 2025.
Learn how to fix “ClassNotFoundException” and “NoClassDefFoundError” in Java with simple explanations and practical solutions. Understand why these errors occur and how to resolve them step by step.
Integrating Machine Learning Models into ASP.NET Core Applications
Dec 04, 2025.
Integrate AI into ASP.NET Core! This guide covers ML.NET, ONNX, Python microservices, and cloud models for scalable, enterprise-grade intelligent apps.
Polymorphism in C#: Simple Guide with Examples for Beginners
Dec 04, 2025.
Explore C# polymorphism: static (compile-time) and dynamic (run-time). Learn function/operator overloading, abstract classes, method overriding, and interfaces. Enhance code reusability!
Understanding Agent Frameworks, Runtimes, and Harnesses in Modern AI Systems
Nov 27, 2025.
A long, detailed, SEO- and GEO-optimized guide explaining AI agent frameworks, runtimes, and harnesses, including architecture, workflows, diagrams, and practical examples.
Building an Enterprise-Ready Angular Application with Local Machine Learning, Web Workers, and Signals
Nov 19, 2025.
This article explains a practical architecture for building AI-assisted Angular applications that perform local inference using ONNX Runtime Web or WebDNN. The focus is on real-world requirements: smooth UI, offline capability, strong modularity, and support for multiple ML pipelines.
Creating Theme Runtime Editing in Angular (Color Picker → Writes CSS Variables Live, No Page Reload)
Nov 17, 2025.
Implement runtime theme editing in Angular! This guide shows how to use CSS variables, a color picker, and a theme service to update your app's appearance live.
.NET 10: Unlocking the Next Era of Cross-Platform Development
Nov 12, 2025.
Explore the major enhancements in .NET 10 including runtime performance boosts, SDK productivity upgrades, file-based apps, ASP.NET Core innovations, library updates, and guidance on when to adopt this LTS release.
Object-Oriented Programming System (OOPs) : Concepts, Code & Interview Prep
Nov 05, 2025.
Master C# OOPs: Grasp core concepts like classes, objects, inheritance, and polymorphism. Ace your interviews with practical examples and interview Q&As.
Understanding Inheritance and Polymorphism in C#
Oct 29, 2025.
Unlock C#'s power! Explore inheritance and polymorphism with practical ASP.NET WebForms examples. Build reusable, scalable, and maintainable applications. Master OOP!
Difference Between Abstract Class and Interface in C#
Oct 29, 2025.
Understand the core differences between abstract classes and interfaces in C# with a practical Windows Forms example. Learn when to use each for better design.
Understanding Reflection in C#
Oct 29, 2025.
Explore C# Reflection in ASP.NET WebForms! Dynamically inspect types, create objects, and invoke methods at runtime. Perfect for plugins and dynamic UIs.
Understanding Method Overloading and Overriding in C# WebForms
Oct 29, 2025.
Master C# WebForms with method overloading and overriding! This tutorial provides a real-time example, showcasing compile-time and run-time polymorphism in action.
Understanding Constructor Overloading in C# WebForms
Oct 29, 2025.
Master C# constructor overloading in WebForms! Learn to initialize objects flexibly with different parameters. Real-time example included for practical use.
Understanding Constructor Overloading in C# WebForms
Oct 29, 2025.
Master C# constructor overloading in WebForms! Learn to initialize objects flexibly with different parameters. Real-time examples & practical use cases included.
How to Troubleshoot Errors in a .NET MVC Website
Oct 25, 2025.
Learn how to troubleshoot errors in a .NET MVC website using debugging techniques, IIS logs, custom error handling, remote debugging, and third-party tools like Application Insights, ELMAH, and NLog. Practical guide for ASP.NET MVC error resolution.
Chapter 12: Polymorphism: Virtual Functions and Abstract Classes in C++
Oct 23, 2025.
Learn about virtual functions, the 'virtual' keyword, and how it facilitates runtime method resolution. Discover abstract classes and pure virtual functions for defining interfaces and ensuring derived class implementation. Understand the importance of virtual destructors for proper memory management in polymorphic hierarchies.
Unlocking Runtime Intelligence: A Formal Exploration of Reflection in .NET
Oct 18, 2025.
Unlock the power of runtime intelligence with .NET Reflection! This article explores how to inspect and manipulate .NET code at runtime, covering key components like Assembly and Type inspection, dynamic member invocation, and custom attributes. Discover practical applications in dependency injection, ORMs, and testing, while learning best practices for performance and security. Explore alternatives like source generators for optimized metadata access.
Azure Functions Under the Hood: Runtime Identification, Isolated Process Entry Points
Oct 14, 2025.
Unlock the power of Azure Functions! This article dives deep into the runtime, addressing critical questions about function discovery, local development, versioning, and organization. Learn how to build robust, scalable serverless solutions using .NET Isolated Process, dependency injection, and best practices for real-world scenarios like logistics anomaly detection. Master the execution model and avoid costly anti-patterns in production.
Prompt Engineering: How GSCP Stays Fast - Eliminating Runtime Overhead While Preserving Multi-Step Validation
Oct 08, 2025.
Gödel's Scaffolded Cognitive Prompting (GSCP) optimizes generative AI by intelligently integrating governance without sacrificing speed. It avoids runtime overhead through risk-adaptive validation, structured contracts, parallelism, memoization, and deterministic micro-validators. GSCP ensures fast, safe, and auditable AI experiences by planning governance, prioritizing structured validation, and amortizing work.
Deploy Strands Agent to Amazon Bedrock AgentCore Runtime
Sep 15, 2025.
Deploy your Strands Agent to Amazon Bedrock AgentCore Runtime for a fully managed, scalable solution! This guide walks you through using the AgentCore Starter Toolkit to package your agent, build a container image, and create necessary AWS resources. Learn how to configure, launch, and invoke your agent, laying the groundwork for an Enterprise Knowledge & Cost Copilot with future integrations.
Meet cagent: Docker’s AI Agent Runtime
Sep 10, 2025.
Cagent, Docker's new AI Agent Runtime, simplifies building, running, and managing AI agents. Overcome dependency hell and environment conflicts with this open-source runtime that integrates seamlessly with Docker Desktop. Run AI agents as easily as containers, boosting productivity for developers, students, and businesses.
Next.js as a Backend: Writing Scalable APIs Without Express
Aug 25, 2025.
Next.js APIs let developers build backend functionality directly within a Next.js app. With App Router and Route Handlers, you can create serverless, scalable APIs for modern full-stack applications.
Difference Between Method Overriding and Method Overloading in Python?
Aug 25, 2025.
Understand method overriding vs. overloading in Python. Learn how inheritance and polymorphism enable overriding, while default arguments simulate overloading. Master Python!
What is Duck Typing in Python?
Aug 22, 2025.
Duck typing is an important idea in Python that makes the language flexible and easy to use. Instead of checking what type an object is, Python checks what the object can do. This article explains duck typing in simple words, how it works, its benefits, possible problems, and examples from real Python code.
Java Programming: Features, Applications, and Advantages
Aug 21, 2025.
Java is a versatile, object-oriented programming language known for its portability, robustness, and scalability. Widely used in web, mobile, enterprise, cloud, and big data applications, it powers reliable solutions globally.
What are the four pillars of OOP in Python?
Aug 21, 2025.
Object-Oriented Programming (OOP) in Python is built on four main principles: Encapsulation, Abstraction, Inheritance, and Polymorphism. These concepts help developers write cleaner, reusable, and scalable code. In this article, we’ll break down each pillar in simple terms with Python examples.
What are the global objects available in Node.js, and how are they used?
Aug 19, 2025.
This article explains in simple words the global objects available in Node.js, their uses, and provides detailed examples in JavaScript.
⚡ Node.js – The Powerhouse Behind Modern Web Apps
Aug 14, 2025.
Node.js is a fast, scalable JavaScript runtime for building server-side apps. With event-driven, non-blocking I/O and a huge NPM ecosystem, it’s ideal for real-time apps, APIs, and full-stack development.
Why is Node.js single-threaded, and how does it handle concurrency?
Aug 13, 2025.
This article explains in simple words why Node.js is designed to be single-threaded, the role of its event-driven architecture, and how it achieves concurrency using the event loop, asynchronous operations, and non-blocking I/O. Includes clear explanations and code examples in JavaScript.
What is the Event Loop in Node.js, and How Does It Work?
Aug 13, 2025.
This article explains the concept of the Event Loop in Node.js, why it exists, how it works step-by-step, and how it allows asynchronous, non-blocking operations in a single-threaded environment. Includes clear JavaScript examples to make the topic easier to understand.
What Happens When You Run a Program? (Behind the Scenes)
Aug 08, 2025.
Have you ever wondered what actually happens when you hit Run, Execute, or double-click a program file? It's not magic — it’s a fascinating journey that your code takes from plain text to machine-level instructions. Let’s break it down in simple terms.
Difference between interface and abstract class?
Aug 07, 2025.
Learn the fundamental differences between interfaces and abstract classes in C#. This article breaks down their key characteristics, use cases, and performance implications with code examples. Ideal for developers and interview preparation.
What Is the Difference Between C# and .NET?
Aug 04, 2025.
Confused between C# and .NET? This article breaks down the technical differences and how they work together in modern software development.
What is object-oriented programming in C#?
Aug 05, 2025.
A hands-on guide to understanding object-oriented programming (OOP) in C#, complete with real-world examples. Learn the four pillars of OOP, Encapsulation, Inheritance, Polymorphism, and Abstraction, and how to apply them in modern C# applications.
What Is Amazon Bedrock AgentCore
Jul 16, 2025.
Learn what Amazon?Bedrock?AgentCore is, its seven core services, and how it helps you securely deploy and operate AI agents at enterprise scale. Keywords: Amazon Bedrock AgentCore, AI agents, AWS AgentCore, deploy AI agents, enterprise AI.
Object Oriented Programming Concepts in C# (2025)
Jul 08, 2025.
Explore object-oriented programming (OOP) in C# for 2025, covering core principles—encapsulation, inheritance, polymorphism, and abstraction, along with modern features like records, pattern matching, and more.
Common Language Runtime (CLR) in .NET
Jul 02, 2025.
The Common Language Runtime (CLR) is the core of .NET, managing code execution, memory, security, and cross-platform compatibility. It compiles IL to native code, enabling safe, efficient app performance.
Can I build AI or machine learning apps in C# like I can in Python?
Jun 21, 2025.
Can you build AI or machine learning apps using C# like you can in Python? Absolutely! While Python leads in AI development due to its rich ecosystem, C# offers powerful tools like ML.NET, ONNX Runtime, and Azure Cognitive Services for building and deploying AI solutions in .NET applications. This guide explains how to use C# for AI, where it shines, and when Python might still be the better choice.
Difference Between Compilation and Runtime Errors in .NET
Apr 08, 2025.
In .NET development, errors occur at compile time or runtime. Understanding and handling compilation errors like syntax issues and runtime errors like exceptions ensures stable and reliable applications.
Profile-Guided Optimization (PGO) in C#
Mar 31, 2025.
Profile-Guided Optimization (PGO) in C# enhances performance by optimizing code based on real-world execution data. This technique helps the .NET runtime make smarter JIT compilation decisions, improving speed and efficiency.
.NET IL Weaving A Powerful Tool for Runtime Code Modification
Mar 10, 2025.
Intermediate Language (IL) Weaving in .NET is a powerful yet underutilized technique that allows modifying compiled assemblies at runtime or build time. This article explores what IL Weaving is, why it's useful, when and where to use it, and how to implement it effectively.
.NET 10 Preview 1 Features and Enhancements Unveiled
Feb 27, 2025.
.NET 10 introduces runtime optimizations, library enhancements, and SDK improvements, boosting performance, usability, and productivity. With LTS support, it ensures stability while offering cutting-edge features for modern application development.
Understanding OOP in Python
Feb 16, 2025.
This article explains the fundamental concepts of Object-Oriented Programming (OOP) in Python. It covers classes, objects, inheritance, polymorphism, encapsulation, and abstraction, illustrated with a comprehensive code example and detailed explanations.
Understanding the Override Function in C#
Jan 23, 2025.
The override keyword in C# allows a derived class to modify or extend a method defined in a base class. It supports polymorphism, inheritance, and encapsulation, enabling flexible and reusable code with dynamic method binding at runtime.
When to Use Abstract Class vs Interface and Why?
Nov 29, 2024.
This article explains when to use abstract classes vs. interfaces in C# through two scenarios. The first scenario demonstrates how abstract classes help avoid code duplication, while the second shows how interfaces enable multiple inheritance.
Object Oriented Programming in Python
Jul 19, 2024.
Object Oriented Programming in Python" delves into the principles and concepts of OOP using Python. This guide covers classes, objects, inheritance, polymorphism, and encapsulation, providing practical examples and hands-on exercises.
Encapsulation, Inheritance, and Polymorphism in C#
Jul 18, 2024.
In this article, we will learn how to encapsulate data for security, leverage inheritance for code reuse, and implement polymorphism to create flexible and scalable applications.
C# Abstract Class with Examples
Jul 17, 2024.
Explore the fundamentals of C# abstract classes through clear examples and detailed explanations. Learn how abstract classes facilitate code reusability and polymorphism in object-oriented programming, with practical demonstrations of their usage and implementation in C#.
Polymorphism Concept OOPS
Jul 16, 2024.
Polymorphism in C# involves method overloading (multiple methods with the same name but different parameters), method overriding (subclass provides specific implementation of a method in the parent class), and method hiding (subclass hides a method from the parent class).
Overloading vs Overriding in Java
Jun 12, 2024.
Method overloading and overriding in Java, essential OOP concepts for code reusability and polymorphism. Overloading allows multiple methods with the same name but different parameters while overriding lets subclasses provide specific implementations of superclass methods and maintainability.
Hide Base Class Members in C# .NET with new Keyword
May 30, 2024.
In C# .NET, the new keyword allows derived classes to hide members of a base class. This technique, known as member hiding or shadowing, is used to define a new implementation for a member without overriding the base class version.
Methods for Effective Error Handling in Javascript
May 29, 2024.
JavaScript error handling involves managing syntax, runtime, and logical errors. Techniques include try...catch blocks, throwing custom errors, and handling asynchronous errors. Employing best practices ensures stability and reliability, enabling robust JavaScript applications.
Understanding Reflection in C#
May 28, 2024.
Reflection in C# allows runtime inspection and interaction with object types and members, enabling dynamic invocation, type inspection, and metadata access. It's powerful for development tools and debugging utilities.
😇How the Compiler Reads Your Code?
May 13, 2024.
C# compilation, from syntactic and semantic analysis to optimization techniques. Learn how the Common Language Runtime (CLR) executes compiled code and discover the role of the Just-In-Time (JIT) compiler.
Mastering OOP in C#: A Real-World Project Journey
May 13, 2024.
Explore Object-Oriented Programming in C# through a practical journey. Learn key concepts like inheritance, polymorphism, and encapsulation while working on real-world projects. Master C# development with hands-on examples, SOLID principles, and design patterns in Visual Studio and .NET framework.
C# Inheritance: Basics and Practical Examples
May 10, 2024.
Inheritance in C# allows classes to inherit properties and behavior from other classes, facilitating code reuse and creating a hierarchy of classes. Beginners learn to establish relationships between classes, leverage base, and derived classes, and implement polymorphism for flexible and efficient code structures."
How to Ignore Properties in OData at Runtime
Apr 10, 2024.
This article provides a guide on how to dynamically ignore properties in OData at runtime using Late-Bindings. It covers the concept of OData, the need for ignoring properties, and a step-by-step tutorial on implementing this in your code.
What is the Difference Between JavaScript and TypeScript?
Apr 09, 2024.
JavaScript is a scripting programming language used to build client-side and server-side applications. It provides a runtime element management and manages the DOM dynamically. And it is a prototype-based language.
What is the Abstract Class in C#?
Mar 27, 2024.
The abstract class is a special privileged class in the C#, this will provide a blueprint for the derived classes with a setup of rules and instructions to be derived. The abstract class contains both abstract and non-abstract methods.
What is the Virtual Method in C#?
Mar 26, 2024.
In this article, we will provide an explanation about the virtual method with consise answer, which is help full for the people who wants to attends the C# with opps interview.
Difference Between Full and Runtime Only Builds in Vue.js
Mar 20, 2024.
The difference between full and runtime-only builds in Vue.js lies in template compilation. Full builds include the compiler, allowing template usage in the code, while runtime-only builds exclude it, reducing bundle size for production.
Decoding Expression Trees in C#
Mar 08, 2024.
This article contains the details of how to Decoding Expression Trees in C#.
What are Properties in C#?
Mar 04, 2024.
In this article, we will learn about properties in C#, different types of properties, how to define and use them, and some best practices when working with properties in C#, properties in C# are a way to encapsulate data and provide controlled access to it.
Programming in Practice Discipline
Feb 27, 2024.
Programming in Practice is a discipline that systematically applies engineering principles to the program design, development, and implementation of algorithms, program text editions, and testing. It is a part of the software engineering discipline, which also involves project management, software distribution, maintenance, and evolution of software systems. Programming in Practice can be deployed tanks to widely accepted best practice rules and design patterns for well-defined subdomains as follows: sequential programming, concurrent programming, real-time programming, parallel programming, and distributed programming.
Learn about Reflection in C#
Feb 13, 2024.
Reflection is a powerful feature in C# that enables you to inspect and interact with types, assemblies, and objects at runtime. It provides a way to dynamically discover and use information about types, invoke methods, and access fields and properties.
Polymorphism Concept in Object-Oriented Programming
Feb 12, 2024.
What do you mean by polymorphism? Polymorphism is explained with C# examples, Polymorphism, a concept extending beyond programming, is illustrated in everyday scenarios. Electrical outlets serve as an analogy, supporting diverse devices—an example of polymorphism manifesting in real life.
Exploring the Dynamic Language Runtime (DLR) in C#
Feb 06, 2024.
The Dynamic Language Runtime (DLR) in C# enhances flexibility by enabling dynamic typing and execution of code. It fosters interoperability with languages like Python and JavaScript, promoting versatile application development within .NET.
Azure Data Factory - Integration Runtimes
Jan 24, 2024.
This article gives a basic gist of different types of Integration Runtimes present in Microsoft Azure Data Factory (ADF)
Reading properties of an object in C#
Nov 26, 2023.
This article explores two ways to read the properties of an object in C# without knowing its type at compile time: reflection and dynamic keyword. Reflection involves inspecting and manipulating metadata at runtime, providing flexibility but with potential performance drawbacks. On the other hand, the dynamic keyword allows for late-binding, bypassing static type checking, but may result in runtime exceptions and relies on the Dynamic Language Runtime (DLR). The choice between reflection and dynamic depends on specific needs and scenarios.
VS 2022 Reveals System.Runtime.CompilerServices.Unsafe Vulnerability
Nov 15, 2023.
The recent version of Visual Studio 2022 revealed a vulnerability in ASP.NET WebForms.while updating Windows on Patch Tuesday and releasing the latest version of Visual Studio 17.8 and .NET 8 LTS, I upgraded some legacy systems developed with ASP.NET WebForms, now utilizing C# 12. During this procedure, I encountered a significant problem thanks to a new feature of Visual Studio.
Liskov Substitution Principle
Oct 30, 2023.
Liskov Principle is part of SOLID Design Principles. The Liskov Substitution Principle (LSP) is a fundamental concept in object-oriented programming that ensures the correct design of inheritance hierarchies. It was introduced by Barbara Liskov, an American computer scientist, in 1987. The principle emphasizes that objects of a superclass should be replaceable with objects of its subclasses without affecting the functionality of the program. It essentially deals with the behavior of objects when they are used in place of their parent objects.
Types of Errors in Javascript
Oct 26, 2023.
Explore the diverse landscape of JavaScript errors, from syntax and reference issues to type, range, and logical errors, in this comprehensive guide to better understand, identify, and address coding issues.
How to Use Custom Attributes in C#
Oct 10, 2023.
Custom attributes in C# allow developers to annotate code elements with metadata for improved runtime behavior and information retrieval. This practical guide explores the creation, implementation, and usage of custom attributes in C#. Learn how to define custom attributes, apply them to code entities, and leverage reflection to access attribute information dynamically. Discover the versatility of custom attributes for enhancing code readability, facilitating debugging, and enabling a more efficient software development process. Gain insights into best practices and real-world scenarios for effectively utilizing custom attributes within your C# projects.
Pillar of OOPS (Object Oriented Programming)
Sep 06, 2023.
This article explores the fundamental pillars of Object-Oriented Programming (OOP): Encapsulation, Abstraction, Polymorphism, and Inheritance. It provides detailed explanations and real-world examples to enhance your understanding of these critical concepts, making it a valuable resource for developers and interview preparation.
C# Abstract Classes: Definition, Usage With Example
Aug 07, 2023.
Learn all about C# Intermediate Abstract Classes in this comprehensive guide. Understand the concepts, usage, and benefits. A must-read for C# developers aiming to enhance their skills. Click to become a C# Abstract Classes expert!
What is WebView2 and How it is Linked to Microsoft Teams 2.0?
Jul 14, 2023.
Now everywhere in the market the latest buzz word is the new version of Microsoft Teams 2.0 release. But as a tech enthusiast we would like to know what is the change and why we need that change for the newer version of the Teams
Interview Questions & Answer For Full Stack .NET Developer
Jun 02, 2023.
Exploring The Key Components Of .NET - CLR, CTS, And CLS
Apr 06, 2023.
The article explores the three key components of the .NET Framework: the Common Language Runtime (CLR), Common Type System (CTS), and CLS
Android 13 - Runtime Notification Permission
Feb 13, 2023.
In this article, you will learn about Android 13 - Runtime Notification Permission.
Difference Between "RUNTIME" Class And "CLASS" Class
Jan 30, 2023.
The Runtime class encapsulates the runtime environment. In a running java application, the instances of this class encapsulates the run time state of an object.
Polymorphism In Web API .Net Core 6
Aug 22, 2022.
In this article, you will learn how to expose polymorphic data in the same controller's method.
Object-Oriented Programming Simplified With C# And .Net 5
Jun 28, 2022.
This article is about the general concepts of Object-Oriented Programming with examples in c sharp programming language.