This content originally appeared on DEV Community and was authored by Sapana Pal
Explore beginner-friendly, open-source Cake Shop projects built with ASP.NET Core, C#, and .NET. These projects are perfect for learning full-stack development β from front-end to database logic.
1. CakeShop by ChristinaNikolova
A basic ASP.NET Core MVC Cake Shop project. Great for beginners learning routing, controllers, and views.
GitHub Repository
2. Cake-Shop by ritwickdey
A sample Multi-Page Application (MPA) built with ASP.NET Core. It offers good practice for Razor Pages and classic web structure.
GitHub Repository
3. CakeShop by tebrizetayi
A small Pie Shop project. Simulates a bakery shop selling different types of pies. Good to explore data models and shopping logic.
GitHub Repository
4. CakeShop by Ruaxy
A clean and minimal ASP.NET Core Cake Shop app. Good for reviewing basic project layout, model-view-controller structure, and database handling.
GitHub Repository
5. CakeShop by BristleBack0212
Another neat Cake Shop example using ASP.NET Core MVC. You can study its structure for learning component-based page design.Simple and functional Cake Shop design and logic.
GitHub Repository
6. CakeShopManagerment by phamdinhvan
A more advanced Cake Shop ** management system** with admin features, inventory management, and order tracking.
GitHub Repository
7. cake-shop by QuocThuanTruong
A Windows desktop application built for managing orders, generating reports, and helping small cake shops with day-to-day operations.
GitHub Repository
Note: These projects are great for understanding full-stack ASP.NET Core development. You can fork them, enhance features, integrate with real databases, or add modern front-end frameworks!
Follow me for more .NET & Web Development Resources!
dotnet #aspnetcore #webdev #opensource #devcommunity
This content originally appeared on DEV Community and was authored by Sapana Pal