Cracker
Approaches to get around a big codebase
Not sure if its relevant to your case but I used to have that one huge project. I needed to debug some part of if. I could host that project by copy host files from server to my local IIS, then I build the project that I want to debug, I build the project, copy output dll/pdf files to IIS folder and I can attach to debug, make changes and commit
6 replies
✅ Event-Driven-Architecture Cons Issue
So you basically asking that you publish an event triggered from UI but its not request-response model, its just fire the event and its done on UI. You asking how do I notify UI back once the event is consumed ?
16 replies