You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this functional kind of architecture. But with all those public static delegates, how do you manage resources that are thread-specific, like db connection and/or transaction? Do you have to pass them around as parameters? That would become much less clean. Is it possible to make public static delegates somehow scoped for the current thread/request?
The text was updated successfully, but these errors were encountered:
I like this functional kind of architecture. But with all those public static delegates, how do you manage resources that are thread-specific, like db connection and/or transaction? Do you have to pass them around as parameters? That would become much less clean. Is it possible to make public static delegates somehow scoped for the current thread/request?
The text was updated successfully, but these errors were encountered: