All Questions

1
answer

Object with list of objects inside JavaScript

I'm using angular to make a form that contains multiple checkboxes (using angular-material), this form sends the values to the controler, which are received as follows: Ineedtogetthisdata(allobjectscontainthesamefields)andturnitintoaJSON.Doesan...
asked on 29.09.2016 / 22:00
1
answer

Set AlertDialog with Open Keyboard

I have the following problem I have an AlertDialog Whenthekeyboardopens,thedialoggoesup,butpartofthedialogishidden.Itdoesnotadjusttheheightasthekeyboard DialogXML:<ScrollViewxmlns:android="http://schemas.android.com/apk/res/android"...
asked on 29.09.2016 / 18:49
2
answers

Write access log in ASP NET MVC application

I have an ASP NET MVC website and I need to write to the database every time someone accesses the client's IP and access date, is there any way I can do that? I do not want to record every page that the client enters, just record when to open...
asked on 29.09.2016 / 15:38
2
answers

Create dll in C # and use in Delphi 7

I need to create a C # dll so I can use it in delphi. I've tried the following: I created a basic dll with a sum method, but calling it in delphi does not return anything, it would be like the created method did not exist. Below the c...
asked on 02.09.2016 / 15:52
1
answer

How to change the template (visual) of a page asp net mvc5 according to user

How would I do this using areas, and navigating through the main controllers (which are at the root of the project). Basically it is the following: www.algumacoisa.com/home/index = > redirect to the controller that will check t...
asked on 30.08.2016 / 05:58
1
answer

Catch the time on a remote computer using C #

Is there any method for me to be able to retrieve the time and date from a remote computer using C #?     
asked on 28.09.2016 / 16:20
1
answer

How to use natural language processing in Portuguese with C #?

I need to find people's names and organizations in the text. I discovered that I need to use natural language processing for this, but I was only able to implement it in English using Stanford NLP for .NET and OpenNLP. Is there any way to...
asked on 20.09.2016 / 02:00
2
answers

How to list reservations registered by a single administrator? (1: N)

I register my attributes of the Reserve class, logged in as an Administrator. I would like to know how I can list these reservations by a specific administrator? Example: Administrator 1, registered 2 reservations. Administrator 2, registered...
asked on 23.09.2016 / 08:52
1
answer

How to block a range of IPs with php?

I have a function in php, but I would not like it to be executed by people in a certain country, how do I get the php script to block a range of IPs? Example, block the range of US IPs. It is necessary to be able to add more range of IPs....
asked on 01.09.2016 / 05:51
2
answers

HTML DOCTYPE declaration

By the W3C standards we should declare: < ! DOCTYPE html > , but I saw on a website that they declared only this: < ! DOCTYPE > , the semantic value is lost or the browser reads the file normally as HTML5?     
asked on 04.09.2016 / 05:29