Watch Pre-recorded Live Shows Here
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About generic
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahadesh Mahalingappa (6)
Juan Francisco Morales Larios (5)
Sandeep Singh Shekhawat (3)
Amr Monjid (2)
Devesh Omar (2)
Vithal Wadje (2)
Akhil Mittal (2)
Scott (2)
Ehsan Sajjad (2)
Mahesh Chand (2)
Abhishek Jaiswal (2)
Shantanu (2)
Jasminder Singh (2)
Shirsendu Nandi (2)
Shivam Payasi (1)
Santhosh Kumar Jayaraman (1)
Chris Blake (1)
Pawan Pandey (1)
Ramakrishna Basagalla (1)
Aman Panjwani (1)
Anmol Arora (1)
Mohamed Hasan (1)
Matea Andrei (1)
Lajapathy Arun (1)
Kiranteja Jallepalli (1)
Vidya Vrat Agarwal (1)
Periyasamy Vellingirisamy (1)
Varun Setia (1)
Nimit Joshi (1)
Rohatash Kumar (1)
Sachin Kalia (1)
Khushbu Saini (1)
Manisha Sonawane (1)
Abhishek Goswami (1)
Teddy Kurian (1)
Tom Mohan (1)
Jin Vincent Necesario (1)
Kenneth M H (1)
mingyongy (1)
Vladimir 0 (1)
Usman Sheikh (1)
Michael Griffiths (1)
Abhishek Duppati (1)
Pascal Declercq (1)
Adrita Sharma (1)
Ashutosh Gupta (1)
Rajeev Ranjan (1)
Nirmal Dayal (1)
Pravesh Dubey (1)
Shalini Dixit (1)
Abhishek Dubey (1)
Siddhesh Chalke (1)
Matthew Cochran (1)
Jamil Moughal (1)
Michael Bouck (1)
Abhishek Bhatore (1)
Saurabh (1)
Manish Kumar Choudhary (1)
Manoj Bhoir (1)
Faisal Pathan (1)
Munir Shaikh (1)
Sridhar Subramanian (1)
Tomas Herceg (1)
Surya Narayan Barik (1)
John Kocer (1)
Praveen Kumar Sreeram (1)
Bryian Tan (1)
Rahul Sahay (1)
Ahmed Abdi (1)
Allen O'neill (1)
Anil Thakur (1)
Prakash Tripathi (1)
Nishant Mittal (1)
Saillesh Pawar (1)
Bhuvanesh Mohankumar (1)
Debendra Dash (1)
K P Singh Chundawat (1)
Sridhar Sharma (1)
Related resources for generic
No resource found
Generic Delegates In C#
5/17/2022 4:18:59 PM.
Here ill describe that why we need Generic Delegates what are Generic Delegates, keyword used in Generic Delegates and their type with example
Compare 2 Objects of Generic Class Type in C#
5/11/2022 11:00:37 AM.
In this article I am going to explain how to compare 2 objects of generic class type in C#.
Generic Web Service Proxy
5/2/2022 9:02:16 AM.
In this article I will explain how you can consume a web service without using the standard Add Web Reference in Visual Studio and how to do this without using SOAP.
Generic Collection Classes in C#
5/2/2022 7:31:08 AM.
The collections the System.Collections.Generic namespace are type safe and this article explains them.
Generics And Generic Collections In C#
4/25/2022 11:36:38 AM.
In this article you will learn about Generics and Generic Collections in C# language.
Collections In C#
4/5/2022 3:17:56 PM.
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 s
Generics in C# - Part II
4/1/2022 10:01:52 AM.
In part II of generics in C# we will see how to create generic classes, structures, interfaces, and delegates. We will also see how to create a custom generic collections.
Generics in C# - Part I
4/1/2022 9:44:48 AM.
In Part I of this series you will see the importance of generics, you will learn how to use generic types which in the System.Collections.Generic namespace and you will also learn how to create generi
Usage Of STL In CPP Programming
3/23/2022 4:45:52 PM.
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.
Covariance And Contravariance in C#
2/23/2022 10:10:45 AM.
In this article I will give an overview of Covariance and Contravariance.
Implement Unit Of Work And Generic Repository pattern in a Web API .NET Core Project Using EF
2/21/2022 1:40:25 PM.
Complete guide to implement Unit of Work with Generic Repository Pattern with Entity Framework in a WEB API .NET Core project
Dynamically Creating Generic List<T> and Generic Dictionary<k,T> at Runtime Using C#
2/10/2022 11:14:13 AM.
In this article we are going to see how to generate a Generic List<T> and Generic Dictionary<K,T> dynamically and add items to it.
Exporting Generic List<T> to Excel in C# Using Interop
1/11/2022 10:23:17 AM.
In this article, we will learn how to export a Generic List<T> to Excel using Interop.
Collections in C#
11/25/2021 10:24:14 AM.
This C# Collections tutorial explains how to work with C# collection classes List, ArrayList, HashTable, SortedList, Stack, and Queue.
Using Generics With C#
11/15/2021 3:04:12 PM.
C# Generics are used to create generic collections in C#. A C# Generic collection has certain key features such as compare, add, remove, find, and index items. In this C# Generics tutorial with code e
IEnumerable in C#
10/29/2021 6:38:31 AM.
In this article, we will learn about the IEnumerable interface in C#. IEnumerable interface is commonly used when dealing with collections and reading a collection's items.
Generic Implementation For Serializer/Deserializer Using Google Protocol Buffer
9/24/2021 3:35:47 PM.
Serialize or deserialize the input using google protocol buffer library in generic implementation.
New Generic Collection In .NET 6 - A Priority Queue
6/17/2021 1:58:20 PM.
In this article, you will learn about the new Generic Collection in .NET 6 a Priority Queue.
Uploading Multiple Files Using jQuery and Generic Handler in ASP.Net 4.5
4/22/2021 10:06:15 AM.
This article describes how to upload multiple files in ASP.NET Web Forms using the jQuery and Generic Handler.
Generic Repository Pattern in MVC3 Application With Entity Framework: Part 6
3/17/2021 5:59:29 AM.
This article will focus on the Unit Of Work Pattern and Repository Pattern, and shows how to perform CRUD operations in an MVC application when there is the possibility of creating more than one repos
HtmlGenericControl Class in ASP.Net
2/2/2021 6:59:57 AM.
This article defines the HtmlGenericControl class in ASP.Net.
Dictionary Requires a Model Item of Type System.Collections.Generic.IEnumerable in MVC 3
2/1/2021 7:35:18 AM.
I encountered an error in the implementation of returning multiple models to a single view.
Generic Classes And Functions
1/22/2021 6:25:21 PM.
In this article, you will learn about the concept of generic classes and functions.
CRUD Operations Using the Generic Repository Pattern and Dependency Inversion Principle With IoC Container and DI in MVC
1/20/2021 6:05:46 AM.
This article introduces use of the Generic Repository Pattern and Dependency Inversion Principle With IoC Container and DI in MVC for CRUD Operations.
Generics in .Net
1/6/2021 11:04:35 AM.
This article introduces Generics of .Net (actually the Common Language Infrastructure (CLI)).
A Generic Library For Accessing and Creating Microsoft Project Plan File
1/1/2021 5:41:29 AM.
Here you will learn about a generic library for accessing and creating Microsoft Project Plan files.
DNN, Formerly DotNetNuke, Tutorial - Part Four (GenericDNN Modules)
12/31/2020 6:42:31 AM.
In this article, you will learn about GenericDNN Modules in DNN, formerly DotNetNuke.
.NET 4.5 Read-Only Interfaces
12/30/2020 6:34:10 AM.
This article introduces the brand new .NET 4.5 read-only interfaces that is similar to core generic interfaces. Hierarchy of core generic interface with read only interface.
Learn About ASP.NET HtmlGenericControl
12/9/2020 7:53:28 AM.
In this article, we'll be exploring the HtmlGenericControl of ASP.NET Webforms. What's exciting about this article will see how to create this control dynamically and combine it with some clie
Writing A Generic Data Access Component - Flexible Approach
12/7/2020 1:10:14 AM.
Here is one more flexible approach to achieve the same. I prefer this approach to generic data access.
Generic 'T, K' Database Component
11/26/2020 12:08:25 AM.
I have written a C# 2.0 (Visual Studio 2005), Generic <T, K> Database component, The component has simplified the architecture and the implementation by allowing me to keep the number of overlo
Revised Generic 'T, K' Database Component
11/25/2020 11:26:55 PM.
This is the code behind the Generic 'T, K' Database Component.
Introduction To Dapper Generic Repository
11/8/2020 9:10:16 AM.
This article introduces you to the introduction to Dapper Generic Repository.
Implementing Repository Pattern And Dependency Injection In ADO.NET Using Generics In C#
11/3/2020 12:57:56 AM.
In this article you will learn about implementing Repository pattern and Dependency Injection in ADO.NET using Generics in C#.
CDataService: A Generic Database Access Class
11/2/2020 5:13:26 AM.
Using a generic database access component in data-aware applications can simply development and separate data tier from business tier.
Generic Data Access Component using Factory Pattern
11/1/2020 11:53:01 PM.
The article A Generic Data Access Component using Factory Pattern provides a very good way of creating ADO.Net data provider independent applications, but there is one problem with it. Different ADO.N
Using ADO.NET Data Providers
10/28/2020 7:01:43 AM.
In this article I will explain about using ADO.NET Data Providers.
Generic CRUD Operations For CosmosDB
6/2/2020 8:34:05 AM.
In this article you will learn about Generic CRUD Operations for CosmosDB.
JavaScript: Attach Generic Event Handler
5/24/2020 3:14:48 PM.
In this article you will learn about Attaching Generic Event Handler in JavaScript.
Generic Repository Pattern In ASP.NET Core
5/6/2020 6:00:05 AM.
In this article, you will learn generic repository pattern in ASP.NET Core.
Understanding Generics In C#
4/24/2020 1:28:35 AM.
In this article, you will learn about generics In C#.
Generic Way To Export Data To Any Textformat In C#
4/18/2020 2:07:25 AM.
An extremely powerful and flexible way to export data to any text format (including XML & JSON)
Generic Validation Service for Reactive Forms
4/10/2020 3:58:00 PM.
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
Mobile App Development in Details
3/31/2020 1:23:09 PM.
This article explains mobile app development, related technologies, types of applications in the current scenario, from the past and the future along with their related operating systems.
Implementing C# Generic Collections Using Collection<T>, ICollection<T> With IEnumerator<T>
1/24/2020 7:31:34 PM.
In this article, you will learn how to create your own custom collections using Generic Collections class.
Generic Repository Pattern With MVC
12/2/2019 11:13:44 PM.
In this article we will going to learn how to implement Generic Repository pattern, along with we will check some aspects of them while implementing.
Lazy Loading with Generic Methods
11/11/2019 9:12:19 AM.
In this article, we will learn Lazy Loading using Generic Method in C#
Generics in Swift
10/15/2019 8:33:15 AM.
In this article, I will give a brief introduction of Generics in Swift.
ts.validator.fluent - TypeScript Based Generic, Fluent Validation Framework
10/15/2019 7:11:31 AM.
I have created a TypeScript based generic, fluent validation framework. Also, I have built a demo Angular 6 CLI app which uses the framework for client-side form validation.
MyFluent - A Validation Framework using .Net Generics and Lambda Expressions (Fluent paradigm)
10/1/2019 3:00:49 AM.
In this article you will learn A Validation Framework using .Net Generics and Lambda Expressions (Fluent paradigm).
Generic Data Access Layer for WCF : Part 5
9/26/2019 12:36:28 AM.
In this article, we will solve the runtime serialization issues we encountered in the previous article.
Generic DAL using WCF: Part 6
9/26/2019 12:35:11 AM.
In this article, I would just give a tip on how to improve on the Generic DAL which we just finished in this series.
Generic Data Access Layer using ADO.NET Entity Framework
9/26/2019 12:09:24 AM.
In this article, we will learn how to create a Generic data access layer with a WCF Layer. I use the Entity Framework to create a Data Model for our database.
Generic Data Access Layer using ADO.NET Entity Framework : Part 2
9/26/2019 12:01:30 AM.
In this article, we will take a deeper look at what the Entity Framework provides us and how we can modify it to achieve a Generic Data Access Layer.
Generic Data Access Layer for WCF : Part 3
9/25/2019 11:55:59 PM.
In this article, we will see how we can modify what the ADO.NET Entity Framework has provided us to achieve a Generic Data Access Layer.
Generic Data Access Layer for WCF : Part 4
9/25/2019 11:50:58 PM.
In this article, we will create a WCF Business Layer and its methods.
Generics in Java
9/19/2019 5:57:29 AM.
This article provides a brief overview of Generics. After this article one will be capable of working with Java Generics.
Introduction of Generics in Java
9/13/2019 6:17:39 AM.
In this article we are going to describe a new concept of Java which was introduced in J2SE 5.0. In this the system allows a type or method to operate on objects of various types while providing compi
C# Generics
6/26/2019 1:04:17 AM.
In this article, you will learn about C# generics.
Basics Of Generic Classes In C#
6/10/2019 8:08:16 AM.
This article explains how to use a Generic class and why we need to use it.
An Elegant C# Data Access Layer using the Template Pattern and Generics
5/30/2019 6:18:08 AM.
The GOF Template pattern coupled with .NET 2.0 Framework generics provides an awesome synergistic alliance. This article demonstrates how to drastically reduce the amount of code required in buildin
Implementing Generic Repository And CRUD Operations In ASP.NET Core Web API
5/5/2019 11:24:07 PM.
In this article, I will implement CRUD operations in ASP.NET Core Web API using generic repository pattren.
Writing a Generic Data Access Component
3/7/2019 12:31:49 AM.
I've received couple of emails people asking me how can they use a common data provider to access various types of data sources without loosing the power and flexibility of native data provider li
A Generic Data Access Component using Factory Pattern
3/7/2019 12:29:01 AM.
This article shows to utilize the System.Activator class and a factory pattern to create the concrete provider classes.
An Example of Generics Using C# in ASP.Net
3/6/2019 12:06:10 AM.
This article explains how generics are useful over non-generics and explains how to reuse code using generics.
Generic Types in C# 2.0 with Sample
3/5/2019 5:26:02 AM.
This article discusses generic types available in C# 2.0. The article also shows some sample source code on how to use generic types.
Generics in C# 2.0
3/5/2019 5:10:15 AM.
In this article, I specifically talk about Generics and how they improve upon arraylists and how they solve the issues posed by ArrayLists.
Convert DataTable to List In C#
3/1/2019 2:57:11 AM.
This article shows 3 ways to convert a DataTable to a List in C#.
Introduction to Generic
2/19/2019 8:46:07 AM.
This article describes an introduction to Generic Class, Methods, Delegates and Interfaces in C# programming.
Generic Extension Method To Map Objects From One Type To Another
1/28/2019 9:37:45 AM.
In this article, we will learn about Generic Extension method to map objects from one type to another.
Unit of Work in Repository Pattern
11/30/2018 3:15:38 AM.
Unit of Work is the concept related to the effective implementation of the repository pattern. non-generic repository pattern, generic repository pattern. Unit of Work is referred to as a single trans
Generics in C#
10/26/2018 12:52:10 AM.
This article is all about generics in C# and how to improve performance overhead.
Generic Error Logger using ASP.Net & C#
9/19/2018 2:06:42 AM.
In this article I just want to put some light on global.asax file & how we can make use of Application_Error. In this article, I am generating log text file which will have all the details of the
Filling Data objects using Reflection
9/5/2018 3:36:21 AM.
This article describes filling a Data class using a generic method. Reflection is used to find property of any passed class dynamically and assign the value.
DotVVM In Real-World Apps - Generic CRUD - Part Two
4/27/2018 4:25:43 PM.
In the previous article, I was writing about building a basic CRUD scenario using DotVVM, an open-source MVVM framework for line of business web apps.
Say Hello To Swift Generic
1/9/2018 10:54:49 AM.
If you have not been introduced to Swift generic yet, then definitely you are missing one of the most beautiful things. In this article, we will try to understand generic in a simple way and we will s
Building Entity Framework Generic Repository 2 Connected
12/18/2017 11:45:14 PM.
A few weeks ago, we looked a first article about Disconnected Repository. In this article let’s complete it with another piece off the puzzle, the connected Generic Repository.
Building Entity Framework Disconnected Generic Repository
11/30/2017 1:36:25 AM.
The repository pattern separates and retrieves data model mapping logic from the business logic. We will create a repository class for each entity class in our application. All these classes usually h
.NET Entity Framework Core Generic Async Operations With Unit Of Work Generic Repository
11/4/2017 12:10:23 AM.
The advantage of generic repository is that you can inherit from it, pass an entity type, and you will get CRUD operations. It will save you a lot of coding time when your domain objects are likely t
Default(T) In Generics
9/27/2017 11:06:13 PM.
Default represents default value of T parameter in generics intructions. In several cases, the default keyword is an absolute unknown and we think it’s unnecessary or its functionality is null. There
Generic Type Constraints: Where Keyword in C#
6/27/2017 6:56:05 AM.
This article explains the where keyword in C#. Where keyword in C# can be used in combination with the generic classes to add some constraints on it. By adding the constraints, your generic class can
Equality Operator (==) With Inheritance And Generics In C#
4/30/2017 10:44:15 AM.
Equality Operator (==) With Inheritance And Generics In C#.
Azure Functions - Create Generic Webhook Trigger
3/27/2017 7:38:12 AM.
This article briefs you on Azure functions – Create Generic Webhook Trigger.
Coding Challenge - Lesson Learned
2/22/2017 12:20:49 PM.
Here, I am sharing some note from the coding challenge: NumberStyles, Tuple, Generic Extension Method, Group string from right to left.
Generic Constraints In A Nutshell
2/13/2017 11:45:59 PM.
This video describes about Generic Constraints.
MVC Crud Using Generic Repository And jQuery
1/29/2017 11:41:25 PM.
In this article, you will learn how to create simple Crud operations, using generic repository pattern and jQuery.
Reuse Your Code .. Generic Save/Load!
1/24/2017 4:05:27 PM.
Get the overview of Generic C# .NET Object Save/Load pattern and code.
Basic Generic Repository Pattern and Unity of Work Frame Work in ASP.NET MVC3 : Part 1
12/12/2016 4:31:35 AM.
In this article I will describe what a repository pattern is in ASP.NET MVC3 and how it is wrapped with the Unity of Work Framework.
Basic Generic Repository Pattern and Unity of FrameWork in ASP.NET MVC3: Part 2
12/12/2016 4:30:46 AM.
In this article I will describe for you how to implement an actual generic repository pattern with a unity of work pattern class with Entity Framework.
Introduction To Generic IEqualityComparer
11/27/2016 1:34:13 PM.
In this article, you will learn about Generic IEquality Comparer.
Collections In C#
8/7/2016 11:33:21 AM.
In this article, we will learn about the Collections in C#.
Preparing For .NET Interviews: Traditional And Generic Collections - Part Eight
5/22/2016 1:45:09 PM.
This article presents the common questions asked in .NET interviews related to traditional and generic collections and explains the answers easily.
Understanding <T> In C#
5/18/2016 4:54:37 AM.
In this article you will learn about what is <T> in C#.
Learn Tiny Bit Of C# In 7 Days - Day 4
5/12/2016 11:57:13 AM.
In this article you will learn about Delegates, Enums, Attributes, Generics in C#. This is part 4 of the series.
Generics In C#
5/8/2016 1:30:32 AM.
In this article you will learn about Generics in C#.
Working With The Error Cannot Implicitly Convert Type 'ListName[]' to 'System.Collections.Generic.IList<ListName>' in WCF.
4/18/2016 11:09:25 AM.
In this article I am going to discuss about a common error that most of the time comes while working with WCF.
RESTful Day 1: Enterprise Level Application Architecture With Web APIs Using Entity Framework, Generic Repository Pattern and Unit of Work
4/13/2016 12:04:08 PM.
In this article we will be focusing on how to develop basic enterprise-level application architecture with Web APIs.
Convert Generic List Into XML In ASP.NET MVC
4/12/2016 3:55:22 AM.
In this article we will learn how to convert generic list which is created from model class Into XML In ASP.NET MVC
Generic Exception Handling Techniques In ASP.NET MVC
3/13/2016 12:06:22 AM.
In this article we will learn various ways of exception handling in ASP.NET MVC.
A Simple Way to Learn Generics
11/20/2015 3:40:01 AM.
In this article we will look at the basics of generics. Generics is a mechanism offered by the Common Language Runtime (CLR) and programming languages that provide one form of code re-use and algorithm re-use.