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.
- Host: GitHub
- URL: https://github.com/staivanov/csharpgenerics
- Owner: staivanov
- Created: 2023-12-06T18:30:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T10:32:56.000Z (over 1 year ago)
- Last Synced: 2025-01-28T04:28:52.497Z (12 months ago)
- Topics: csharp, csharp-code, demo-app, dot-net-core, generics, generics-in-csharp, pluralsight, repository-pattern, visual-studio-2022
- Language: C#
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.