Questions tagged as '.net'

0
answers

Register User Email Identity

Hello, I did a Reserve CRUD, and the idea was that when the User logged in to make their Reservation their Email was registered along with the other registered data. The problem that in the place where it was to appear the Email of this User...
asked by 17.06.2018 / 06:44
1
answer

Access modifier Internal X public

When to use public or internal? Is there any advantage / disadvantage between them?
asked by 17.11.2015 / 22:24
0
answers

multilingual in asp core

I'm using Globalization and location in asp core to be able to translate the texts, until here I managed to make it work, but my doubt is, if it is possible to direct the text path to the database, in this case Globalization and Asp core locatio...
asked by 12.06.2018 / 17:48
1
answer

Separate string by number of characters

I'm developing a component to read the file submitted by DataPrev with the list of monthly obituaries. This file is a TXT and every 210 characters is a different person. The documentation can be seen at this link : SISOBI . I'm used...
asked by 13.03.2015 / 16:09
0
answers

ZXING does not read CODE 128 with more than 8 characters

I developed an application for ANDROID for barcode reading. But I noticed that when the barcode is longer than 8 characters, the cell phone camera can not read. They are product codes that contain letters, numbers and may even contain a dot. I u...
asked by 08.06.2018 / 13:57
0
answers

Clean Fujitsu Fi-7160 scanner buffer in C #

I'm working on a Company project, C # Windows Form and I'm still new to the dot net platform. I would like to know with my friends, if there is any way I can clean the buffer of the Fujitsu Fi-7160 Scanner, after scanning about 1500 sheets, beca...
asked by 01.07.2018 / 19:44
1
answer

Connect to the database using .Net Core 2

I am studying .Net Core 2 and I am not able to connect to the database. My appsettings.json looks like this: "ConnectionStrings": { "DefaultConnection": "Server=FAYOL\SQLEXPRESS;Database=Pagamento;Trusted_Connection=True;MultipleActive...
asked by 25.05.2018 / 21:19
0
answers

Get Model value and pass it to a class in Controller C # /. Net

I wanted to get a value from the model and pass it inside a class that is inside the controller. Here's my class on Controller I wanted the variable "MyVariavel" to receive the value of my model public class classeTeste { p...
asked by 23.05.2018 / 19:04
3
answers

Shuffle numbers from a list? [duplicate]

Well, initially I do not understand much of a list in C #, but I have a list of type int that will always have 4 elements that are: 1, 2, 3 e 4 , I'm assigning them with .Add , if someone knows another Give me a little help...
asked by 10.09.2015 / 06:20
0
answers

Oracle 10g decompiled scripts

.NET Dll is used to compile scripts, but in Oracle 10g databases the scripts are decompiled and you need to perform the compilation using a SQL Developer , for example. Reported that this occurs only for Oracle 10g. Why does this o...
asked by 22.05.2018 / 20:44