Questions tagged as '.net'

0
answers

WPF Modern UI Chart Xaml Chart Title style

I have the chart below and I would like to change the font size for the ChartTitle property, if possible by xaml. In the chart class I can change the font size of the series through the chart.FontSize property, but I did not find a method to...
asked by 14.02.2017 / 19:45
1
answer

Difference between Task and Thread

I need to create a C # executable and I have the doubts: Do with thread or do with task ? In practice is there any difference between using Task and the "traditional" multi-thread ?? Is it true that a task...
asked by 13.04.2016 / 18:57
2
answers

What is the IL code and where can I find this code?

In my question about static constructors user bigown showed how the code generated from a static constructor is by .NET, this code is called IL Code according to its response . See the IL code of my question: .class private auto ansi '...
asked by 04.07.2016 / 02:09
0
answers

Creating EF Designer from a database

When I click on NEXT it closes, when I use a sqlserver it works normally, but in this case I'm trying with mysql and I'm having this problem, Has anything like this ever happened to you?     
asked by 15.11.2016 / 19:14
0
answers

Dynamic input reading in C #

I'm developing a solution in Winforms C # that receives a text file via network, via HttpWebRequest : HttpWebRequest request = (HttpWebRequest)WebRequest.Create(conexao + "/piece.txt"); request.KeepAlive = false;...
asked by 03.11.2016 / 13:23
0
answers

Api Facebook live streaming

Has anyone ever had to get a Country List to send a POST with Geoblock using the facebook API to connect a live? I am linking my lives for a service, now I need to determine for it the countries that can see my streaming and those that can not,...
asked by 06.12.2016 / 18:32
1
answer

EntityFramework does not recognize Web transformation Config

In my solution C# , I use Web.config transformation to connect a specific data environment, but I'm having a problem with EntityFramework that can not recognize string de conexão transformed , only recognizes Web....
asked by 15.09.2016 / 16:32
0
answers

AppHarbor + Quartz [closed]

I have an application in Appharbor (in C #), with only 2 buttons, one to start a job and another to stop it. I scheduled the job to run every 15 minutes, and to repeat forever (or until I force the stop), however, it does not run every 15 min...
asked by 28.09.2016 / 15:00
0
answers

Call CodeBehind javascript function while a process is running

The idea is I have a grid in which there is a button on each line. The desired is that when the user presses the button the page is fixed (freeze) and have the order validated. And when the server returns the result back with the page to the ini...
asked by 29.09.2016 / 18:47
0
answers

Generating two CheckBox tags being one hidden in AspNet MVC

Good Night @Html.CheckBox("Agree", new { value = false, @class = "filled-in", @id = "filled-in-box" }) When I generate the CheckBox in AspNet, by the above command, it is generating me two Tags being one is Hidden, as I am using the materia...
asked by 22.09.2016 / 03:42