Saturday, 30 December 2017

Tuesday, 5 December 2017

Sunday, 26 November 2017

Commodore 64 Basic

Well, that was a nice trip down memory lane! I have just come across the C64 Mini over at https://thec64.com. It's not being released until 2018 but it's a mini replica of the Commodore 64 with USB and HDMI ports. The Commodore 64 was my very first computer. Of course I played the games! Buggy Boy...
Contact Me:  ocean.airdrop@gmail.com

Sunday, 5 November 2017

Reading the contents of emails in an inbox.

The .NET framework comes with a SMTP email client to send out emails in the box and is simple to use: var msg = new MailMessage("oceanairdrop@gmail.com", toList, subject, messageBody); var client = new SmtpClient(server).Send(msg); But recently, I wanted to be able to read the contents of emails in an inbox. Thats when I went searching in the framework only to find out there there is no support...
Contact Me:  ocean.airdrop@gmail.com

Saturday, 28 October 2017

C++ 2017

Wahooo!!! C++ 17 has now been published as an ISO standard!! I haven't used C++ for a long time as C# is my daily driver these days. But I will always remember when I moved from C++ to C#, being so much more productive as the language was a more safer environment and there was less things you had...
Contact Me:  ocean.airdrop@gmail.com

Friday, 27 October 2017

INotifyPropertyChanged & Fody

We all know what the INotifyPropertyChanged interface does. It can be used to raise an event when a property of a class changes. Then in another section of code we can subscribe to these events and perform certain actions based on the application needs. It's all very cool but also old hat and pedestrian. But the thing with this interface is that you can end up writing a lot of boiler plate code!...
Contact Me:  ocean.airdrop@gmail.com

Thursday, 31 August 2017

Professional Winform Controls & Libraries

Yes, yes, I know what you’re thinking. Winforms development! But… Erm… Isn’t Winforms dead? I wouldn’t say Winforms is dead - let’s just say it’s “been done”! It’s complete. Whilst the Winforms framework is not as hot or current as it once was, it’s still very capable for a lot of business tasks...
Contact Me:  ocean.airdrop@gmail.com

Sunday, 5 March 2017

Saturday, 18 February 2017

Sunday, 12 February 2017

Code and Music

Do you listen to music when you code? I do. For me, there is no better experience of falling into a code-hole while being wisked away by a backing track of your liking. I find the two compliment each other. If you have a sufficiently meaty problem and an inkling of how you're going to solve it, music can sweep away time. You tumble down that code-hole and before you know it, you look up and...
Contact Me:  ocean.airdrop@gmail.com

Sunday, 5 February 2017

Sunday, 29 January 2017

Sunday, 8 January 2017

Another Year. Another Year's Checklist!

Ahhh yes… Another year! Another fresh start and set of goals for the year. So many good intentions. On this blog I try to detail my meandering adventures in technology, so I thought I'd write up the tech-subjects I've had in the back of my mind but never got around to looking into. You never know, maybe this is the year I can tick some of them off!! Truth be told, I have had this laundry list...
Contact Me:  ocean.airdrop@gmail.com

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages