Skip to content

Neon021/IAmFurkan.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source code of the Blog page made in .NET 7.0 w/ ASP.NET MVC

Overview

In this project I've created a fully-fledged working blog page made in ASP.NET CORE MVC w/ EF Core that supports CRUD operations, Authorization, E-mail service and Pagination!

Application Architecture

  • As mentioned above, I've used the MVC Model -which stands for Model, Controller, and View- for this project.
  • I've used the Repository pattern in order to ensure uncoupling between services and scalability.
  • On top of that we've got Data.FileManager to help manage images in our application.

Technologies

  • ASP.NET CORE 5
  • Entity Framework
  • SQL Server
  • PhotoSauce.MagicScaler

Architecture

  • MVC Model
  • Repository Pattern
  • Code First
  • Little functional programming Func<TOut, TIn>

VS Extensions

  • DocumetMaker

  • Entity Framework - EF Core is a data access API that allows you to interact with the database using .NET POCOs (Plain Old CLR Objects) and strongly typed LINQ.

  • PhotoSauce.MagicScaler - MagicScaler high-performance, high-quality image processing pipeline for .NET.