Questions tagged as 'lado-do-cliente'

4
answers

What is the difference between client-side and server-side code in web development?

I'm studying ASP.NET through a book called Professional: ASP.NET 4.5 in C # and VB and at various times the author talks about client-side code and server-side , I would like to know the difference.     
asked by 18.12.2013 / 20:22
6
answers

Why use JavaScript if there are so many other technologies to generate dynamic content?

Technologies and programming languages specialized for the Web, such as PHP, have as part of their set of roles, generate dynamic HTML content (the page will be presented by the browser according to various conditions). And there are several tec...
asked by 11.03.2014 / 13:58
2
answers

What are the differences between client-side and server-side "rendering"?

Lately I've seen a lot of the term server-side rendering , mainly with the popularization of some frameworks and libraries, but I still can not understand what improvements this can bring to a system. I would like to know the difference...
asked by 05.06.2017 / 18:48
1
answer

Do processing on the front-end or the back-end?

In the client-side and server-side separation architecture, it is common to doubt who is responsible for doing some processing. On the one hand, processing on the client-side can be beneficial to server-side performance, which will deliver th...
asked by 20.04.2018 / 23:25
2
answers

Is it possible to prevent injection of external resources and requisitions for greater security?

I understand that we can create and search javascript plugins, parse the code and make sure it will not inject anything into the page out. But supposing there is some library to inject elements <script> , <link> , &...
asked by 18.07.2015 / 19:39
1
answer

Async Methods - return string from UDP

I'm developing a code whose purpose is to send a packet with a broadcast string and then read the response (if any), however I want to create a method that just returns the response string. I have the following, based on the example provided by...
asked by 17.10.2017 / 17:05
1
answer

Validation of fields in the Client in ASP .NET MVC 4

I need to do field validations on both a client-side and server-side system on the server side I've already been able to do, but I have not found any way to do client-side validations in ASP.NET MVC 4, would anyone have anything that could help...
asked by 02.04.2014 / 21:29
1
answer

Can a desktop program be considered client-side?

Always when I listen to server-side and client-side refers to web applications, but these terms can be applied to / em>? For example, if I have an application that consumes a web-service or even a Notepad ) I can consider them client-sid...
asked by 15.11.2017 / 19:21
5
answers

Is it possible to make a file upload system without using PHP?

I have to make a video upload system, at first, without using the "server side". I would like to know if you have how to do this without using php, using SQLLite or Local Storage. I already researched several sites and did not find much (and I'm...
asked by 28.07.2014 / 16:17
1
answer

Using SPA (Single page application) and browser back button

Does anyone who works with SPA know the best way to work with the browser back button? For example, we have a list of users and the detail of these users through a click. As we are on the "page" of detail of some user we need that, when click...
asked by 02.06.2014 / 16:56