Posts by Roberto Ramos • 89 points
5 posts
-
3
votes1
answer84
viewsQ: Asp.Net 5(Core 1.0) Class Library System.Text.Regularexpression
How to use the namespace System.Text.Regularexpression in Asp.Net 5, I’m with a project and went to upgrade it to Asp.net 5, my problem was that I can’t use regular expressions in it and n can…
-
-1
votes1
answer1298
viewsQ: IIS URL redirection
I’m having problems with redirecting here at the company, it’s as follows: I have a server IIS where I have the current website of the company and within this site I have webservices running, using…
-
2
votes0
answers513
viewsQ: Send a list to a web api using $http.put from Angularjs
I’m having trouble sending a list using the $http.put method from Angularjs, I can send an object normally, plus a list is not following, someone has some example code so that I can take this doubt…
-
0
votes2
answers2167
viewsA: Pass data via POST in Angularjs to PHP API
Good for your code you are not performing a post but a get... in both controller and Factory, replace and test your code... ABÇ! $http.post(ApiAcpEndpoint.url, data) .then(function(data) {…
angularjsanswered Roberto Ramos 89 -
2
votes4
answers3989
viewsA: How to display 2 columns from 2 different tables in Mysql?
Assuming you have a Table 1 with the following fields: Tabela1 -Id - Integer -Nomes - String -IdTabela2 - Integer and a Table2 with the following fields: Tabela2 -Id - Integer -Apelidio - String run…