www.digitalformula.net

» Archive for the ‘.NET - C#’ Category

02Nov C# & VB.NET - Using XPathNavigator to query basic XML files

Have you ever needed to query a specific key value in an XML file? Depending on the format of your XML file, here’s how to do it using XPathNavigator.

24Oct C# - Self updating application (without ClickOnce!)

This one might be interesting for people who have wondered about how to distribute the latest version of their application without having to tell people when an update is released.

01May C# - Generate Random String

While writing a web app recently that needed to get new members to confirm their email address, I had to do the normal thing where the members had to click a link sent to them via email.

09Apr EmailFromCmd - Command-line C# email sender - Updated!

A couple of days ago I posted about EmailFromCmd, a small command-line email utility I wrote in C# to send email.

07Apr EmailFromCmd - Command-line C# email sender

Recently I had a situation where I needed to write a small util for sending email from the command-line. For those of you familiar with EMC Networker (which I talk about in this post) you’ll know that to send email alerts on Windows systems you have to use a 3rd party application or [...]