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]
Jaimin Shethiya(6)
John Godel(5)
Ajay Kumar(5)
Vijay Yadav(4)
Sardar Mudassar Ali Khan (4)
Micheal Xavier A (3)
Jitendra Mesavaniya(3)
Mahesh Chand(2)
Dinesh Gabhane(2)
Alkesh Bijarniya(2)
Raj Kumar(2)
Munib Butt(2)
Brajesh Kumar(1)
Priya Prajapati(1)
Aarav Patel(1)
Raghunath Bhukan(1)
Ananya Desai(1)
Ajay Narkhedkar(1)
Rajesh Gami(1)
Akshay Amin(1)
Muiz Atolagbe(1)
Niharika Gupta(1)
Mariem Moalla(1)
Kiran Kumar(1)
Shubham Sidnale(1)
Jochen Bartlau(1)
Deepak Tewatia(1)
Ng Cheehou(1)
Jin Necesario(1)
Manoj Kalla(1)
Kautilya Utkarsh(1)
Sanjay Kumar(1)
Siddhesh Chavan(1)
Tahir Ansari(1)
Habibul Rehman(1)
Ashish Bhatnagar(1)
Khoday Akilesh(1)
Ashutosh Singh(1)
Punar Dutt Rajput(1)
Abdul Raheem(1)
Sarthak Varshney(1)
Jagannath Sethi(1)
Gurpreet Arora(1)
Arindam Dawn(1)
Esamaldin Mohammed(1)
Mohit Ande(1)
Jaydeep Patil(1)
Manikandan M(1)
Shivam Payasi(1)
Aman Panjwani(1)
Anmol Arora(1)
Matea Andrei(1)
Venkatasubbarao Polisetty(1)
Periyasamy Vellingirisamy(1)
Varun Setia(1)
Khushbu Saini(1)
Debasis Saha(1)
Atul Warade(1)
Usman Sheikh(1)
Abhishek Duppati(1)
Pascal Declercq(1)
Adrita Sharma(1)
Abhishek Yadav(1)
Habibur Rony(1)
Prashant Rewatkar(1)
Ashutosh Gupta(1)
Mayank Tripathi(1)
Nirmal Dayal(1)
Pravesh Dubey(1)
Amit Tyagi(1)
Mohammad Elsheimy(1)
Priyanka Jain(1)
Resources
No resource found
Mastering .NET Interviews – Part 3: Advanced C# Features
Jun 20, 2026.
Master advanced C# features for .NET interviews: Generics, Delegates, Events, LINQ, and Async/Await. Elevate your coding skills!
Collections in .Net (C# Guide for Beginners)
May 01, 2026.
Master .NET collections in C#! This beginner's guide covers generic, non-generic, and concurrent collections. Learn to efficiently store and manage data for APIs, databases, caching, and real-time apps.
How to Use Generics in C# to Write Reusable and Type-Safe Code
Apr 03, 2026.
Master C# generics! Learn how to write reusable, type-safe code, avoid duplication, and boost performance. Explore generic classes, methods, collections, and constraints.
From LLMs to PT-SLMs: How GSCP-15 Turns Generic Models into Governed, Enterprise-Grade Delivery
Jan 19, 2026.
Discover PT-SLMs: tailored small language models for enterprise. Learn how GSCP-15 ensures governed, cost-effective, and reliable AI delivery at scale.
Generative AI: How GSCP-15 Turns Generic Models into Governed, Enterprise-Grade Delivery
Jan 19, 2026.
Unlock enterprise-grade AI with PT-SLMs & GSCP-15. Govern generic models for controlled, cost-effective, and auditable AI delivery at scale. Learn how!
AI Agents: How GSCP-15 Turns Generic Models into Governed, Enterprise-Grade Delivery
Jan 19, 2026.
Discover how GSCP-15 transforms generic AI models into governed, enterprise-grade delivery systems using PT-SLMs for enhanced control, cost-efficiency, and auditability.
Artificial Intelligence: How GSCP-15 Turns Generic Models into Governed, Enterprise-Grade Delivery
Jan 19, 2026.
Unlock enterprise-grade AI with GSCP-15! Transform generic LLMs into governed, cost-effective PT-SLMs for reliable, scalable, and auditable AI delivery.
How Do I Use AI to Personalize Sales Outreach at Scale Without Sounding Generic?
Dec 31, 2025.
Learn how to use AI, like ChatGPT, to personalize sales outreach at scale without sounding generic. Discover proven strategies for relevance and credibility.
Exploring nameof Support for Unbound Generic Types in C# 14 (.NET 10)
Dec 29, 2025.
Unlock compile-time safety with C# 14's nameof operator for unbound generic types! Simplify logging, DI, and validation. Boost code maintainability in .NET 10.
Events and Event Handlers in C#
Dec 16, 2025.
Master C# events and event handlers! Learn how to build loosely coupled, scalable applications using the publisher-subscriber pattern. Enhance your .NET skills now!
How to Use MediatR for Clean Architecture in .NET Applications
Dec 08, 2025.
Learn how to implement MediatR in .NET applications to achieve Clean Architecture. This guide explains request/response patterns, commands, queries, handlers, dependency injection, pipelines, and best practices with simple code examples.
Exception Handling in ASP.NET Core
Dec 05, 2025.
This article provides a complete, easy-to-understand, and professional guide to Exception Handling in ASP.NET Core. It explains what exceptions are, why proper error handling is important, and how to implement try–catch, global exception middleware, built-in error handling, custom exception filters, structured ProblemDetails responses, validation errors, and logging using best practices. Ideal for beginners and experienced .NET developers, this article teaches how to build stable, secure, and production-ready applications with proper exception handling techniques.
Generics in C#: Introduction and Usage
Dec 02, 2025.
Unlock the power of Generics in C#! This guide introduces Generics, explaining how they enhance type safety and performance by deferring data type specification. Learn with examples!
Mastering Role-Based and Policy-Based Authorization in ASP.NET Core
Nov 13, 2025.
Secure your ASP.NET Core apps! Learn role-based and policy-based authorization. Implement custom handlers for granular access control and robust security measures.
Chapter 14: Templates and Generic Programming in C++
Oct 23, 2025.
Explore C++ templates, the cornerstone of generic programming. Learn how to write functions and classes that work with any data type, avoiding redundant code. Discover function templates, class templates, and template instantiation with practical examples like swap_values and a Pair class. Understand how templates power the Standard Template Library (STL).
Unit Testing: Non-Generic Collections in MSTest
Oct 07, 2025.
Struggling to unit test non-generic collections like ArrayList in MSTest? This article highlights a common pitfall: attempting to use Assert.Contains with incompatible types. Learn why the example code fails to compile and discover effective strategies for verifying the contents of non-generic collections using MSTest's assertion methods. We'll explore type checking and alternative approaches for robust unit testing.
Difference Between Generic Host and Web Host in .NET Core
Sep 12, 2025.
Understand the crucial differences between Generic Host and Web Host in .NET Core. This article clarifies their roles, evolution, and when to use each. Learn why Microsoft shifted to Generic Host for unified hosting, supporting web apps, worker services, and console applications. Discover the benefits of flexibility, scalability, and a consistent development experience. Choose the right host for your .NET Core project and future-proof your applications.
When to Use Generic vs Non-Generic Collections in C#
Aug 19, 2025.
Discover the differences between generic and non-generic collections in C#. Learn their impact on performance, type safety, and usability with examples, helping you choose the right collection for efficient development.
Collections in C#: From Arrays to Advanced Generics for Professional Developers
Jul 30, 2025.
This article provides a clear and practical overview of the most common C# collections, including arrays, lists, dictionaries, queues, stacks, and sets. It explains their key features and use cases with easy-to-understand examples of employee management.
Events and Event Handlers in Javascript
Jul 17, 2025.
Learn how JavaScript events and handlers make web pages interactive. From mouse clicks to form inputs, master event-driven programming for responsive, user-friendly websites with real-time user interaction.
Types of Classes in C# with Examples | Concrete, Static, Abstract, Sealed, and More
Jun 12, 2025.
Learn all the types of classes in C# with clear examples and use cases. Understand when to use abstract, static, sealed, generic, and partial classes in .NET Framework.
The Hidden Costs of Null Checks in Generic C# Code
Apr 27, 2025.
Learn how to properly perform null checks in generic C# code. Avoid hidden performance issues like boxing by using EqualityComparer<T>.Default and modern is null techniques for efficient, clean code.
How to Convert a DataTable to a List of Objects in C#
Apr 27, 2025.
Learn how to convert a DataTable to a List<T> in C#. Explore manual, reflection-based, and LINQ methods for better performance, type safety, and cleaner code. Improve maintainability in modern C# applications.
ScopedValueChanger<T> - A very helpful Generic Helper Class to Temporary Change Values
Apr 25, 2025.
This article explores the ScopedValueChanger<T> class, a utility designed to manage temporary value modifications with automatic restoration. Implementing the IDisposable interface ensures that changes made within a scoped context are reversed, maintaining application state integrity.
Essential C# Keywords
Dec 25, 2024.
This article explains important C# keywords that help in writing more efficient code. It covers keywords like volatile, value, get, set, yield, partial, and where, describing their uses in a simple manner. These concepts are essential for anyone looking to improve their C# programming skills.
Enhanced Exception Handling with IExceptionHandler in .NET Core 8
Nov 28, 2024.
Learn about IExceptionHandler in .NET 8, a robust interface for handling exceptions in ASP.NET Core. Streamline error handling with custom logic, modular design, standardized API responses, and enhanced user-friendly error management.
Exploring Advanced Generics in C#: A Practical Guide with Examples
Nov 25, 2024.
This article aims to provide a guided tour of some advanced topics in C# generics, such as constraints, covariance and contravariance, and custom generic interfaces.
TypeScript Essential Features
Oct 07, 2024.
TypeScript offers essential features that enhance JavaScript development, including static typing, type inference, and support for interfaces and generics. It provides tools like classes, enums, and modules, enabling better code structure.
Overview of Minimal API
Oct 01, 2024.
Minimal API in ASP.NET Core provides a streamlined approach to building HTTP APIs with minimal configuration. Introduced in .NET 6, it allows for lightweight API development without controllers, making it ideal for small projects. This article covers key features, and differences from traditional APIs, HTTP verbs, and routing techniques.
How C# Generics is different from Java Generics
Sep 24, 2024.
In this article, we explore the distinctive features of C# generics and how they enhance programming efficiency. We compare generics with non-generic types, focusing on benefits like type safety, code reusability, and performance optimization.
Detailed use of Action Delegate in C#
Sep 11, 2024.
In C#, the Action delegate represents a method that does not return a value and can accept up to 16 parameters. It's useful for passing methods as arguments, callbacks, and event handling. It supports lambda expressions and anonymous methods, making code more concise. Unlike Func<T>, Action always returns void.
Guide to Dependency Injection in .NET Core
Aug 13, 2024.
Dependency Injection (DI) in .NET Core enhances application design by promoting loose coupling, improved testability, and maintainability. It involves injecting services via constructor injection, with services registered as transient, scoped, or singleton. DI simplifies managing complex dependencies and testing.
How to Show Direct Binary Image Using Handler in ASP.NET WebForms
Aug 09, 2024.
Learn how to display images stored as binary data in a database using an HTTP handler in ASP.NET WebForms. This guide covers creating a database table, a stored procedure for image retrieval, and implementing an HTTP handler to serve images dynamically. It also includes integrating the handler into a web form.
Understanding HttpHandler vs HttpModule in ASP.NET Web Forms
Aug 07, 2024.
In ASP.NET Web Forms, HttpHandler and HttpModule customize request processing. HttpHandler processes specific request types, such as serving dynamic content or custom file downloads. HttpModule intercepts all requests, allowing for global processing like logging, authentication, and request manipulation.
What is a Handler in ASP.NET Web Forms and How to Use It
Jul 30, 2024.
Learn about HTTP handlers in ASP.NET Web Forms, which handle specific HTTP requests like image generation and file downloads. Implement handlers by creating a class that implements IHttpHandler, registering it in web. config, and using it for efficient, lightweight request processing.
CQRS Simplified - Explained and Implemented
Jul 30, 2024.
CQRS (Command Query Responsibility Segregation) in .NET Core separates read and write operations for better scalability and performance. By using distinct models for commands and queries, it simplifies complex data handling, improves security, and enhances maintainability.
Implementing CQRS and Event Sourcing with .NET Core
Jul 19, 2024.
This article explores implementing CQRS (Command Query Responsibility Segregation) and Event Sourcing with .NET Core. It covers the basics of CQRS and Event Sourcing, including commands, queries, and event storage.
Generic Repository with EF Core Store Procedure in .NET Core 8
Jul 16, 2024.
Entity Framework Core (EF Core) empowers .NET developers with seamless database interaction through object-relational mapping (ORM) and support for stored procedures. It optimizes performance by executing complex SQL logic directly on the server, enhancing efficiency for CRUD operations.
Generic Repository with EF Core in .NET Core 8
Jul 03, 2024.
Observe the Entity Framework Core Generic Repository! The subject that will make some people uncomfortable. They are unwilling to discuss it at all. Others, on the other hand, adore it and become giddy at the mere mention of the generic repository pattern.
Func Delegates in .NET Core C#: Syntax, Usage and Examples
Jun 13, 2024.
Func and Action are two generic delegate types that are built into C#, so you usually don't need to explicitly define custom delegates. A generic delegate called Func is part of the System namespace. It has one out parameter and zero or more input parameters. As an out parameter, the final one is regarded as such.
Fix Generic Error in Custom Activity Using Batch Account in ADF
Jun 11, 2024.
While executing a C# code in custom activity using batch activity in ADF sometimes it would get the error "The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection.
UnderStanding nameof Operator in C#
May 28, 2024.
The nameof Operator retrieves names of variables or members dynamically, aiding in code maintenance. Raising PropertyChanged Event notifies property changes in INotifyPropertyChanged implementations. Argument Checking and Guard Clauses ensure robust code by validating inputs.
How Do You Pass an Event Handler to a Component in ReactJS
May 21, 2024.
Passing event handlers to React components involves defining them in the parent, passing them as props to the child, and utilizing them in the child component's event listeners for interactive applications.
Understanding Generic Constraints in C#
May 21, 2024.
Generics in C# allow you to define classes, methods, and interfaces with a placeholder for the type of data they store or use. This flexibility enables you to write more general and reusable code.
Exploring Delegating Handlers in C# .NET
May 19, 2024.
In modern software development, especially when dealing with web services, the ability to customize and extend HTTP request and response processing is crucial. This article delves into the concept of delegating handlers, illustrating their use and benefits with practical examples.
Exploring in Depth Of Abstraction in C#
May 14, 2024.
Dive deep into abstraction in C#, exploring OOP concepts like encapsulation, inheritance, and polymorphism. Learn about abstract classes, interfaces, generics, and advanced features like delegates and events, enhancing code modularity and scalability.
Dictionary in .NET C#: Syntax, Methods, and Example
May 07, 2024.
In C#, a dictionary is a generic collection that holds elements as pairs of keys and values. The Non-Generic Hashtable collection and the Generic Dictionary operate extremely similarly.
HashSet .NET C#: Usage, Methods, and Example
May 03, 2024.
A hash set is an unordered list of distinct elements in C#. In.NET 3.5, this collection is released. When we wish to stop duplicate pieces from being added to the collection, we typically utilize it. When compared to a list, the HashSet performs substantially better.
Bubble Sort Algorithm in C# with Generic Method Example
Apr 15, 2024.
Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order. The pass through the list is repeated until the list is sorted.
What is Generics in .NET C# with example
Apr 15, 2024.
Generics in C# represent a cornerstone of modern software development, offering a powerful mechanism for creating reusable and type-safe code. This comprehensive article explores the fundamentals of generics, delving into practical examples and best practices to harness their full potential.
Understanding the Art of C# Generics
Mar 01, 2024.
Unlock the power of C# Generics with our comprehensive guide. Master best practices, explore advanced scenarios, and elevate your coding skills with this in-depth C# Generics tutorial. Learn to write efficient, flexible, and type-safe code for a wide range of scenarios, ensuring optimal performance.
Java Applet Design: File, Edit, and Search Options with ActionPerformed Functions
Feb 26, 2024.
Create an Applet with the menu bar and add the following menus: File, Edit and Search. Add default menu items to the respective menus. In the File menu, add the following items: New, Open, Save and Close.
Why we should learn C#?
Feb 26, 2024.
This article explores the reasons behind choosing C# over other languages, delving into its evolution, key features like object orientation, lambda expressions, LINQ, generics, and its adaptability for modern development needs.
How to Pass a Parameter to Event Handler or Callback in React.js
Feb 22, 2024.
In React, passing parameters to event handlers can be done using arrow functions or the bind method. Choose the approach that suits your project for optimal performance and readability.
Understanding Azure Event Grid
Feb 12, 2024.
Azure Event Grid is a fully managed event routing service that simplifies the development of event-driven applications. In this article, we'll explore the key concepts, features, and use cases of Azure Event Grid, shedding light on its role in building modern, scalable, and responsive applications.
IExceptionHandler in ASP.NET Core 8
Feb 07, 2024.
ASP.NET Core 8 introduces a new feature called IException Handler, providing a centralized way to handle exceptions in applications. This article explores what IExceptionHandler is and how to use it effectively.
Extending HttpClient With Delegating Handlers in ASP.NET Core
Jan 17, 2024.
Explore the power of the HttpClient class in ASP.NET Core through Delegating Handlers. Learn to create a custom handler for logging HTTP requests and responses, enhancing HttpClient functionality with extensibility and modularity.
Traits and Generics in Rust
Dec 20, 2023.
In this article, we will explore Traits and Generics in Rust. Explore the power of Rust, a programming language known for speed, memory safety, and clever code writing. Uncover the concepts of 'traits' and 'generics,' enabling reusable, flexible, and type-safe coding. Traits act as guides, while generics facilitate code adaptability. Discover how to declare, implement traits, and use generics for functions and data structures.
Implementing Unit Test .Net Core Application Using CQRS Handler
Dec 15, 2023.
Unit testing Dot Net Core using CQRS Architecture. This article delves into testing .Net Core API projects using the XUnit testing framework. Demonstrating unit tests for a CQRS architecture, it covers arrangement, action, and assertion phases with mocking and examples.
New Features of Rust 1.73
Nov 02, 2023.
Rust 1.73 is a major release that includes a number of new features and improvements, such as impl Trait syntax, generic associated types, and improved borrow checker performance. These changes make Rust more expressive, efficient, and user-friendly.
Mediator Design Pattern in ASP.NET Core Web API with 3-Tier Architecture
Oct 19, 2023.
The Mediator Design Pattern is a behavioral design pattern that defines an object that centralizes communication between a set of objects. It promotes loose coupling between components by preventing direct connections between them. Instead of components communicating directly, they communicate through a mediator.
Generics in C#: Enhancing Code Reusability and Type Safety
Oct 04, 2023.
In this article, we will explore the concept of generics in C# with detailed examples, showcasing how they enhance code flexibility and maintainability.
Generic in C#
Sep 01, 2023.
Generics in C# 2.0 revolutionize code design by decoupling classes and methods from data types. They're key in creating strongly typed, reusable, and performant code. You declare generics using the `<>` symbol.
Generics in C#
Aug 25, 2023.
Harness the Versatility of C# Generics: Boost Code Reusability and Type Safety. Dive into how Generics empower adaptable, efficient code, accommodating various data types while maintaining robust type checking.
Global Error Handling in Mule application
Jun 29, 2023.
In this article, we will learn about how to use a global error handler in Mule application.
Basic Internal Error Handlers in Mule application
Jun 27, 2023.
In this article, we will learn about some basic internal error handlers in Mule application.
Mastering C# Enums: An Essential Guide with Examples
Jun 13, 2023.
Unleashing the Power of a Generic Event Bus in Angular: Building a Powerful and Scalable Architecture
May 30, 2023.
A generic event bus in Angular acts as a central communication hub that enables components to publish and subscribe to events. It promotes loose coupling and enhances the flexibility and scalability of large-scale applications. By leveraging the event bus, developers can establish efficient communication between different parts of the application, facilitating seamless cross-component and cross-module interactions.
Custom JWT Handler In ASP.Net Core 7 Web API
May 26, 2023.
In ASP.NET Core Web API, you can create a custom JWT (JSON Web Token) handler to handle token authentication and authorization. The custom handler lets you define your logic for validating and processing JWT tokens.
Create Generic HttpClient Call Function With Error Handling In C#
Mar 09, 2023.
This article presents a step-by-step guide on how to create a generic HttpClient call function in C# that can handle different request methods, request body types, response types, and error handling using optional parameters. By following the provided code examples and explanations, readers can learn how to simplify HTTP requests in their C# applications and reduce the risk of errors.
Generic Interface And Generic Repository For Developing ASP.NET Core Web API
Feb 28, 2023.
In this article, you will learn about Generic Interface and Generic Repository for Developing Asp.net Core Web API.
Error Handling With Angular
Dec 20, 2022.
In this article, you will learn about Error Handling with Angular.
Unit Of Work With Generic Repository Implementation Using .NET Core 6 Web API
Dec 04, 2022.
Unit Of Work with Generic Repository implementation using .NET Core 6 Web API.
Using The New Generics Pattern Matching Feature In .NET 7
Nov 30, 2022.
In this article, you will learn how to use the new generics pattern matching feature in .NET 7.
Using The New Generic Number Interface In .NET 7
Nov 28, 2022.
In this article, you will learn how to use the new generic number interface in .NET 7.
Implement The Generic Badge View In Xamarin.Forms
Aug 03, 2022.
In this article, I will explain the Generic Badge in xamarin forms. We can implement the badge for Android, iOS and UWP. The plugin creates a custom renderer for each platform and a custom attached property for adding tab bar badges, which can be bound in XF shared code.
Generic Delegates In C#
May 17, 2022.
Here ill describe that why we need Generic Delegates what are Generic Delegates, keyword used in Generic Delegates and their type with example
Collections In C#
Apr 05, 2022.
The purpose of this article is to demonstrate how to work with arrays and the issues associated with them, followed by Non-Generic collections and their issues, and finally Generic collections which solve both arrays and Non Generic types of problems.
Usage Of STL In CPP Programming
Mar 23, 2022.
Standard Template Library that is considered as the bundle of template classes and pre defined functions that is highly used segment for the generic programming.
Implement Unit Of Work And Generic Repository pattern in a Web API .NET Core Project Using EF
Feb 21, 2022.
Complete guide to implement Unit of Work with Generic Repository Pattern with Entity Framework in a WEB API .NET Core project
Link Web Resource To A Form In Dynamics CRM
Jan 19, 2022.
In Dynamics 365 CRM, post creation of a web resource, to use it in CRM Form for a selected entity then we must add web resource into Form Libraries present at form level and then tie it to Event Handlers for a selected Event on Main Form. As an example, in Contact Customizations Solution for Contact Entity Main Form a web resource will be added to perform customizations on Contact Record.
Generic Implementation For Serializer/Deserializer Using Google Protocol Buffer
Sep 24, 2021.
Serialize or deserialize the input using google protocol buffer library in generic implementation.
New Generic Collection In .NET 6 - A Priority Queue
Jun 17, 2021.
In this article, you will learn about the new Generic Collection in .NET 6 a Priority Queue.
Generic Classes And Functions
Jan 22, 2021.
In this article, you will learn about the concept of generic classes and functions.
Implement Global Exception Handling In ASP.NET Core Application
Nov 16, 2020.
Explore ASP.NET Core's robust exception handling mechanisms, including global handlers and custom middleware. Learn to implement middleware for comprehensive error management, ensuring smooth application execution and effective debugging.
Introduction To MediatR Pattern
Jul 29, 2020.
MediatR pattern promotes loose coupling by facilitating in-process messaging, reducing dependencies between objects. It enables one-way broadcast communication, allowing objects to communicate solely through MediatR. Advantages include message processing, easy installation via NuGet, and support for request/response and notification.
Generic CRUD Operations For CosmosDB
Jun 02, 2020.
In this article you will learn about Generic CRUD Operations for CosmosDB.
Understanding Generics In C#
Apr 23, 2020.
In this article, you will learn about generics In C#.
Generic Way To Export Data To Any Textformat In C#
Apr 12, 2020.
An extremely powerful and flexible way to export data to any text format (including XML & JSON)
Generic Validation Service for Reactive Forms
Apr 10, 2020.
In this article, we will create a common service that will help validate and log error messages in one place, rather than writing it in every component
Performing Update and Delete Operations in ASP.NET Core 3 Razor Pages Using Microsoft SQL Server
Mar 17, 2020.
In this article, you will learn how to perform update and delete operations in ASP.NET Core 3 Razor Pages using Microsoft SQL Server.
Implementing CQRS Pattern with Vue.js and ASP.NET Core MVC
Mar 16, 2020.
This article mainly focuses on the CQRS pattern, how we can implement CQRS Pattern using MediatR, and how to use the CQRS pattern with ASP.NET MVC Core and Vue.Js.
Policy-Based And Role-Based Authorization In ASP.NET Core 3.0 Using Custom Handler
Feb 04, 2020.
Authentication is the process of determining or giving an individual access to system or user based on their identity. This article demonstrates how to add custom Policy-based & Role-based Authorization in ASP.NET Core 3.0.
Implementing C# Generic Collections Using Collection<T>, ICollection<T> With IEnumerator<T>
Jan 24, 2020.
In this article, you will learn how to create your own custom collections using Generic Collections class.
HTTP Handlers And HTTP Modules In ASP.NET
Jan 06, 2020.
This article talks about the HTTP Modules and HTTP Handler in ASP.Net and their applications in real time.
Lazy Loading with Generic Methods
Nov 11, 2019.
In this article, we will learn Lazy Loading using Generic Method in C#
Generics in Swift
Oct 15, 2019.
In this article, I will give a brief introduction of Generics in Swift.
Getting Started With Ansible - Part Ten (Handlers)
Sep 09, 2019.
This is in continuation to the articles of the series “Learning Ansible”.In this article we will be learning handlers.
Creating ‘mailto’ And ‘tel’ Link Handler
Sep 09, 2019.
Many business websites show their email addresses and phone numbers so their customers can contact them. In this lesson we will create wrapper classes around ‘mailto’ and ‘tel’ HTML links. Those classes will allow you to read and generate those links with ease.
Binding Event Handler And Method As Props In React
Jul 09, 2019.
Binding event handlers and methods as props in React involve passing functions from parent components to child components, ensuring proper binding to maintain the correct context. This pattern allows for efficient communication.