Questions tagged as 'c#'

2
answers

Problems with EntryPoint of DLL created in C

I need to use a DLL created in C in a C # application. I have followed several forms seen on the internet and I can not use the methods that are supposed to be in the DLL. When looking for the entrypoints, 4 appear, which are the following...
asked by 13.03.2018 / 14:00
1
answer

Value of DropDownLIst to object

Hello community, I'm jeff, new to this community, I have a query: I have a dropdownlist that I load with an enum and then I want to create an object Particular c = new Particular(documentoparticular, TipoDelCliente, nombreparticular, apellid...
asked by 02.03.2018 / 20:09
2
answers

Paginacion en JQuery

My website will be based on doing activities and every time you finish an activity you will automatically be asked which NickName you want to appear on the Results page (where the Nick will be, what activity it is, the note and the date)....
asked by 28.02.2018 / 23:43
1
answer

Install KB 2919355 before installing Visual? - error when trying to install visual studio 2015

Someone who uses professional c # - visual studio 2015, I have the following problem: I try to install the visual studio version 2015 and it asks me to install an update (note: I already install it) and it keeps asking me for the same thing a...
asked by 25.02.2018 / 19:08
1
answer

Access properties or attributes of an object of a class created on the fly

Suppose I have this code; new List<Int32>().Add(Int32.Parse(Console.ReadLine())); Could I have access in any way to the number I entered in the list? Not having an object as such, I do not know if something like that would...
asked by 24.02.2018 / 11:24
1
answer

How to get a linq log in asp.net core?

I do the following query with linq, but I can not get that id that I retrieve in the query. var seccionGrado = (from sg in _context.SeccionGrado where sg.IdSeccion == user.IdSeccion...
asked by 23.02.2018 / 23:50
1
answer

Null value when trying to get data from another object

I am working in a real estate portal and I have in a table inmueble the type of property (understand "housing", "local", among others) when loading a property returns the data found in the database less the type of property which is in an...
asked by 24.02.2018 / 20:58
1
answer

Xamarin Json deserealization

When requesting my Api from my application, Api returns a very long JSON, of which only some data interests me, to process (deselate) my request, I have created a class with the help of the following page < a href="http://json2csharp.com/"> link...
asked by 23.02.2018 / 00:09
1
answer

Convert varchar value to tinyint?

I have a value in a textbox (varchar) in a webform of asp .net and I need to compare it with a tinyint type value of sql. What would be the way? Thanks Greetings     
asked by 08.03.2018 / 16:29
1
answer

How can I change a comma separator by tab delimiter [duplicated]

I have a .csv file which the client first asked me to change the separator commas by vertical bars "|" Now they are asking me to change it by tab delimiter but I can not do it. I have searched for several options but I can not find anything...
asked by 27.02.2018 / 18:05