scripsharp reference web service / strongly type to results model
- by user175528
With scriptsharp (script#) is it possible to get strong typing when calling a service defined in my web app? The only way I can see is to:
1 - use linked / shared files to shadow copy my results classes / domain models across into my script# lib
2 - replicate my model across in the script# lib and use automapper to validate?
3 - use some .tt to…