I need to migrate a system with SQLSERVER database to a PostGreSQL 9.3. I have never worked with PostGre before so I'm using Entity Framework 6 with model-first to make the process easier. The migration application is being developed in WPF. My...
What kind of attribute should I use to represent a column type oid of PostgreSQL with Entity Framework 6 Code-First?
Remembering that PostgreSQL's oid type is for storing files.
Regarding the generation of NFE and CTE classes from the XSD for use in SEFAZ Webservices.
I have had some ambiguity problems in the name of the generated classes.
I used the Visual Studio Tools tool to generate the class from the XSD.
How...
I need to mount an XML as in the following example:
<?xml version="1.0" encoding="utf-8"?>
<MeuXML>
<Clientes>
<Cliente-1>Dados Cliente-1</Cliente>
</Clientes>
<Sistemas>...
1 - How to identify equal tags with different nodes? ex: Categoria within Dados and Formato
2 - How to identify that one product ended and another one started?
I have the (fictitious) XML:
<produtos>
<...
I have an approval and a production environment in the cloud, but I deploy Deploy in File System .
I have to insert some parameters and change the connectionString for each of these environments.
Parameter examples:
Information...
I have an insert that receives some parameters, but at the moment that the sql statement is giving this conversion error:
Error converting data type varchar to numeric.
//http://localhost:7630/api/AspNetWebApi/cadastrar/jogo/451...
Hello, I would like to make this comparison using a Guid , public Guid ClienteID {get;set;} . This code works by using int , I if , if my ClienteID == 0 I saved, and if not equal to 0 I change.
I want a way to d...
I have GridView that the user enters with some information and saves, I would like after saving click. put all grid in ReadOnly mode and would like to block to insert or delete lines.
I'm using the'GridControl 'from DevExpress 1...