Questions tagged as 'c#'

0
answers

Application with Drag and Drop and other effects

I am getting ready to do my TCC and the result of it will be an application. In this application I'm going to model objects. To model this objects the application will provide some forms. These shapes must be dragged to an application area. It w...
asked by 16.02.2015 / 01:44
1
answer

Doubt on Entity Modeling

I have an entity called Requests that satisfies the following business: A request is made by an Employee (Entity), then it is changed by another Employee and then confirmed by a third Employee. In a request I am sending a Client (Entity)...
asked by 16.02.2015 / 00:15
1
answer

Relate products from different stores automatically

I have a question in comparing product prices from different stores, I have no idea which component to use or how to do this. The idea is to do something like Buscapé and Zoom (relate the same product to different stores), and then use this rela...
asked by 07.12.2014 / 01:23
2
answers

Windows Phone 8.1 Saving ToggleSwitch Status

I have a code where I need to save the state of ToggleSwitch. In order to start the page, the Ison property is active or inactive, depending on the user's selection. To save the state of the element I have used '' Windows.Storage.App...
asked by 25.11.2014 / 01:39
0
answers

Several Migrations in the same Bank

We use the same MS SQL database for many applications. I am aware that such action is not recommended however, unfortunately it is the method that will have to be applied. I work with code first and each time I create an application an...
asked by 08.10.2014 / 22:08
0
answers

Service bus configuration

I will try to detail my problem, I have WCF project hosted in IIS with the auto start enabled option of the app fabric configured but even so the project only starts in the azure relay when accessing the service url ... After a while the rela...
asked by 17.11.2014 / 14:54
1
answer

How to limit characters in a textbox

How to limit the amount of characters in a Textbox in xaml and via code behind ?     
asked by 24.12.2014 / 13:39
1
answer

Problem when changing texture of a gameobject in Unity

I'm doing a job at Unity where the goal is to detect facial expressions with Kinect. In Unity the default expression is "neutral" and depending on whether we change the expression to "smiling" or "suprendido" the face it shows should change....
asked by 13.07.2015 / 23:10
1
answer

Memory allocation of a service

I have a problem, I need to check the amount of memory a specific service is allocating. Is there anything in C # that does this? Any class or method? For all I've seen, they bring general PC consumer information.     
asked by 13.07.2015 / 21:05
0
answers

Namespace Conflict

I installed system.web.helpers and now I need to install system.web.mvc. It turns out that both have a dependency called: system.web.webpages and so the installation of mvc is giving error. See the error below: Install-Package : Updating 'Micr...
asked by 14.07.2015 / 14:06