Posts by Luiz Silveria Pires • 54 points
6 posts
-
0
votes3
answers3226
viewsA: How to identify if user is typing number or characters?
As I cannot comment, so I will use the answer. I hope I can help you. I have a WP8 application, in which I had to criticize the Horse Plate of a Truck, that is, three letters and four numbers. After…
c#answered Luiz Silveria Pires 54 -
0
votes1
answer242
viewsA: How to delete a table from SQL Server "memory"
Always start your queries with: USE [Nomedobanco] If you are using Management Studio, check the "Avoid Saving Changes..." field in Tool/Options/Design is unchecked.…
sql-serveranswered Luiz Silveria Pires 54 -
0
votes1
answer44
viewsA: Change WCF address in Windows Universal App from development to production environment
Hello, I have a WCF test and a Production WCF, like you. I developed a WP8 application that has a settings screen, among other information has the WCF URI input. Uri is set in app.xaml.Cs and is…
-
0
votes1
answer82
viewsA: Web Service WCF XML output
Hello, The format displayed in your example is 'ATOM': https://msdn.microsoft.com/en-us/library/dd541106.aspx In this other link has everything about odata, version 2, 3 and 4…
-
2
votes1
answer436
viewsA: How to get the value of an Odata JSON object and convert to string?
Here is the Solution: The answer to the WCF call: { "odata.metadata": "http://luiz-note64/WcfOper/WcfOperDataService.svc/$metadata#Operacoes&$select=IdOperacao", "value": [ { "IdOperacao":…
-
-2
votes1
answer436
viewsQ: How to get the value of an Odata JSON object and convert to string?
After accessing the WCF, I get the following answer: { "odata.metadata": "http://luiz-note64/WcfOper/WcfOperDataService.svc/$metadata#Operacoes&$select=IdOperacao", "value": [ { "IdOperacao":…