Posts by JuninZe • 64 points
4 posts
-
1
votes1
answer84
viewsQ: Is there any way to get information about a particular street?
My question is very simple, using the google-maps i would like to get the following information: { Street: "Getulio vargas", Information: { { Distance: 120, Type: "School", Title: "Escola Estadual…
google-mapsasked JuninZe 64 -
0
votes2
answers3488
viewsQ: Customer Facilities, WCF or Web API?
I need to create a web service for data insertion in a database that requires validation to ensure data integrity. I have as a requirement, to facilitate the use of my "clients". Therefore, I must…
-
1
votes2
answers510
viewsA: Optimize operation with lambda
I believe this will meet. var itens = contexto.PedidoItem.Select(pi => new { ID = pi.ID, Qtde = pi.Qtde, Produto = pi.Produto, _Produto = contexto.Produto.FirstOrDefault(pr => pr.ID ==…
-
2
votes2
answers1725
viewsA: Window Modal Frame Overlay
If you are using iframe, will not cover the entire area if the script that calls your Modal is inside one of the frames. However, if it is possible to place the function in the parent HTML of the…