As I am almost done with my first Windows 8 App, Himmelsblå Dagar (a Swedish app), I was trying out the Windows App Cert Kit Tool used to validate your…As I am almost done with my first Windows 8 App, Himmelsblå Dagar (a Swedish app), I was trying out the Windows App Cert Kit Tool used to validate your application…
Read the rest...Category Archives: C#
Windows 8: Updating a live tile from a PHP service
As I am making my first Windows 8 application I want to add a live tile. The application is a fixture list for my football team, Malmö FF, and I…As I am making my first Windows 8 application I want to add a live tile. The application is a fixture list for my football team, Malmö FF, and I want…
Read the rest...C#: Running a command prompt and capturing the output
For some reason I had to run a command from a C# application recently and I needed to capture and use the output. The following is a code-snippet I designed…For some reason I had to run a command from a C# application recently and I needed to capture and use the output. The following is a code-snippet I designed as…
Read the rest...JIRA: Basic C#/Jira searching for issues
(This article is a follow up to http://maffelu.net/jira-basic-cjira-fetching-and-displaying-projects/) In the previous article, and the article before that, we talked about creating a connection to JIRA with C# and using that…(This article is a follow up to http://maffelu.net/jira-basic-cjira-fetching-and-displaying-projects/) In the previous article, and the article before that, we talked about creating a connection to JIRA with C# and using that connection…
Read the rest...JIRA: Basic C#/JIRA fetching and displaying projects
(This is a follow-up to the initial JIRA/C# article: “JIRA: Basic C#/JIRA connection using REST“) In the previous article about how to work with JIRA in C# utilizing the REST…(This is a follow-up to the initial JIRA/C# article: “JIRA: Basic C#/JIRA connection using REST“) In the previous article about how to work with JIRA in C# utilizing the REST api…
Read the rest...JIRA: Basic C#/JIRA connection using REST
As I’m working a lot through JIRA I thought I’d try to communicate with it using C# and the REST api it’s exposing. This was not completely simple and it’s…As I’m working a lot through JIRA I thought I’d try to communicate with it using C# and the REST api it’s exposing. This was not completely simple and it’s obvious…
Read the rest...