Questions tagged as 'c#'

0
answers

Asp.net C # DDD - Implementing Api Web

I am developing a System, with DDD structure with Simple Injector. When developing the WEB API, the data returned from the DB is null. In other tests performed in the MVC view, the same data is returned normally. The problem is in the impl...
asked by 03.09.2017 / 22:56
0
answers

My "PlayerBehavior" class is not inheriting the other "CharacterBase" class [closed]

I'm not able to access the CharacterBase class of my Script PlayerBehavior using System.Collections; using System.Collections.Generic; using UnityEngine; public enum TypeCharacter{ Priest = 0, Mage = 1, Paladin = 2,...
asked by 02.09.2017 / 14:08
0
answers

Declare a Liststring and display in xaml

I'm trying to make a List string in xamarin, this list auto-increments according to whether an attribute is declared as true; public bool TemPão { get; set; } public bool TemBife { get; set; } public bool TemPresunto { get;...
asked by 01.09.2017 / 18:58
2
answers

Event loading when performing AJAX queries with ASP.NET MVC

I would like to know how best to put a Waiting any to identify that the data of a search is being processed, in the case I have a table and I can perform a search filter, when the request is sent I would like to put a warning to the user that th...
asked by 01.09.2017 / 19:38
1
answer

How to get the server response efficiently?

I'm creating a Client / Server application It works as a chat so the server can send messages to the client and vise versa. To send messages I use an event private void btnsend_Click(object sender, EventArgs e) { enviar(); }...
asked by 02.09.2017 / 00:56
2
answers

Create line chart windows form

Hello, I need to create graphs in windows form in dynamic ways, this is working correctly, but I would like the graphic to be offline, since it is bar graph, could anyone help me? Code: private void FrmGrafico_Load(object sender, EventArgs e...
asked by 31.08.2017 / 18:06
1
answer

Check items in the checkedlistbox

I'm programming in C # in Visual Studio 2015, and I have a form with a checkedListBox with names of several courses. (The registration is for a student). By marking and saving, it saves the student's enrollment in the students table, and pres...
asked by 30.08.2017 / 21:19
1
answer

Application continues to run even after it is closed

I'm having a problem with my application. It remains in the list of processes even after its completion, in addition to it, the ClickOnce application also appears in the list. Scenery My application communicates with a ratchet through a...
asked by 24.08.2017 / 16:01
0
answers

View Image List View

I have a screen, which through a List View, displays a photo per record listed. <td class="col-md-1 text-center" style="vertical-align: middle"> <asp:Image runat="server" ImageUrl='<%# "~/ControlePatio/Veiculo/ExibirFotos.aspx...
asked by 24.08.2017 / 16:21
0
answers

Convert Anonymous Object [closed]

How can I convert an anonymous type object to a known class using Linq version 4 with Entity Framework in C #?     
asked by 24.08.2017 / 21:49