Working with COM add-ins in VS Code
This morning I was talking with some colleagues about how I’m working on a boring COM add-in for Outlook and I can’t use VS Code for that. But then I realized that it was...
This morning I was talking with some colleagues about how I’m working on a boring COM add-in for Outlook and I can’t use VS Code for that. But then I realized that it was...
I wanted to write a reply to Victor’s tweet but 280 characters are not enough so I figured I’ll just write a short blog post about it. Here’s how I see this matter. I...
When you ask most people why they don’t do TDD or any other form of unit testing they tell you that they don’t have enough time. I understand why they say that, and I’ve...
Here are some of the resources from my presentation “Going serverless with Azure”. Please use this feedback form to rate my presentation, it will take just 5 seconds. Presentation slides:https://www.slideshare.net/BogdanBujdea/going-serverless-with-azure Code:https://github.com/thewindev/azure-serverless TradingView chart:https://www.tradingview.com/chart/WiAaybp9/ Learning resources:...
Exactly, why would I do that? Usually people don’t care about them, I know I didn’t until I started my internship at Thinslices a few years ago, but my mentors explained to me that when...
It’s been a while since I wrote my last article regarding testing Windows 10 apps, and some of you asked me privately or in comments to do a follow up article. In this article I’m...
I’m working on a small Romanian news reader and I encountered a problem when I was trying to focus on a text box control. The flow was like this: click on “Search” button from...
This Saturday(November 7th) I’ll be speaking at CodeCamp Iasi about “Using Cortana for voice activated apps”. Interested? Then please register here and come and see my presentation between 13:00-13:45 in Room 4, floor -2(hurry up, only...
I was reading an article about building adaptive layout in Windows 10 with RelativePanel and AdaptiveTrigger, and one of the topics was about device family specific views. I was using a Caliburn.Micro project to test...
I’m a big supporter of TDD and that’s why I was really looking forward to setup a project for testing Windows 10 apps and see how it works. Unfortunately, testing Windows 10 apps is not...
Hey everyone! As I pointed out in a previous article, I think that the best way to learn something is to teach others, so that’s what I’m doing now. I started to go through...