I am making an application in WPF, and I use Entity Framework v6.1.3 as ORM, database sql server 2012 as a database.
The query is simple. Make an insert of 8 thousand records approximately, it takes me more than 15 minutes. What really takes...
I have a navmesh which I go through with my agent with classic click to move mechanics .. but I need to instantiate a Sprite in the navmesh when I click before passing the new Target to the agent as in any MOBA game: but when I use the transform...
I have a server where I send and receive messages, create an app from C # where I can send emails but do not recognize the credentials that I tell you, they tell me they are false:
correo = new MailMessage();
co...
How can I migrate this Oracle code to MongoDB? I'm using C # and the idea is to fill the Dataset with Mongo data.
Original Code
private DataSet datos()
{
DataSet dataSet;
OracleCommand oracleCommand = conn.Create...
I am developing a system with GeneXus in C #, but IIS does not help me much because I think it does not have a command console where I can verify the errors I usually make. As far as I know, Tomcat works with Java, since it was developed in that...
I have a problem trying to run this code, what I try to do is that in column 9 the "," and the "." are taken into account, the code is as follows:
OleDbConnection con = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source="+text...
Hi, I have a problem with the service, I have it published in a folder on GoDaddy on a Windows server, but it is not very clear the error, if you could help me, thank you very much.
I have the following cycle so that each time I go through the DataRow add the value that touches more " :00 " and another equal with " :30 ", the topic is in which I repeat the values that I already have by default and I want...
Good morning:
A few days ago at work they brought us a Mac Mini to migrate some projects made for Windows to Mac.
The problem has come to me when installing Visual Studio for Mac and compiling my program has given me an error in the Microsof...