Posts by João Antonio Martins Filho • 46 points
3 posts
-
2
votes1
answer69
viewsA: How do I manipulate and submit data through GET and POST?
The communication between web applications is actually through HTTP, it is possible yes you do this communication through the verbs (also known as methods) GET and POST. In C# I use a very nice…
-
0
votes1
answer234
viewsA: How to Get Client-Side Data to the Server
To send the client information to the server, I advise using ajax, since you are working with javascript and also do not need client interaction. The . Net Core does not work with the syntax of…
-
1
votes1
answer153
viewsA: MVC in C#, separate by folders or class library?
both can be used yes, but both have meanings in their use. I usually sort by libraries the resources that are and can be accessible by other applications, not just MVC, for example if creating an…
c#answered João Antonio Martins Filho 46