Questions tagged as '.net'

1
answer

How is a bulk insert to Oracle from .net with C # language? [closed]

How to make a bulk-insert from .net for an Oracle database.     
asked by 08.02.2016 / 17:39
0
answers

Error getting a certificate stored with SealSign Certificate from IIS in an API in .net 4.6

I want to open a certificate stored with SealSign from a web API in .net 4.6. The certificate is saved in personnel and is well displayed when I access the Certificate Manager. My problem is when I try to open the certific...
asked by 03.01.2019 / 12:49
0
answers

Uploading data from Excel to SQL Server using BulkCopy

generate a Windows Forms application, in which I upload data from an excel file in csv format and insert them in SQL Server with BulkCopy, the problem arises when I try to copy a file with more than 59000 records, because in register 25119 all i...
asked by 27.12.2018 / 17:49
1
answer

How to consume a Toi Rest of Tookan?

good afternoon, I'm a bit new in the API's Rest, I need to consume the following api: link , reading the documentation for what I understood is to perform POST methods, I do not know how to do it to consume it through GET, I use a console appli...
asked by 14.12.2018 / 00:28
1
answer

Tabcontrol with html and javascript

I put this example as a reference I have in .net data with a grid which I pass as a parameter to a textbox when I select a row, and my page is updated and the first one is selected as I can omit that. <!DOCTYPE html> <html> <hea...
asked by 07.12.2018 / 05:26
0
answers

Error with model MVC Model.get null

I'm developing a web page with MVC, and although the connection to the database works for me (for the login) with the LINQ class and SQL Server, I do not know if the model does not load the data or the list is not adding the data of the BD...
asked by 06.12.2018 / 05:21
0
answers

HipperlinkField Inside Datagrid Do not redirect asp.net

I am trying to add series of an article so that it can be moved to another warehouse the functionality is that when you click on the hipperlink control the records to which you intend to add series, it is redirected to a page, in which you mu...
asked by 26.11.2018 / 23:23
0
answers

Query ElasticSearch filtered by a field?

I'm doing a Query with the NEST library of Elasticsearch. I have consulted with date range and it works perfectly, but when it comes to a filter for a particular field, it does not return anything. I would like to filter by one of the Id fiel...
asked by 21.11.2018 / 08:38
0
answers

Because Include does not bring the users with whom it is related, only the accounts

Good day I currently have three tables for the subject (Subject), user and the relation materia_usuario (Enroll_Teacher_Subject). I am making a query in the controller in which I want to show me the subject and the relations with the table mater...
asked by 19.11.2018 / 15:41
1
answer

Can you add an image instead of the google dialer in c #?

In C # I declare my Google Maps bookmarks like this. marcador = new GMarkerGoogle(new PointLatLng(tbCoordenadaY.Text,tbCoordenadaX.Text),GMarkerGoogleType.red); But I would like to be able to add an image of a car as it appears in Uber....
asked by 13.11.2018 / 08:32