I realize that in Laravel 4 Framework , when we have a relationship, instead of using JOIN of Mysql in the source code of Eloquent , it uses a select.
For example. I have these two Models.
class Usuario extends Elo...
I'm studying about web APIs and REST and the book I'm reading says the following:
The Web is built around three main concepts: features, URIs, and representations.
A resource is anything that has a URI. A feature itself is a concept...
Having this data model I want to generate a SQL in the Entity Framework with < a href="http://msdn.microsoft.com/en-us/library/bb425822.aspx"> Linq and
I have the following question:
When I make a request via AJAX and I want to "mount" the HTML based on data coming from a banco , it is wrong (in terms of "good practices") to already return HTML on itself requisition...
I'm having trouble trying to use the CustomFormat property of LiveBinding , I'm trying to format a value obtained from the database into the number format with a thousand separator.
I'm using:
Format('%d',[Self.Owner.FieldByName('som...
var contactado = ContactadoRepositorio.ObterListaContactadoPorCodigo(procedimentoVM.CodContactadoPessoa); //obtenho o contactado pelo id obtido;
foreach (var c in contactado)
{
var contactadoPessoa = new ContactadoPessoa()
{...
I want to create a function that makes my life easier when handling some variables
I want a function that receives as input a database, a column or variable u from that database, a vector c specifying the levels to be changed and the new name...
I have the following code link .
My problem occurs as follows:
Add a Double Steppe in the list on the right.
Add a Simple Steppe in the list on the right.
Add a second Double Step in the list on the right.
Drag a Double Step to the...
I noticed that Microsoft Azure has two queue types: Azure Queue that is part of Azure Storage and Service Bus Queue. In this tutorial of the Azure website the service is used Azure Queue to exchange messages between Web Role and Worker Role of...
Is it possible to create multiple persistences units by connecting to different databases in the same JPA application using Spring Data? For example. I have an application that will run on MySQL normally. However, it will have to query in an O...