Posts by kelvin sand • 61 points
4 posts
-
0
votes1
answer37
viewsA: Automapper - Map a collection of strings to a collection property within a collection
You need to create instances of Tactioncontributor. CreateMap<ActionViewModel, TAction>(); .ForMember(d => d.Contributors, opt => opt.MapFrom(a => ids = a.IdContributors .Select(x…
-
3
votes1
answer331
viewsQ: Save Operations log to database with system user field
Hello, would like to know how to by means of triggers in the bank I get beyond saving the operations performed and in which table held also the user logged into the system (not the bank user, if the…
-
2
votes0
answers72
viewsQ: Webview does not open popup - Windows Phone 8.1
I’m trying to get an authentication through a URL, up to there everything traquilo. But on the site, which I’m trying to authenticate, it is possible to log in with facebook but, by using this…
-
1
votes0
answers31
viewsQ: Visual bug using Longlistselector (grouped) and Checkbox Windows Phone 8
I am developing an application that has a grouped list, and within each item of the list there is a checkbox. The problem that has been occurring occurs when the checkbox of the first item in group…