Blog - Title

Browse by Tags

Tagged Content List
  • Blog Post: Channel 9 Interview: Speed Up Azure Deployments with the New Web Deployment Feature

    In this interview, Anders Hauge, a Program Manager on the Azure tools team, shows us how the new Web Deployment feature along with Remote Desktop allows you to incrementally publish your web applications to the Azure cloud. This means that you can make updates to your already deployed web apps with just...
  • Blog Post: Channel 9 Interview: Walkthrough of a Real-World LightSwitch Application

    In this video, I interview a couple of LightSwitch team members, Mike Droney (Tester) and Sheel Shah (PM), as they walk me through a real application that was built for our Admins in order to track hardware assets across the developer division. Mike and Sheel talk about the requirement gathering and...
  • Blog Post: Channel 9 Interview: Visual Studio LightSwitch - Beyond the Basics

    Check it out, the LightSwitch team just posted another Channel 9 video. In this one we go a little deeper into how to customize screens and extend LightSwitch. We also talk a little bit about the architecture on which LightSwitch applications are built: In this interview with Joe Binder, a Program Manager...
  • Blog Post: Channel 9 Interview: Office Add-in (VSTO) Performance Tips & Tricks

    In this interview, I sit down with Stephen Peters , a developer on the Office client tools team in Visual Studio. Steve shows us a couple of tricks for how you can squeeze the best performance out of Office solutions built with Visual Studio (VSTO). He also shows how to finely control the way your custom...
  • Blog Post: Channel 9 Interview: Multi-Targeting Deep Dive

    Multi-targeting support in Visual Studio allows you to target your applications onto different versions of the .NET Framework. The idea is that you as the developer can move to the latest version of your development environment, Visual Studio, without having to force your users to upgrade to a new version...
  • Blog Post: Channel 9 Interview: Tips & Tricks with Business Data Connectivity Model Deployment in Visual Studio 2010

    I'm back with Boris Scholl, the Program Manager who designed the BDC Model designer in Visual Studio 2010. Boris is a SharePoint expert, and in this interview he shares some tips and tricks having to do with BDC model deployment to SharePoint 2010. He provides insight into what the designer is doing...
  • Blog Post: Channel 9 Interview: Array and Collection Initializers in Visual Basic 2010

    I’ve written about collection initializers here on this blog before , but I thought I’d catch up with the VB Team to tell me more about how they really work. In this interview Spotty Bowles, a tester on the VB Compiler team, shows us a couple of new language features: Array and Collection Initializers...
  • Blog Post: Channel 9 Interview: Best Practices on Building SharePoint 2010 Web Parts with Visual Studio 2010

    In this interview I caught up with a good friend, Boris Scholl, a Program Manager on my team building tools for SharePoint development. Boris shows off the new SharePoint 2010 tools in Visual Studio 2010 for web parts. He discusses the differences between "Visual Web Part" and "Web Part"...
  • Blog Post: Channel 9 Interview: Implementing a Silverlight SharePoint WebPart with Visual Studio 2010

    Mike Morton is back at it again , this time showing how easy it is to develop, package and deploy a Silverlight WebPart to SharePoint 2010. He also walks us through the solution, package and file properties available to you in Visual Studio 2010. You'll see me giggling in this one because I can't believe...
  • Blog Post: Channel 9 Interview: Using the SharePoint Business Data Connectivity Designer in VS 2010

    This time I interview a good friend of mine , Boris Scholl, a Program Manager on the Visual Studio Team building tools for SharePoint development. Boris shows off the new Business Data Connectivity designer in Visual Studio 2010 and how it allows you to describe data coming from multiple data sources...
  • Blog Post: Channel 9 Interview: SharePoint Feature and Package Designers in Visual Studio 2010

    In this interview I sit down with Lily Ma, a Program Manager on the Visual Studio Team building tools for SharePoint development. Lily shows off the new SharePoint feature and package designers in Visual Studio 2010 and how they make packaging up and deploying your SharePoint customizations easy. As...
  • Blog Post: Channel 9 Interview: Importing SharePoint Solution Packages (WSP) into Visual Studio 2010

    In this interview I sit down with Saaid Khan, a Program Manager on the Visual Studio team developing tools for SharePoint development. Saaid shows us the WSP Import Wizard in Visual Studio 2010 that allows developers to take SharePoint Solution packages developed with SharePoint Designer and bring them...
  • Blog Post: Channel 9 Interview: Overview of SharePoint Development in Visual Studio 2010

    In this interview I catch up with Mike Morton, a Senior Program Manager on the Visual Studio team developing tools for SharePoint development. Mike gives us a great introduction and overview of these tools from the Visual Studio Developer perspective. Mike shows us how easy it is to build, package, deploy...
  • Blog Post: What is Microsoft’s Visual Basic 6 Support Strategy?

    I just posted an interview on Channel 9 with Paul Yuknewicz , Lead Program Manager on the Visual Studio team. Paul discusses Visual Basic 6 runtime and IDE support options as well as proven techniques, tools and best practices for interoperability and gradual, phased migration to .NET. Channel 9 Interview...
  • Blog Post: WPF or Silverlight? Billy Hollis Shares His Thoughts on Channel 9

    One of my favorite Visual Basic MVP’s, Billy Hollis, was caught at TechEd by the Patterns&Practices folks for a quick chat. In this short 2-minute interview Billy shares his opinions on WPF and Silverlight. Check it out: Billy Hollis on WPF and Silverlight By the way, anyone notice Channel...
  • Blog Post: Channel 9 Interview: LINQ Language Deep Dive with Visual Studio 2008

    Ever wonder what really happens when you write a simple LINQ query? Dim query = From row In db.Customers _ Where row.Country = "Canada" _ Select row A lot of new language features went into the compilers in Visual Studio 2008 to make even this simple LINQ query work. In this interview...
  • Blog Post: How We Do It: Building the Visual Studio Product Line

    Ever wonder how we build Visual Studio and the .NET Framework? I mean literally. You know, the build process that spits out a product at the other end?  Well I sure did and it's not just hitting F5 people ;-). In this interview I sit down with Matt Gertz, frequent VB blogger and also the guy in...
  • Blog Post: Channel 9 Interview: Re-signing ClickOnce Application and Deployment Manifests with MAGE

    I just posted another interview on Channel 9 . I sit down again with Saurabh Bhatia, a Program Manager on the Office Client team , who is responsible for the ClickOnce publishing functionality in Visual Studio. We chat about trust issues and certificates and he sets me straight on how ClickOnce deployment...
  • Blog Post: Channel 9 Interview: No More Underscores in Visual Basic 10!

    I just posted a new Channel 9 interview on a nifty little feature which isn't so little when you look at it from the compiler. In this interview, Tyler Whitney , a developer on the Visual Basic compiler team demonstrates how line termination has changed in the Visual Basic 10 compiler making underscores...
  • Blog Post: Channel 9 Interview: WPF Improvements in VS2010 for Business Apps

    I just posted an interview on Channel 9 on WPF Improvements in Visual Studio 2010 for Building Business Apps . At the MVP Summit a few weeks ago, Italian MVP Alessandro del Sole was so excited about the new WPF features in Visual Studio 2010 that he asked me if he could interview Milind Lele himself...
  • Blog Post: Channel 9 Interview: Using the Touchless SDK with Visual Basic

    I just posted a new interview on Channel 9 on using the Touchless SDK. The Touchless SDK enables developers to create multi-touch based applications using a webcam for input. "Touch without touching." It's actually pretty cool! In this interview I meet up with Touchless SDK creator, Mike Wasserman...
  • Blog Post: Channel 9 Interview: ASP.NET MVC using Visual Basic XML Literals

    I just posted an interview on Channel 9 with Dmitry Robsman, the Product Unit Manager for ASP.NET. In this interview he shows us how he implemented ASP.NET MVC views using Visual Basic's XML Literals instead of .aspx pages. Dmitry shows us how this makes coding the views much cleaner using standard OOP...
  • Blog Post: Channel 9 Interview: WPF Drag-Drop Data Binding in Visual Studio 2010

    And speaking of RAD with WPF .... I just posted a new Channel 9 video with Milind Lele , Program Manager on the Visual Studio Pro Tools team.  In this interview Milind shows one of the new RAD improvements I was talking about that is coming to WPF in Visual Studio 2010 -- Drag-Drop Data Binding...
  • Blog Post: Channel 9 Interview: ADO.NET Data Services in Visual Studio 2008 SP1

    In this interview Saaid Kahn, a Program Manager on the Visual Studio Pro Tools team (and former member of the VB Team), shows us how to create an n-tier application against a database using ADO.NET Data Services (Astoria) and an Entity Data Model, both now available in Visual Studio 2008 Service Pack...
  • Blog Post: Channel9 Interview: Meet the VS "Development Experience" Team

    I just posted another Channel9 interview . This time I meet with the team that brings us the "experience" of coding in Visual Studio, also sometimes referred to as the VS IDE Team. I ask them how their design process works, what the top requested features are for the code editors, how they...
Page 1 of 2 (49 items) 12