COMMUNITY: How to properly ask a question on Forums
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
LIVE
CAREER
MEMBERS
JOBS
Training
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]
Juan Francisco Morales Larios (5)
Jasminder Singh (5)
Sandeep Singh Shekhawat (4)
Devesh Omar (3)
Ehsan Sajjad (2)
Shirsendu Nandi (2)
Akhil Mittal (2)
Vithal Wadje (2)
Mukesh Kumar (2)
Yatendra Sharma (2)
Ankit Bansal (2)
Pawan Pandey (2)
Amr Monjid (2)
Abhishek Jaiswal (2)
Rohatash Kumar (2)
Ashish Shukla (2)
Nitin Sharma (1)
Surya Narayan Barik (1)
John Kocer (1)
Praveen Kumar Sreeram (1)
Bryian Tan (1)
Rahul Sahay (1)
Ahmed Abdi (1)
Allen James (1)
Anil Thakur (1)
Teddy Kurian (1)
Prakash Tripathi (1)
Nishant Mittal (1)
Saillesh Pawar (1)
Bhuvanesh Mohankumar (1)
Debendra Dash (1)
Michael Griffiths (1)
K P Singh Chundawat (1)
Ramakrishna Basagalla (1)
Shantanu (1)
Sridhar Sharma (1)
Gopal C. Bala (1)
Rakesh (1)
Manoj Bhoir (1)
Tom Mohan (1)
Rahul Saxena (1)
Vulpes (1)
Harpreet Singh (1)
Nitin (1)
Prasham Sabadra (1)
Onlymorons onthiswebsite (1)
Atul Rawat (1)
Kiranteja Jallepalli (1)
Praveen (1)
Shaili Dashora (1)
Rahul Singh (1)
Manish Kumar Choudhary (1)
Jeroen van den Heuvel (1)
Selva Ganapathy (1)
Rajeev Ranjan (1)
Akhil Garg (1)
Marcus Santodonato (1)
Santosh Gadge (1)
Prerana Tiwari (1)
Sanjay Gupta (1)
Abhishek Goswami (1)
Nimit Joshi (1)
Vo Duc Thanh (1)
Mahesh Chand (1)
Matthew Cochran (1)
Akash Bhimani (1)
Srinubabu Ravilla (1)
Manisha Sonawane (1)
Avinash Kumar (1)
Shalini Dixit (1)
S Ravindran (1)
Sachin Kalia (1)
Vidya Vrat Agarwal (1)
Vishal Gilbile (1)
Satya Prakash (1)
Related resources for generic
No resource found
what in generic c#?
11/27/2019 2:47:35 AM.
what in generic c#?
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 Repository Pattern In ASP.NET Core
7/27/2017 8:36:00 AM.
In this article, you will learn generic repository pattern in ASP.NET Core.
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
Introduction To Dapper Generic Repository
5/16/2017 6:12:20 AM.
This article introduces you to the introduction to Dapper Generic Repository.
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#.
CRUD Operations Using the Generic Repository Pattern and Dependency Inversion Principle With IoC Container and DI in MVC
7/20/2016 12:52:35 AM.
This article introduces use of the Generic Repository Pattern and Dependency Inversion Principle With IoC Container and DI in MVC for CRUD Operations.
DNN, Formerly DotNetNuke, Tutorial - Part Four (GenericDNN Modules)
7/10/2016 12:47:35 PM.
In this article, you will learn about GenericDNN Modules in DNN, formerly DotNetNuke.
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.
Generic Repository Pattern in MVC3 Application With Entity Framework: Part 6
4/14/2016 12:47:10 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
JavaScript: Attach Generic Event Handler
4/13/2016 2:06:22 PM.
In this article you will learn about Attaching Generic Event Handler in JavaScript.
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.
Generics And Generic Collections In C#
12/16/2015 12:46:02 PM.
In this article you will learn about Generics and Generic Collections in C# language.
Implementing Repository Pattern And Dependency Injection In ADO.NET Using Generics In C#
12/13/2015 12:19:05 PM.
In this article you will learn about implementing Repository pattern and Dependency Injection in ADO.NET using Generics in C#.
MyFluent - A Validation Framework using .Net Generics and Lambda Expressions (Fluent paradigm)
11/21/2015 12:08:03 AM.
In this article you will learn A Validation Framework using .Net Generics and Lambda Expressions (Fluent paradigm).
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.
ASP.NET MVC Code First Approach With Repository Pattern
10/14/2015 9:05:00 AM.
In this article you will learn how to use code first approach in ASP.NET MVC with Generic Repository Pattern.
Repository Pattern And Generic Repository Pattern
10/12/2015 11:01:57 AM.
In this article, I will demonstrate you what repository pattern is and what the benefits of repository pattern are.
Call Web API Using Generic Handler In ASP.NET
10/9/2015 1:56:51 PM.
In the article we will learn how to call Web API using generic handler in ASP.NET
Call Generic Handler Using jQuery In ASP.NET
10/8/2015 2:50:53 AM.
In this article we will learn how to call generic handler using jQuery in ASP.NET.
Generic Class In C#
9/29/2015 3:48:29 PM.
In this article you will learn about Generic Class in C# with examples.
Image Store and Retrieve From Database Using Generic Handler in ASP.Net
7/7/2015 3:54:40 PM.
We will see in this article how to store image file in a binary format and retrieve the file using HttpHandler and display it in a GridView Control.
Upload Multiple Files Using jQuery AJAX and JQueryUI Progressbar With ASP.Net Generic Handler
7/6/2015 2:08:31 PM.
In this article you will learn how to upload multiple files using jQuery AJAX and jQueryUI Progressbar with ASP.NET Generic Handler.
jQuery UI Autocomplete Widget Using ASP.Net Generic Handler
6/28/2015 7:17:40 PM.
This article explains the use of jQuery UI Autocomplete Widget using ASP.NET Generic Handler.
Introduction to Generics in C#
4/20/2015 8:41:13 PM.
This article describes about introduction to Generic Class, Methods, Delegates and Interfaces in C# programming.
.NET 4.5 Read-Only Interfaces
3/27/2015 1:01:28 PM.
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.
Generic Repository Pattern in MVC Application Using Entity Framework
3/24/2015 1:58:52 PM.
This article explains how the Generic Repository pattern in MVC application works.
Creating Generic Enums using C#
3/22/2015 12:48:09 PM.
An enum variable can then be set to any one of these constants or (in the case of ‘Flags’ enums) to a meaningful combination of them.
How to Convert an Array Into a Generic Type in C#
3/4/2015 1:02:05 PM.
In this article we will see how to convert an array to a generic type.
Generic Classes in C#
2/21/2015 6:13:30 PM.
In this article we will learn about the Generic Classes in C#.
Enabling Incoming Email Setting For Custom Generic List in SharePoint
2/15/2015 12:29:35 PM.
In this article you will learn how to enabling the Incoming Email Setting for a Custom Generic List in SharePoint.
Generic Binary Search Tree With Keyed Values Using C#
1/30/2015 11:38:28 PM.
A Binary Search Tree (BST) is a binary tree (max. 2 childs per node) with every node a key and associated value.
Generic Delegates in C#
1/1/2015 12:24:34 AM.
In this article you will learn about Generic Delegates in C#.
Collections in C#
12/17/2014 11:50:01 PM.
In this article you will learn how to work with collections in C#.
Dictionary Initializers: A New Feature of C# 6.0
12/10/2014 8:07:32 PM.
This article explains the new way to initialize Dictionary objects in C# 6.0.
Store n Number of Lists of Different Types in a Single Generic List
11/28/2014 10:55:44 PM.
In this article you will learn how to store n number of Lists of a different type in a single generic List in C#.
IEnumerable Interface in C#
11/27/2014 11:40:32 PM.
In this article we will learn about the IEnumerable interface of C#.
Func Generic Delegate in C#
11/26/2014 6:46:09 PM.
In this article, we will discuss the concept of Func generic delegate.
Convert a DataTable to Generic List Collection
11/25/2014 4:06:22 PM.
In this article, I am sharing a generic method I have developed while solving a question here on C# Corner.
Various Ways to Convert DataTable to List
11/25/2014 2:45:49 PM.
This article shows 3 ways to convert a DataTable to a List in C#.
Generic Classes Using Generic Type Parameter
11/24/2014 8:31:25 PM.
In this article, we will discuss the concept of the generic classes in C#, including what exactly this concept of generics means.
The quest for the Generic Singleton in C#
10/18/2014 12:24:02 PM.
While it is a bit tricky to implement the Singleton pattern in C#, the steps necessary are well known. There has however been debate about a generic solution for this. This paper provides 3 possible solutions for the generic singleton, and makes a brief comparison.
The Generic Scripts
9/27/2014 12:59:22 PM.
Improved efficiency in combination with Unit Testing and User Interface or User Experience testing by generic script of dynamic values.
Generic Collection Classes in C#
9/21/2014 10:31:00 AM.
The collections the System.Collections.Generic namespace are type safe and this article explains them.
Getting Started With Repository Pattern Using C#
9/20/2014 3:30:36 PM.
This article explains the repository pattern and will create a simple example to provide a basic idea of how the this pattern works.
Unit of Work in Repository Pattern
9/20/2014 12:20:19 PM.
Unit of Work is the concept related to the effective implementation of the repository pattern.
Collections in C#
9/17/2014 6:50:33 PM.
This article describes the benefits and types of collections in C#.
Generics in C# - Part II
9/3/2014 11:56:12 PM.
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
9/3/2014 11:48:59 PM.
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 generic methods.
Importance of Generics in C#
9/3/2014 2:17:05 PM.
This article explains the importance of Generics in C# and how to implement them.
CRUD Operations Using the Generic Repository Pattern and Unit of Work in MVC
8/31/2014 2:46:40 PM.
This article introduces the Generic Repository pattern and Unit of Work in ASP.Net MVC applications.
Extending the Behavior of an Interface Using Contravariance, Generic Typing and Extension Methods
8/5/2014 1:43:32 PM.
In this article, I demonstrate how to take this approach a step further by using contravariance and generic typing to extend a public interface.
Mobile App Development in Details
7/30/2014 4:30:30 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.
Generation of CAPTCHA Image Using Generic Handler for Login Page
7/19/2014 12:38:01 AM.
This article explains how to create a CAPTCHA image using a generic handler.
Generic Method Overloading in C#
6/21/2014 11:29:39 AM.
In this article we will learn about generic method overloading in C#.
An Example of Generics Using C# in ASP.Net
5/28/2014 10:33:46 AM.
This article explains how generics are useful over non-generics and explains how to reuse code using generics.
Generic Database in QlikView
5/26/2014 11:55:22 AM.
This article is a summarized introduction to generic databases in QlikView applications and also explains how to use a generic database in a QlikView application.
A Basic Understanding of Generic List
5/16/2014 4:38:36 PM.
This article provides a basic introduction to the Generic List.
Exporting Generic List<T> to Excel in C# Using Interop
5/9/2014 9:10:15 PM.
In this article we will learn how to export a Generic List<T> to Excel using Interop.
Basics of Generic Classes in C#
5/1/2014 11:38:47 AM.
This article explains how to use a Generic class and why we need to use it.
A Generic Library For Accessing and Creating Microsoft Project Plan File
3/16/2014 1:15:58 PM.
Here you will learn about a generic library for accessing and creating Microsoft Project Plan files.
Uploading Multiple Files Using jQuery and Generic Handler in ASP.Net 4.5
2/10/2014 2:13:36 PM.
This article describes how to upload multiple files in ASP.NET Web Forms using the jQuery and Generic Handler.
Generics in C#
1/11/2014 3:11:12 PM.
This article is all about generics in C# and how to improve performance overhead.
The Basic Concepts of Generics in C#
12/27/2013 7:05:34 AM.
In this article I explain the basic concepts of Generics in C#.
Generic Delegates in C#
12/16/2013 8:18:02 PM.
In this article, let's try to understand generic delegates in the C# language.
Custom Generic EventArgs
10/26/2013 9:27:16 AM.
Before .NET 2.0, I found myself frequently creating custom EventArgs classes just to return a value from an event and would end of with a lot of extra classes bloating my code base that all basically had the same purpose.
Collection Framework and Reflection in C#
10/21/2013 5:12:00 PM.
This article defines the collection and reflection of C# in Detail.
Generics in C#
10/11/2013 5:33:17 AM.
Generics allow us to define type-safe classes without worrying about type safety and performance.
Generics in .Net
9/27/2013 1:09:41 PM.
This article introduces Generics of .Net (actually the Common Language Infrastructure (CLI)).
Assignment Compatibility, Covariance and Contravariance
8/12/2013 4:48:13 PM.
The terms covariance and contravariance enable implicit references to conversion of array type, delegate type, and generic type arguments. Covariance preserves assignment compatibility and contravariance reverses it.
All about Generics
7/20/2013 1:34:45 PM.
Using this article we will learn all about generics in C#.
Generics in Java
7/10/2013 12:23:36 PM.
This article provides a brief overview of Generics. After this article one will be capable of working with Java Generics.
HtmlGenericControl Class in ASP.Net
7/6/2013 9:54:11 PM.
This article defines the HtmlGenericControl class in ASP.Net.
Generic Repository Pattern With Entity Framework & LINQ
6/24/2013 1:49:45 PM.
This article describe the benefits and usage of Entity Framework, LINQ and repository patterns usijng diagrams, This also cover the sample code covering the Entity Framework with stored procedures, repository patterns, and LINQ.
Dictionary Requires a Model Item of Type System.Collections.Generic.IEnumerable in MVC 3
6/11/2013 11:39:55 PM.
I encountered an error in the implementation of returning multiple models to a single view.
Constraints in Generics
3/28/2013 3:12:32 PM.
Constraints are used in Generics to restrict the types that can be substituted for type parameters. Here we will see some of the commonly used types of constraints.
Insert Record in SQL Server Using jQuery
3/28/2013 1:29:21 PM.
In this article I provide a quick overview of how to insert a record into SQL Server using jQuery.
Generics in .NET
3/27/2013 5:30:49 PM.
In the following article we will see how to use Generics in .NET.
Using Generics With C#
3/5/2013 9:47:11 PM.
Generics cater many of the benefits of strongly typed collections as well as provide higher quality and performance boost code.
Implementing Generics Classes and Functions In C# Programs
2/13/2013 3:15:44 PM.
Today we'll have a look at how we can implements generics in our program and how we can make our functions, code more robust and less prone to changes in program code.
Find Out Generic Root of Number in Windows Store App
2/8/2013 2:54:36 PM.
In this article I will describe generic roots and how to determiine them in a Windows Store App.