Access functions from user control without events?
On some generic functions, it seems that accessing a function on mainform directly from the usercontrol is easier than raising an event. For example: A function on main form that displays one desired usercontrol centered and tweaked.
A design pattern for data binding an object (with subclasses) to asp.net user control
I have an abstract class called Address and I am deriving three classes ; HomeAddress, Work Address, NextOfKin address.
Manage local storage when data is updated
I have an app where an admin can assign tasks to various users. If one of the users (user A) are logged in somewhere, their number of tasks are assigned to a local storage (so i dont have to call the db again).
Refactoring web pages with user controls
Is it good design to use many user controls to help refactor a web application?
User registration flow in microservices
Let’s say I have multiple microservices like authorization service (OAuth2 with JWT), VideoService and MyApplicationService.