All Questions

1
answer

Can you do a unit test in ASP?

I'm in need of an ASP unit test help for a software quality project. Is it possible to do this? Remembering it's classic ASP.     
asked on 18.03.2015 / 15:24
1
answer

What is the "class" constraint in a generic type?

In the line below: public class Tree<TItem> where TItem : IComparable<TItem> This line I'm creating the definition of type TItem where TItem implements the IComparable interface, ie I'm creating a generic ty...
asked on 15.09.2015 / 17:00
2
answers

From .NET to Java, which technologies or frameworks to use?

I currently have a .NET-based workflow with Angular JS and a possibility has arisen for a new project using Java. With .NET I use the following technologies: ASP.NET Identity Used for authentication and authorization. Managing access us...
asked on 25.03.2015 / 20:00
1
answer

Unexpected result in Lua test code

I wrote a short code to test a statement from the book I'm studying through, Programming in Lua (3rd Edition). The statement on page 10 of the translated text is as follows: Conditional tests (for example, conditions in control structures) con...
asked on 04.04.2015 / 00:30
1
answer

Whatsapp Web uses Node.js?

I would like to know what technologies are used in WhatsApp web development. Ps: Search-level question.     
asked on 27.04.2015 / 16:15
1
answer

How do I get the coordinates of a point at a certain distance from my location?

Speak people, I'm making an app, and in an activity of the precise app from my location give a "zoom" in the maps as the user slides a seekBar, according to the image. I've been thinking of using the Bounds feature in maps, where I can pa...
asked on 07.04.2015 / 14:43
2
answers

How to create Application Error in Production (Client)

I'm looking for a way (efficient and practical) to globally capture all Exceptions not handled by the application (the ones that take the application to crash or "The application stopped working!") p> Questions: Is there any method...
asked on 23.04.2015 / 17:00
1
answer

What is SPF and DKIM and why do we need to configure them?

When we talk about emails, particularly newsletters , the terms SPF and DKIM appear. Many online mailing services ask to configure these values in the web hosting but do not mention the reasons, they seem to assume we already know what...
asked on 13.04.2015 / 14:09
2
answers

How can I print only the fractional portion of the number

Good evening, I would like to know how I can print the fractional part of the real number, that is, when I type 5.678, I would like to print in the second A (where the comment is), just the number 0.678, which I should use for the impression, I...
asked on 19.04.2015 / 01:05
2
answers

jQuery is still "needed"?

I have recently been asked about the real need to still use jQuery in new web projects. I know that it was, until recently, the best (and in many cases the only) way of handling HTML elements and make Web requests without worrying about differen...
asked on 02.05.2015 / 01:59