Questions tagged as 'dotnet-cli'

2
answers

ASP.NET Core IsDevelopment

When creating a project with dotnet cli / em>    dotnet new razor -o RazorPagesContacts How do I change the environment variable to developer mode when running the application using dotnet run . Since no Startup.cs I h...
asked by 20.12.2017 / 16:15
1
answer

Import data from an excel spreadsheet into the Database- Epplus

Gentlemen, I have the following problem: I created the code below, I made some changes, however I can not import my file. My application is in .NET , and the database is the Oracle Sql , and I have adapted the EPPLUS library. If anyone has...
asked by 15.02.2018 / 18:08
1
answer

How would you do to convert this Json to Objects in C # [duplicate]

How to convert this JSON to a C # object? { "Maquinas":{ "Maquina1":[ { "comando":"Get", "enderecoip":"192.168.254.221", "port":"3000", "usuario":"teste", "Senha":...
asked by 04.01.2018 / 17:22
1
answer

Doubt about Messagebox

I have a question about our famous MessageBox.Show(); , this command is about an event, method what would it be? Another question is about instantiating object, in the example below we are getting our login form and creating a variable...
asked by 29.04.2018 / 05:04
1
answer

Create a list and insert the worksheet data into the database when importing

I have a protected void importar_Click(object sender, EventArgs e) method and inside it I check if the file has been selected, and it validates the file extension. This system is a file import system from an excel spreadsheet, which saves...
asked by 09.02.2018 / 16:51