Questions tagged as 'c#'

1
answer

Filtering PostgreSQL information on Windows Forms using Entity Framework

Is there any way to find the information in postgresql by nickname? But without using alias , just in the field record in the table do I already enter the real name for the field? Example:    customer_id will be called "Customer Code"  ...
asked by 17.04.2017 / 22:36
1
answer

In which cases they return the error Exception of type System.OutOfMemoryException

What are the most frequent cases that can return this exception ?     
asked by 18.09.2017 / 14:35
2
answers

Dll C # in Delphi 7

I need to generate a "ini" file in the "C: \ Windows \ Temp \ USB.ini" folder containing printer information installed for another pre- historic consume. I created the following (gambiarra) dll in C #: [ClassInterface(ClassInterfaceType...
asked by 05.03.2014 / 15:17
1
answer

Good practices for Asp.Net MVC 4 - 5

I need to know how to organize my project in the% cos_de% issue if there is more than one Model in my application. For example, I have the Model student and Model teacher. I create a class of type CRUD's to manage my database, but e...
asked by 14.02.2014 / 04:57
1
answer

Facebook Binding SDK 3.6 for Android

In my project with Xamarin, I need to use the binding of the Facebook SDK for Android in version 3.6. However, I could only find the binding of version 3.0 , which is out of date. Does anyone know where I can find the Facebook Binding SDK...
asked by 20.01.2014 / 18:19
1
answer

How to fix the error Attribute 'name' not recognized in Webconfig?

I'm developing a web project in VS 2012, this application connects to a MySQL database developed in MySQLWorkbench 60 CE with the MySQL 5.6 server, I have referenced in the project the EntityFramework version 6.1, MySql.ConnectorNET.Data 6.8.3.2...
asked by 29.05.2014 / 00:47
1
answer

Read SMS history record on iPhone using Xamarin [closed]

I need to read the SMS history record sent / received on the iPhone, and its time spent on each send. I do not know how to do it and I did not find material in Portuguese about it. Can anyone help me with this? I opened another related question...
asked by 20.01.2014 / 00:28
1
answer

What can cause EF performance to fall in this scenario?

I've been doing a data import for a project in ASP.NET MVC 5 with EF 6.1 and SQL Server 2008 where the source Import data was a txt file. The file record lines were not very large but contained a certain amount of information to proce...
asked by 20.06.2014 / 03:11
3
answers

How to implement the default presented in C # with EntityFramework?

I'm thinking of a way to apply the pattern ( multi-tenant ), raised on this issue ( Standard that has contributed to the reliability of software that needs to meet complex models such as multi-business models ) EntityFramework . As th...
asked by 17.09.2014 / 15:22
1
answer

Detect Caps Lock C #

I made an application to detect the state of the caps lock in C #, but found a problem, when the application loses focus, the events can no longer be triggered causing the notifications to no longer be displayed by the application. I took a brie...
asked by 03.05.2014 / 13:37