Questions tagged as 'c#'

2
answers

Can the dbml generated by LINQ to SQL be updated asynchronously?

I was making some changes to my database, when I finished as usual the normal is to delete the entities that suffered changes and drag the entities of the database again through the server browser. What I want to ask you is that if there is a...
asked by 24.10.2017 / 20:19
1
answer

Foreach does not stop

Hello my doubt is that I have a foreach that does not stop: foreach (var i in establecimientos) { foreach (var promocionPlantilla in plantillaHabilitados) {...
asked by 21.10.2017 / 00:17
0
answers

Problem Authorize MVC

My problem is that for some reason the Authorize takes a cookie that is deleted and allows me to put post get whatever is unloved using that same cookie from postman. I leave the code of login, logout and authentication <authentication...
asked by 02.11.2017 / 16:13
0
answers

How can I use the name of an image in a list of type Image? C #

public void ComprobaRespuesta() { if ("Aqui quiero poner el nombre, que si empiece con "Bueno" se ejecute el sig codigo") { acier++; JugadorAcerto?.Invoke(); ImagenGenerada?.Invoke(); if (acier==5)...
asked by 22.10.2017 / 05:37
1
answer

Load Dynamic Table through jscript consuming a WebService asp.net c #

Good I would like you to help me comment I'm doing a webservice project and website, and create a dynamic table according to json what I vote but when I put the default parameters if I can get it right but in my webservice when I put input varia...
asked by 19.10.2017 / 02:05
0
answers

is it possible to read the fields that have a view in SQL server from C # webform?

Is it possible to get the headings of a view on SQl server from a C # form, and send these names to a textbox separated by commas? for example: What would you call this what I try to do to investigate? camposSQL = LeerVista: "vw_VistaNombre...
asked by 01.11.2017 / 19:06
0
answers

Visual Studio 2010 Does not allow you to create a project

I need your help please, I have Visual Stidio 2010 Professional in Spanish and I get the error of the image, I have windows 7 enterprise 64bits Try to install and install from 0, repair, also reset the configurations, reinstall framework 4, a...
asked by 01.11.2017 / 14:14
1
answer

How to create mysql database backup with c #

What I want is with a simple click on an option, a window appears to save the backup of the database. A dialog box in which the Backup can be stored anywhere.     
asked by 19.10.2017 / 01:25
1
answer

create a second plane listener that runs as a windows service

I currently need to create a listener that broadcasts over the network, and that listens to messages coming from any IP address on the network (it's a private network). I currently have this functionality implemented on a website through Host...
asked by 19.10.2017 / 21:00
1
answer

How can I read the value of an element in an xml file and return the content? [closed]

I have an application which has an xml file. This xml file is serialized with the content in which it comes from a variable of a web page. What I need to do now is get the value of each of the elements in this xml file and compare them in an...
asked by 19.10.2017 / 16:15