c# extension – AwaitResult
c# Extension to Await a result when performing Async coding
Continue readingmy brain dump of solutions to technical problems
c# Extension to Await a result when performing Async coding
Continue readingThe Problem You are trying to save some changes to an object. Your code looks like the following: using (var
Continue readingThe following outlines some of the things that I have learned whilst trying to integrate a PayPal payment gateway into
Continue readingCreate your own Custom Splash Page In WPF you can really easily create a basic splash page which is just
Continue readingThe Scenario I have created a c# WPF application. The app has an “About” page that I want to show
Continue readingI have been trying to find out what is the best way to uniquely identify a computer for licensing purposes.
Continue readingTo get a unique identifier for a computer the recommended key is “ProductId” that is accessible from the following registry
Continue readingThe Problem You have a parent/child table structure in your database that looks like the table structure outlined below. You
Continue readingWith uninstall custom actions you have to be really careful. #1 Rule When working with uninstall custom actions, always encapsulate
Continue readingThe Problem So you want to create a windows form application. It needs to do the following: Do some work
Continue reading
Recent Comments