Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Thiago Boufleuhr
Título: Protótipo de um ORM para Plataforma .Net: Framework de Mapeamento Objeto Relacional
 
Abstract:
The data access became necessary in the software design responsible to generate any kind of information. Deal with this, arises the necessity to automate this process order to minimize development time. This work presents the prototype of a framework to map C# objects to the relational model database, seeking to use mapping information through metadata, known in .NET as custom attributes, without need for physical files containing the mapping. Among the main technologies used, there is the Language INtegrated Query (LINQ) that is responsible for query objects in a database in order to simplify the construction of the command. All these features have been implemented using Microsoft Visual Studio 2008 as primary development tool.