Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halimocakli/dotnet-core-mvc-studies
This repo contains the projects I developed while introducing .Net Core technology and MVC architecture.
https://github.com/halimocakli/dotnet-core-mvc-studies
dependency-injection dotnet-core ioc mvc-architecture webapp
Last synced: 4 days ago
JSON representation
This repo contains the projects I developed while introducing .Net Core technology and MVC architecture.
- Host: GitHub
- URL: https://github.com/halimocakli/dotnet-core-mvc-studies
- Owner: halimocakli
- License: mit
- Created: 2023-04-17T12:58:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T22:10:18.000Z (about 1 year ago)
- Last Synced: 2023-08-29T01:17:01.620Z (about 1 year ago)
- Topics: dependency-injection, dotnet-core, ioc, mvc-architecture, webapp
- Language: C#
- Homepage:
- Size: 15.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .Net Core MVC Jumpstart
This repo contains the projects I developed while introducing .Net Core technology. During the process, data migration operations to the View layer, data retrieval operations from the user, Layout structuring, Dependency Injection and IOC structuring, Entity Framework Core architecture, LINQ structure and CRUD operations, Generic Repository Design Pattern, user panel creation operations, Authentication-Authorisation concepts, Validation concept and N-Tier-Architecture were focused on and practices were carried out on these topics.