Questions tagged as 'c#'

1
answer

I can not use Snippets in VSCode C #

I am currently working with VSCode together with Unity and C # recently updated VSCode to its latest version and when writing reserved words for functions like for or if , the autocomplete options skip as it normally should, however...
asked by 22.03.2018 / 02:20
1
answer

SSL Cloud app with SHA-2

Good morning, I have a certificate created by GoDaddy for a site I've already created the configuration to load it to coudapp in azure , this certificate has a thumbprintAlgorithm sha2 , but in all the guides azure works o...
asked by 22.01.2016 / 17:42
1
answer

What is the best way to store data in Unity3D?

I have been working on a project where I generate a procedural terrain divided by meshes , now my idea is to save these meshes in a folder and then load only the ones I need. I've seen that I can do it with FileStream but...
asked by 17.01.2016 / 01:29
2
answers

NHibernate, Antlr and Antlr3 Exception from HRESULT: 0x80131040

I have the following situation: I have NHibernate 2.1.2.4000 that requires yes or yes Antlr 3.1.1 I did an optimization of the entire web application using minification and bundling techniques with WebGrase that uses Antlr (> = 3.4.1...
asked by 08.03.2017 / 20:51
1
answer

how can I save an insert in a txt

I have a problem I can not save a complete insert in a txt, I save it but it saves the parameters not the real values, this is my code if (!dao.success) throw new Exception(dao.message); //Leer metadatos: Tabla y Campos stri...
asked by 06.08.2018 / 17:17
2
answers

Login using the active directory in ASP.NET

Good morning. I have an application, web with a database connection, I have always used the classic authentication of SQLServer in the string connection: <connectionStrings> <add name="CapaDatos.Properties.Settings.Logis...
asked by 14.03.2017 / 23:31
1
answer

Execute lambda expressions from an "unknown" type

In a development that I am doing, I create a type of object from one of my classes that are stored in my library in the following way: var type = GetTypeFromAssembly(typeName, fullNameSpaceType); var instanceOfMyType = Activator.Crea...
asked by 13.10.2016 / 21:23
1
answer

Event in ComboBox inside a Datagridview

I have a form where the header and detail of a Purchase Order exists. In the Load, load the detail data in a DataGridView with the CargarDetalle() method correctly. My problem is that when I select an item of ComboBox , th...
asked by 05.08.2016 / 15:07
1
answer

Format an asp.net c # PDF with iTextSharp

Good afternoon. I'm doing an export to pdf for that I'm using iTextSharp so what I would like is the header be centered by the one who already does it: NumeroCuota Expiration Date quota AmortizacionCapital Interesting...
asked by 16.06.2017 / 00:58
1
answer

Serialize data of objects compiled in a class library

Greetings, I have a problem with a serialization exercise. The theme is the following: I have a ClassLibrary with the classes Fruit (abstract), Apple and Banana that are derived from Fruit and another class Cajon that contains a list of "fruits"...
asked by 21.06.2016 / 19:55