Questions tagged [codefluent]

CodeFluent Entities is a commercial code-generation tool provided by SoftFluent that integrates into Microsoft Visual Studio 2008, 2010, 2012, 2013 and 2015. It can generate SQL scripts, code like VB or C#, UIs or web services.

151 questions
0
votes
0 answers

How can I remove the underscore in the name of a column for a foreign key?

My model contains the entities Order and Orderline. The Orderline has a property of type Order:
Willem
  • 111
  • 4
0
votes
1 answer
0
votes
0 answers

What causes CodeFluent Entities to miss app.config settings on a deployed windows forms application?

I have some deployed windows forms applications that stopped working on a specific machine. A fresh reinstall redeploying all .exes and .dlls have no effect on resolving the error. On the very first database access on the application, the error is…
Renato Xavier
  • 123
  • 1
  • 9
0
votes
1 answer
0
votes
0 answers

How to solve low performance issues with .NET MySql Connector on latest versions (6.9.8) when using CodeFluent Entities?

I have a performance related database issue with CodeFluent Entities and MySql .NET connector. I'm using: CodeFluent Entities version 61214.820 MySql Connector 6.9.8 Compared to MySql .NET connector version 6.5.4, .Save() method insert performance…
Renato Xavier
  • 123
  • 1
  • 9
0
votes
0 answers

What may be the cause for an intermittent Object reference not set error on a windows forms application with MySql database backend?

I have a Windows Forms application, where the underlying database is MySql. Versions are as follows: MySql Server v5.6 MySql Connector for .NET v6.5.4 Windows 7 64-bit I get the error with the stack trace below, in an INTERMITTENT pattern. It…
Renato Xavier
  • 123
  • 1
  • 9
0
votes
1 answer

Add method extremely slow

Somewhere along the way (updating codefluent or the model growing) adding/editing a method got extremely slow. Opening the CFQL window takes almost three minutes. I have a fairly fast desktop (Intel I7-2600 @3,5 Ghz, 4Gb DDR3 ram, RAID array of 4…
Peter de Bruijn
  • 792
  • 6
  • 22
0
votes
1 answer

XML-file produce by the SqlPivotScriptProducer does not contain additonal indexes

We are using the following producers : sqlServer producer Template Producer SqlPivotScriptProducer With the template producer we create additional indexes. The xml-file produced by the SqlPivotScriptProducer does not contain these additonal…
0
votes
1 answer

CodeFluent JSON Serialization Does Not Work for All Fields

I'm using CodeFluent JsonUtilities to convert an object to JSON. Using anything else seems to have various other issues (e.g. Circular Referencing). Here's some functions I use to convert to JSON for ASP.NET MVC, using CodeFluent.Runtime.Utilities…
MTran
  • 1,799
  • 2
  • 17
  • 21
0
votes
1 answer

Why does CodeFluent keep database connections open by default?

CodeFluent keeps database connections open by default. What are the advantages of doing so? Are their any disadvantages when they are closed after use by using the setting closeConnectionOnCompleteCommand="true"? Regards Thomas
Thomas
  • 1
  • 1
0
votes
1 answer

CodeFluent Entities Deployment Guide Best Practice

I'm seeking any best-practice documentation you might have that describes your recommendations for deploying applications which have been built on CodeFluent Entities. We're using CodeFluent (licensed through the University of Western Sydney) for…
user1462845
0
votes
1 answer

Lightweight entities and instances

We would like to insert some data in our generated model using instances. However we have entities containing light weight entities as in: [...]
0
votes
2 answers

Mono compatibility using CodeFluent.Runtime.Client

I runned a MoMa scan test on the CodeFluent.Runtime.Client assembly. I got warnings about 138 P/Invokes calls, 10 NotImplementedException and 14 [MonoTodo] markers. Does anyone know what kind of trouble I can encounter using this library across Mono…
cubitouch
  • 1,929
  • 15
  • 28
0
votes
1 answer

Kendo UI MVC and CodeFluent Entities

Has anyone used the Kendo UI Grid control with a CodeFluent entities (www.softfluent.com) generated MVC solution? I have reached a roadblock trying to return the JSON result that the Grid requires for AJAX processing and am wondering if a more…
user2589758
  • 33
  • 1
  • 5
-1
votes
1 answer

Is there a way of allowing an end-user to modify enumeration values once application is released?

I am just starting out with CodeFluent and beginning to really like it. My question is: I set a property of an entity to enumeration. How can I allow an end-user to add extra values (that are stored afterwards as additional choices) to an…
njtaz76
  • 1
  • 1
1 2 3
10
11