Journey as a Developer in ASP.Net Framework.
Short story on my first application build, well a few first lets say 3 until I realized I was coming at the project wrong so. I came to realize that the MVC framework by it self is quite annoying. After being able to create a simple CRUD application trying to extend it became a real annoying bug after bug. Like when I tried to just add a new function something just has to break for some reason. At this point frustration was real and back of my head I knew looking at Design patterns at a code level ain’t getting me anywhere. Decided to look bit deeper and see if cant find any other framework but also realized I was busy building Monolith apps. Let me show!! MY First MVC CRUD (Before extension) It Works! but the design. Well as you can see they always work but I dare you to extend a Monolith app or just a simple modification by adding search functions in. But all dark clouds have a silver lining at least. I came across Clean Architecture and MVC. Looking at Design Patterns on ...