The .NET Framework has some useful static utility functions that make reading files simple, but where are the async versions? In this post I will show you a simple way to create an Asynchronous ReadAllTextAsync function. … [Read more...]
How to make a .NET application portable
In my last post, I announced a free application called Hosts Editor, a tool that I created for editing the Windows hosts file. At first, the application required installation. And then a user on GitHub suggested It would be better to make the application portable. It turns out, this is pretty easy when using a tool called Costura. In this post, I will show you how to make a … [Read more...]
Installing x11vnc on Raspbian, and Connecting to Raspberry Pi with VNC Viewer
If your Raspberry Pi does not have a mouse and keyboard connected, or it's in a different room. You will want to configure x11vnc so that you can connect to the primary X11 session with VNC Viewer. This post will show you how. … [Read more...]
How to Emulate Raspbian under Windows 8.1 for Raspberry Pi 2
I just ordered the new Raspberry Pi 2 so that I could see how well it runs Mono. The problem, is itӳ not going to be delivered until the end of February, and I wanted to get started writing some test programs straight away. After doing some investigation, I have found out you can emulate Raspbian using a program called QEMU. Here is a guide on how to emulate the latest version … [Read more...]
Configuring Autofac to work with the ASP.NET Identity Framework in MVC 5
This post will show you how to modify the default MVC 5 template, so that it uses Autofac to inject the ASP.NET Identity dependencies into the Account Controller. … [Read more...]
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- …
- 7
- Next Page »