For an ASP.NET MVC5 application I have created a ModelBinderProvider for a certain type of data.
If I add the new ModelBinderProvider to the BinderProviders collection in the Global.asax it works perfectly.
ModelBinderProviders.BinderProvid...
I am trying to make a query in MySQL, I have a table that contains the following:
table: id, ano, m1, m2, m3, m4, m5, m6, m7
data: 10, 2016, I, P, L, I, L, P, I
That is, what I want to achieve is...
I have a query with the size of the database in mongoDB.
I copied a Postgres table from 3 million records to mongoDB.
The table in Postgres weighs 400Mb.
The collection in mongoDB weighs 1.6Gb
Is there something I'm doing wrong or just in...
Asking for your support again, I am making an application to inventory the electrical and optical ports of various equipment, and it is not clear to me how to relate a model with several models.
I have the following two objects:
class ITarj...
Hello that such a friend turns out to be very stuck with this problem that happened to me in the work I want to save the coordinates latitude and longitude in php variable and then proceed to insert them in mysql but I can not make the javascrip...
The gmail login works for me already.
The problem is that since I want to also use Facebook and Twitter login I want to separate the classes from each one and only call them within my login fragment.
This is a login fragment:...
I'm making an Android application that captures images and saves them in the internal memory, but when I save them the images are compressed and I want them to be saved in original size without any kind of understanding.
this is the code I'm...
Hello I'm having problems with the methods of a class in my program, I think it's due to the distribution in different header files, I wanted to know in which particular cases this error occurs?
error: request by member 'init' in 'mainRender'...
I have a problem in showing the last inserted code and showing it in my web application as shown in the image when I press the new button. It shows me another window and where it says code I have to show P007 but it shows me 'P0061'. I le...