An open API service indexing awesome lists of open source software.

https://github.com/staivanov/csharpgenerics

Simple project based on C# course in Pluralsight for how Generics work.
https://github.com/staivanov/csharpgenerics

csharp csharp-code demo-app dot-net-core generics generics-in-csharp pluralsight repository-pattern visual-studio-2022

Last synced: 7 months ago
JSON representation

Simple project based on C# course in Pluralsight for how Generics work.

Awesome Lists containing this project

README

          

## C# Generics Demo

## Description
Simple project baseod on PLuralsigh course for C# Generics. I used OOP concepts and Repository Pattern to get hands-on experience how Generics in .NET Core works in various circumstances.

## Requirements
IDE compatible to open *.sln with .NET Core 6.0 Runtime or IDE with capabilities to open and run *.cs files.

## How to use this repository
1. Clone this repo.
2. To open the project, open the *.sln file.