Jothay
❔ Make interface deriving from another interface have a sealed implementation of a function
If you don't put the one that has the default implementation onto the class that is implementing the interface, does it complain that there is no implementation?
13 replies
❔ Make interface deriving from another interface have a sealed implementation of a function
13 replies
❔ ✅ custom mapper and resolvers
public static PublicAd MapToPublicAd(this Ad ad, User user, IDistanceResolver resolver)
Distance = resolver.Resolve(ad, user)
public static PublicAd MapToPublicAd(this Ad ad, User user, decimal distance)
Distance = distance
14 replies
❔ How to acquire license for wpf application
https://stackoverflow.com/questions/3018891/how-would-i-go-about-licensing-a-wpf-windows-application
4 replies