Related resources for Generic Interface
  • Generics in C# 8/25/2023 9:14:39 AM. 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
  • Generic Interface And Generic Repository For Developing ASP.NET Core Web API2/28/2023 10:40:01 AM. In this article, you will learn about Generic Interface and Generic Repository for Developing Asp.net Core Web API.
  • 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.
  • .NET 4.5 Read-Only Interfaces12/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.
  • 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.
  • All about Generics7/20/2013 1:34:45 PM. Using this article we will learn all about generics in C#.