Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / generics

Generics

generics

Great Reads

by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
by Yuriy Magurdumov
Simple generic data structure to maintain hierarchical objects
by Qwertie
Want to square-root an arbitrary type T in your generic code and multiply it by its natural logarithm? No problem.
by AlexCode
Take your Generic Handlers to the next level...

Latest Articles

by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
by Yuriy Magurdumov
Simple generic data structure to maintain hierarchical objects
by Qwertie
Want to square-root an arbitrary type T in your generic code and multiply it by its natural logarithm? No problem.
by AlexCode
Take your Generic Handlers to the next level...

All Articles

Sort by Score

generics 

by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
by Qwertie
Want to square-root an arbitrary type T in your generic code and multiply it by its natural logarithm? No problem.
by AlexCode
Take your Generic Handlers to the next level...
by Razi Syed
Easily bind a class to .NET data controls like GridView, FormView, etc., and get an updated object or list back in the code-behind effortlessly.
by mgkr
An ASP.NET OO Session wrapper baked into the objects themselves, instead of a monolithic wrapper containing all objects to persist.
by Balachandar Jeganathan
Demo for generic retry mechanism
by Bertus van Zyl
A tutorial about generics in C#, aimed at beginners
by Bertus van Zyl
We continue exploring the basics of generics.
by Lalit_Chandra
Chain of Responsibility pattern is defined under behavioral design pattern by G.O.F and used to decouple the command with its processing object or handler.
by DotNetSteve
Using delegates to group, conquer cross cutting concerns and created dynamic validators
by Samir Dedhia
Factory Pattern using generics
by Simeon Sheye
How fast can a loop reading from memory be made to run and how does loop constructs, data types, interfaces, unrolling and hoisting affect performance?
by Dan Randolph
How to get faster sorting in List(T) string collections
by Lee Reid
How to create 'generic' classes and methods which use operators such as +,-, / and *
by Alexandr Stefek
This article show another way to implement generic operators. Vector is in middle of attention.
by Ehsan Sajjad
Repository pattern implementation in ADO.NET using Generics
by Darko Jurić
Portable generic image library for C#
by Muraad Nofal
A haskell monad/(applicative)functor like interface in C# that extends IEnumerable.
by gfazzola
In this article I will explain the implementation of an infrastructure to host and manage windows services in a practical and interactive way.As a practical example of the solution will be implemented a dynamic ip update client of DucDNS
by Thorsten Bruning
Base classes for value objects.
by Robert P. Howard
How to deserialize a JSON string that contains nested polymorphic objects
by George Tryfonas
An ObservableCollection wrapper for an array which notifies the observer about changes to its underlying array
by ideafixxxer
A generic version of Enum, which provides much more faster formatting
by Govindaraj Rangaraj
This article explains how to make chain of responsiblity pattern reusable with the help of specification pattern.
by alc_aardvark
Simple Generic Tree in c#
by Evgeny Zavalkovsky
SW Message Bus represents message flow abstraction mechanism in a complex, multithreaded SW system.
by ASP.NET Community
Template MethodThe Template Method is know as a behavioral pattern which lets subclasses implement behaviour that can vary. In the example below we
by Afzaal Ahmad Zeeshan
This article is for the concept of Random URLs and how they can be generated in ASP.NET for creating Random URLs for your application.
by SubhamoyBurman
HashSet is one of the most useful at the same time underused features in .NET/C#. Lets explore it good detail...
by Thomas Nielsen - getCore
This article will take a dive into one of the reasons why code sometimes sands over.