Posts by Ramon da Silva • 1 point
2 posts
-
0
votes1
answer20
viewsA: Help to convert SQL to LINQ
Try it this way: List listBpac = modelOff.bpacs.Where(p => p.ibge == oUsuario.ibge) . Select(p => p.Cmp) . Tolist();…
-
-4
votes2
answers98
viewsA: Is Try-with-Resource in PHP?
The small difference from the PHP language which is an untyped language, to other strongly typed languages, is that it is interpreted not needing to use the example of C#, the use to free resource…