5 Tips for using Azure Web Jobs
- Use public on the main program class.In order for web jobs to initialise correctly the main class that contains the web jobs needs to be made public. Once this has been added the individual jobs can then be read and should be visible in the output when running locally.
- In order to store and view the invocation …
Read MoreWindows Azure and SignalR with Gadgeteer
Steve Spencer May 30, 2013 · 4 min read · ASP.NET Gadgeteer SignalR Web API Windows Azure Windows Azure Websites ·I’ve been playing with Gadgeteer (http://www.netmf.com/gadgeteer/) for a while now and I am a big fan of the simple way we can build embedded hardware applications with high functionality. We have a proof of concept device that includes a Colour touch screen, RFID reader and an Ethernet connections. This device is …
Read MoreGadgeteer, Ethernet and Windows Azure
I was having problems getting my Gadgeteer ethernet card initialised and running. I wanted to set it up to use DHCP but I never got an IP address assigned. I am using a GHI Electronics J11D ethernet card and browsing for examples seemed to pull up a lot of code but none of it seemed to work or the code didn’t seem to …
Read MoreWindows Azure Websites, Web API and SignalR
Steve Spencer Jan 9, 2013 · 6 min read · ASP.NET SQL Azure Visual Studio Windows 8 Windows Azure Websites ·One of our projects involves a web service that implements both SignalR and Web API and we were looking at the quickest and most cost effective way to get it deployed so that one of our customers could run a Windows 8 application as a demo away from the office. The application works well internally as we have the …
Read More