Posts by Rafael Carvalho • 246 points
2 posts
-
0
votes0
answers543
viewsQ: Query Active Directory data in Sql Server
I have services (WCF) that do searches in Active Directory to provide data to various applications that use Microsoft Membership Provider, and also need some of this information in some queries in a…
-
13
votes2
answers10265
viewsA: Use of DTO and Viewmodel in ASP.Net MVC project
Well, Tiago, for what I understood its biggest problem is the work in transforming Model in DTO, then DTO in Viewmodel, Viewmodel in DTO, then DTO in Model. With Automapper, some of the work would…