Posts by Pizzanio • 53 points
5 posts
-
0
votes1
answer32
viewsQ: LINQ with multiple ON in OR condition?
I’m encountering a problem in the use of LINQ, I don’t have much knowledge of how it does. I have the following code: (from BEN in repositorioBEN.RetornaTodos() join CON in…
-
0
votes0
answers48
viewsQ: Access to Asynchronous Webservice
I am working on a project, where I run an asynchronous webservice (project pattern), but I am in trouble because the webservice has not yet completed the execution and my continuous processing…
-
2
votes1
answer439
viewsQ: Write Json Return to txt c#
I am trying to record a return of a JSON in a txt file. But when I try to use DeserializeObject makes a mistake. I have the Json below (example of 2 records): [ { "TipoVeiculo": "Caminhão",…
-
1
votes0
answers321
viewsQ: Pagination effect Carousel
I’m trying to do something in a job but I can’t do anything. I need to do according to the image below: The "and so we recommend" part is recovered via json file and displayed on the screen, there…
-
2
votes1
answer98
viewsQ: Change Meta Tags dynamically Angularjs
I’m trying to change the content meta tag Keyword dynamically. Have: <meta name="keywords" id="selKeyword" content=""> and I’m performing as follows: $("meta[name='keywords']").attr("content",…