Working with Visual Studio 2010 – Part 9
This is part 9 of my Working with Visual Studio 2010 video series. So far we have covered these topics in previous parts: Part 1 – Creating the Team Project Part 2 – Creating the User Stories Part 3 –...
View ArticleWorking with Visual Studio 2010 – Part 10
This is part 10 of my Working with Visual Studio 2010 video series. So far we have covered these topics in previous parts: Part 1 – Creating the Team Project Part 2 – Creating the User Stories Part 3 –...
View ArticleWorking with Visual Studio 2010 – Part 11
This is the final part of my Working with Visual Studio 2010 video series. So far we have covered these topics in previous parts: Part 1 – Creating the Team Project Part 2 – Creating the User Stories...
View ArticleThe Translator 3.0 is Here!
In 2007 I created a small Translator gadget for the Windows Vista sidebar. It was a pretty simple mix of HTML and javascript that would invoke some Babelfish Web page in order to get the translations....
View ArticleTranslator 3.2 Now Available!
Finally I got some time to finish publishing this small update to the Translator. The update itself was finished several weeks ago but deployment was a little bit of a challenge. Get the new Translator...
View ArticleTranslator for Windows Phone 7 Now Available!
I’m very excited to announce that my Silverlight based Translator is now ported to Windows Phone 7! After thinking about the cool development opportunities that this awesome device brings to the mobile...
View ArticleWindows Phone 7 Translator 1.6 Now Available!
I am so happy to announce that the new version of the Windows Phone 7 Translator is now available on the marketplace! I’ve been working hard on this one for the last couple of months so it’s great to...
View ArticleTranslator no longer supports Google translation engine
So sad, but I had to completelly remove the Translator’s support for the Google translation engine because of the following reasons: Google Translate API is now a paid service only, which means that...
View ArticleLanguage Translator for Windows 8 Now Available!
Been working on porting my Translator to a Windows Store app and it is finally published! Go get it here. Most features available in the Windows Phone and Desktop versions of the Translator are also...
View ArticleTranslator 2.0 for Windows Phone 8 Now Available
The Windows Phone 8 SDK was publicly available last month so I thought the Translator for Windows Phone could take advantage of some of its new features. The upgrade process took me a few days, mostly...
View ArticleCloud Services in the Azure Preview Portal
A few months ago my team made available the management of cloud services in the Azure Preview Portal. Check out this video where Marck, Nick and I do a quick demo of what is available in this nice new...
View ArticleAgile App Development with Visual Studio – Getting Started
I just started a new series of videos where I show how to use Visual Studio to quickly take an idea into a real app and how to keep your project on track using the ALM features of Visual Studio Online....
View ArticleAgile App Development with Visual Studio – Planning
This is the second on a series of videos where I show how to use Visual Studio to quickly take an idea into a real app and how to keep your project on track using the ALM features of Visual Studio...
View ArticleTranslator is now a Universal App
Just about a week ago it seemed like the most popular of my apps was my Desktop Translator, which was a Silverlight Out Of Browser (OOB) app. However, since Silverlight does not seem to play very well...
View ArticleWorking with Visual Studio 2010 – Part 11
This is the final part of my Working with Visual Studio 2010 video series. So far we have covered these topics in previous parts: Part 1 – Creating the Team Project Part 2 – Creating the User Stories...
View ArticleThe Translator 3.0 is Here!
In 2007 I created a small Translator gadget for the Windows Vista sidebar. It was a pretty simple mix of HTML and javascript that would invoke some Babelfish Web page in order to get the translations....
View ArticleContainerizing an Asp.Net Core 3.0 Web API
It’s been ages since I wrote anything here, but recently I decided it’s time I start sharing a few of the things I have learned in the past few years. Also, since .NET Core 3.0 just got released today...
View ArticleDeploying an Asp.Net Core 3.0 Web API on Kubernetes
As a follow up from last week’s video on Containerizing an ASP.NET Core 3.0 Web API here for a step by step on how to deploy an Asp.Net Core 3.0 Web API on a local Kubernetes cluster: In this new...
View ArticleDeploying an Asp.Net Core 3.0 Web API on AKS
Last week I published a video on how to deploy an Asp.Net Core 3.0 Web API to a local Kubernetes cluster. This week I thought I would move one step forward and show how to deploy the same Web API...
View ArticleBuilding a CI/CD pipeline for a containerized Asp.Net Core 3.0 Web API
To close on the Asp.Net Core 3.0 Web API series I just published a video on how to build a CI/CD pipeline to fully automate the deployment of a Web API docker container to AKS. Here it is: In this one...
View Article