Kyle Burns
6 posts.
- Azure App Service Tools VSCode ExtensionMicrosoft made their new Azure App Service Tools extension available today in the Visual Studio Marketplace. I had the opportunity to preview this…
- When is my View too smart?In this posting, I will discuss the motivation behind keeping View code as thin as possible when using patterns such as MVC, MVVM, and MVP. Once the…
- Cross-platform mobile packaging made easy with VSNomadSince I have been interested in cross-platform mobile application development, but reluctant to leave behind the IDE goodness that is Visual Studio, I was…
- Dependency Injection vs. Service LocatorThe Service Locator pattern and Dependency Injection clearly take a much different approach to achieving Inversion of Control and these differences often…
- Why do we (really) program to interfaces?One of the earliest lessons I was taught in Enterprise development was "always program against an interface". This was back in the VB6 days and I quickly…
- Build Dependencies and Silverlight 4At my current position, I’ve been doing quite a bit of Silverlight development and have also been working with TFS2010 build services to enable continuous…
