Posts by Lnacer • 97 points
3 posts
-
1
votes1
answer106
viewsA: Spinner - Xamarin
To programmatically change the size of a view use LayoutParameters. Example: LinearLayout.LayoutParams parametros = new LinearLayout.LayoutParams(LinearLayout.LayoutParams.WrapContent,…
-
7
votes1
answer786
viewsQ: Fluent Nhibernate - Composite key mapping one to many
I’m having a problem mapping an entity through Fluent Nhibernate. I have a 1-N relation to the two tables in the bank having composite keys. When I try to list my entity User an error comes back,…
-
1
votes1
answer248
viewsQ: Problem with Many Interface Automapper for Many C#
I have two classes with a relation of many to many, all the mapping is already ready, the insertion is working, but when I try to do the Automapper it enters an infinite loop. Workflow: public class…