Posts by Leonardo • 143 points
4 posts
-
3
votes4
answers5616
viewsA: What kind of application can I use Mongodb in?
Nosql is best suited for those systems that have higher storage and performance needs. There are several types of Nosql databases, the Mongodb is a document-oriented Nosql bank. This type of bank…
-
5
votes4
answers661
viewsQ: How do I execute a method at the end of each method in my class C#
He had a father class and another daughter and would like to perform a certain method, as an event, always at the end of each call of the method of the daughter classes. How can I do?
-
1
votes1
answer484
viewsQ: How do I display the keyboard using Cordova or phonegap?
I’m using Cordova/phonegap and would like to know: How do I display the keyboard (in android OS) as soon as the user enters, on a page that only has a text field?
-
4
votes1
answer161
viewsQ: Inheritance with interface
How could I solve the following problem. Setting: I have a class B that inherits from class A and implements interface I. Problem: The I interface requires the implementation of the X method which…