Questions tagged as 'c#'

1
answer

Authentication of Individual User Accounts in Asp.Net Core

When I create an Asp.Net Core application with Authentication of Individual Users Accounts, it asks me for certain information: Domain name Application ID Registration policy or login What should I put in them?     
asked by 14.10.2017 / 20:34
1
answer

Error CS1061 'Mesh' does not contain a definition for 'GetTriangleStrip'

Hello, when I update my Unity 3.4 code to Unity 5.3, it shows me the following error:    Error CS1061 'Mesh' does not contain a definition for 'GetTriangleStrip' and       no extension method 'GetTriangleStrip' accepting a first argument of t...
asked by 03.01.2016 / 01:48
1
answer

Convert an xml into a string

I have published a web service (soap) with WCF, which receives a composite data type MFN_M02CONTENT. I need to generate a log in a plain text file, that I record the received messages. my problem is that when converting the data of the type...
asked by 26.09.2017 / 15:43
2
answers

error 'System.InvalidOperationException' conflict when joining two views?

I have this view that you need the Audit model but the masterPage has @Html.Partial("/Views/component/panelNavbar.cshtml") conflict with the Audit model with ConfMaster how to solve this? Index Audit @model IEnumerable<C...
asked by 11.04.2018 / 15:25
2
answers

Create this XML in C # with XmlWriter

How can I do this: <Amt> <cbc:price>340.00</cbc:price> </Amt> This is my code so far: const string cur = "Ccy=" + @"""EUR"; writer.WriteStartElement("Amt"); writer.WriteElementSt...
asked by 15.08.2017 / 18:07
0
answers

How could I adapt this C # code to Java?

Good evening how could you adapt this code to java? This is my DAOCliente internal void getCliente(clsCliente e_cliente) { string bd = "Cinestar"; SqlConnection cn = new SqlConnection("Data Source=localhost;Initial Cat...
asked by 10.07.2017 / 02:00
1
answer

Event click has no function

I have created dynamic buttons and I have assigned them a click event but when clicking them, they do not enter the event protected void Unnamed1_Click(object sender, EventArgs e) { ScriptManager.RegisterStartupScript(this, this.Ge...
asked by 30.06.2017 / 22:29
1
answer

Problem with escape sequences

The following method corresponds to the EditValueChanged event of a combobox that has gridview filters stored. I use this event so that when selecting the index, I can get the "where" that corresponds to the SQL query that has this filter stored...
asked by 04.10.2017 / 17:11
1
answer

Rare characters when decoding chain in Base64

Good, I've been trying for several days to pass a chain in base64 to something worthy, I explain that I've tried to see what solution I can give you. First of all I use PHP, the string is encoded in C # with Convert.Tobase64String()...
asked by 02.06.2017 / 23:25
0
answers

Generic queries in SQLSERVER [closed]

Good morning I would like to know if someone has ever done something like an IDE of sql server from C #. Let me explain, I have created an environment of SQLServer Web (In MVC), for remote administration, and I have all the visual part, I am...
asked by 10.04.2017 / 20:50