Posts by Cristiano • 21 points
3 posts
-
0
votes0
answers40
viewsQ: Adding Watermark with c# without using System.Drawing.Bitmap in Azure
I am new in the world . NET and I have a problem sending images to the site. I am using a function to add Watermark to the photo as soon as it is sent but apparently Azure no longer accepts the use…
-
0
votes2
answers209
viewsA: Slow problems with AJAX in ASP . NET MVC C#
After breaking my head trying to find the problem in AJAX I stopped and thought about the obvious: what is the return? It is a list, being a list I do not need to go through the object "Answer" to…
-
2
votes2
answers209
viewsQ: Slow problems with AJAX in ASP . NET MVC C#
I have a problem of slowness in my AJAX response. I use the following code to search and return a list of results: Javascript function enviaBusca(url) { var resultado = $('#resultados'), mensagem =…