I'm trying to integrate my desktop application with an online tool (ScrumWise), however they use Curl, I'm not able to consume the rest.
curl https://api.scrumwise.com/service/api/v1/getData -k
-u [email protected]:69C0A6A9E957B6398BD8C62F3B67...
How do you call the function of clicking and dragging the title bar of the window to the corners of the screen, and they adjust themselves?
Example: when dragging the window in the right corner of the screen, it occupies 50% of the screen on...
Good afternoon guys, I have a somewhat ridiculous problem, but I can not find the solution.
I'm trying some stringFormat as StringFormat={}{0:#,#.00}} and StringFormat=N2} , in addition to StringFormat='c' , but taki...
I'm developing a feature that will receive a spreadsheet in .xlsx format, perform a render and return that spreadsheet with the columns added, in which case I should upload a file and success would download it. In my attempts or I can send the f...
In an application I use several times a code like
var cliente = db.Clientes.Find(id);
So I created a controller that returns me:
[OutputCache(Duration = (10 * 60 * 60), VaryByParam = "id")]
public static Cliente ClienteInfo(int id)...
I'm creating tables with Entity Framework , and I'm using Data Annotation to determine the amount of characters, I wanted to know what the largest size supported for typing text and if the correct type would be string same?...
Hello, I have seen several examples on the internet of progressBar in WPF, but none works.
It appears more does not fill in the values, in fact it fills the values only after running the initial method where it is called.
Source Code:
p...
namespace RepositorioLivrosICC
{
public class RepositorioLivros
{
public static RepositorioLivros instance = null;
private List<Livro> repositorioLivros;
private int indice;
public static Reposi...
I'm making a small XAML application that requests 2 dates. Dates are passed as a parameter to some methods invoked by the Button click event. The problem is that during the execution of the methods the form remains locked.
How to use the Back...
I am developing a Windows Phone 8.1 application and it is necessary to use the Facebook login. Would anyone have an example of how to do this login?
Thank you in advance.