All Questions

2
answers

EF Relationship between 3 Tables

I'm learning Entity Framework using Code First and found a difficulty with relationships. I have three tables in the system that I'm doing: Flow (Key = FLOW_ID); Step (Key = STEP ID); Action (Key = ID_ACAO); I need two tables: one...
asked on 20.05.2014 / 19:11
1
answer

MSBuild Multi-Proc

Has anyone ever used MSBuild Multi-Proc? I'm trying to use it here, but I end up getting the following error:    C: \ Windows \ Microsoft.NET \ Framework64 \ v4.0.30319 \ Microsoft.Common.targets    (3390): Unable to copy file "obj \ Release...
asked on 22.05.2014 / 14:08
2
answers

File supposedly being used can not be deleted

I have software that logs logs of errors from it even inside a "logs" folder. Each log file is created with the date of the current day, and is therefore unique to the current day. Example: 30-04-2014.log . I use StreamWriter to log t...
asked on 30.04.2014 / 11:43
1
answer

Error creating PDF file on Android

I have a problem creating a PDF using iText on Android. I have to save in the internal memory of the device, but it is giving error because I do not know the way to save because in the tutorial it saved in C:/temp . This is the code p...
asked on 21.05.2014 / 04:31
2
answers

How to get position of a sublist within another list?

I have a list of bytes and I need to check if it contains a sub-list of bytes in a specific order. How can I make this check by getting the position of the sub-list in a simple way, using the Linq or the List features, that is,...
asked on 25.04.2014 / 21:23
2
answers

How to get a difference between two dates?

Let's say I have an initial date equal to 30/01/2014 10:00 and an end date equal to 02/02/2014 10:00 . I wonder if it's possible to get a grid containing these results: If possible, I would like to know how.     
asked on 21.02.2014 / 02:09
1
answer

Filter JSON of Facebook Graph Api Feed

The JSON that the Graph API returns from a Feed of a page using the address "graph.facebook.com/ID / feed? access_token = _ACCESS_TOKEN_ "displays the full Feed , but I only wanted the posts made by the page itself. How do I filter?    ...
asked on 28.02.2014 / 05:10
2
answers

Weird redirect

Even without .htaccess and without the apache rewriter module active if I call mydomain.com / page it will search first page.html if it does not find it it will go to page.php. How do I disable this "redirect" because it is giving trouble in...
asked on 04.03.2014 / 01:10
2
answers

Is it possible to use any programming language in Windows Azure? As?

The Windows Azure website makes it clear and explains how to use various programming languages. But still, it does not explain how to use some simpler languages, such as C ++ itself. I know that Amazon Web Services can be adapted to other lan...
asked on 25.02.2014 / 15:52
2
answers

How to make these divs responsive?

I'm creating "informative" to put on the home page of my site and need a light. I wanted it to look like this: Andwhenthevisitor'sscreenresolutionwasdeclining,thetitle'sanddescription'sdiveswereshrinking.Andwhentheresolutionwasverysmall,like500,...
asked on 09.03.2014 / 00:33