Questions tagged as '.net'

1
answer

Pick up the application folder

I have an application with all the interfaces and functionalities. In the same project I put a simple code running in console to check if the database already created on the machine already exists. If not, it should run the script that creates...
asked by 03.09.2015 / 01:49
1
answer

What are the most common ways to do data insertion remotely?

I have several applications where I perform constant insertions of data in the local database, but the number of concurrent applications has gotten too large and the data is behind schedule. Now, I need to split these applications into separate...
asked by 03.09.2015 / 15:41
1
answer

Select span, and pick up the text inside

I have the following HTML code: <div class="dados"> <span><strong>Nome:</strong> Yuri Santos</span> <span><strong>E-mail:</strong> [email protected]</span> <span><strong>Ender...
asked by 26.07.2015 / 22:48
1
answer

IIS Express or Owin self host (as service)

What are the advantages / disadvantages of these two approaches. Some features: It will be a REST server. The project in the beginning will have few requests Local server (not cloud)
asked by 26.07.2015 / 01:27
1
answer

Where to get a Roslyn compiler assembly?

Where can I get a Assembly ( .dll ) that contains CodeDom with the provider of .NET Compiler " Roslyn "? I have already tried to download a version here and it has many bugs, including poor performance and proble...
asked by 03.06.2015 / 04:13
1
answer

How do I lock the mouse scroll in the DataGridView?

How to disable ScrollBar in a grid in vb.net, a problem is occurring and I want to block it to fix this.     
asked by 16.05.2015 / 22:04
1
answer

API for viewing places on the map

I need an API that works like HERE Maps, which makes it easy to query through a REST service. With it I can for example identify stores within a certain range. But I came across the problem that it does not provide this information when for exam...
asked by 16.05.2015 / 23:06
1
answer

Convert DataTable to List Entity

I'm trying to use the code below to convert but it gives error everywhere that has T and where . What could it be? // function that set the given object from the given data row public static void SetItemFromRow(T item, DataRow row...
asked by 06.05.2015 / 00:49
1
answer

How to create two classes with the same methods, even one of them not being 'Partial'?

Can I create a class to implement the System.Console class, without creating extensions? Example: 'A original, da mscorlib: Public NotInheritable Class Console (...) End Class It is marked as a non-partial class, so ... you can n...
asked by 02.05.2015 / 06:41
1
answer

Type conversion going wrong

I'm having a data conversion problem when it passes For Each , it says that "vl_maodeobra" can not be converted from String to Integer type. The problem is that no matter the conversion I try to make the same error, just chan...
asked by 06.04.2015 / 15:29