• Home
  • Tutorials
  • Development Tools
  • Contact Us

Developing Software

Mastering Software Craftsmanship

How to Read All Text from a File with C# using Async/Await (File.ReadAllTextAsync)

11th March 2016 by @developingsoft

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

22nd November 2015 by @developingsoft

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

9th March 2015 by @developingsoft

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

7th March 2015 by @developingsoft

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

2nd February 2015 by @developingsoft

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 »

Search

Advertisement

Newsletter

Subscribe now to receive practical tips on how to become a better software developer.

Free - No Spam - 100% Email Privacy

Featured Posts

Abstract Factory Pattern: C# Example Using the Unity Game Engine

23 Software Design Patterns That Will Make You a More Effective Programmer

How to Deploy an ASP.NET Core Website to Ubuntu with Git

How to Run an ASP.NET Core Website in Production on Ubuntu Linux

How to Install the Edimax Wireless nano USB Adapter on Windows IoT Core for Raspberry Pi

How to Convert a Post Title into a Friendly URL (Slug) in C#

How to Convert Markdown to HTML in ASP.NET Core

How to Send an E-Mail with ASP.NET Core and Mailgun

How to Generate a Sitemap in ASP.NET MVC and ASP.NET Core

How to Create an MD5 Hash of a String in C# and Displaying a Gravatar Image

© 2014–2023 Developing SoftwareTerms • Privacy