Showing archive results for 2011

Aug 12, 2011
Post comments count0
Post likes count0

New Async Programming Video's

VBTeam
VBTeam

Some great new video's on MSDN showing how to do async programming using the Async CTP. http://msdn.microsoft.com/en-us/vstudio/hh378091.aspx There are different versions of video's for both VB and C#.    This is a great opportunity to see the power of the new Async languages featuresand follow through a series of examples showing ho...

Aug 2, 2011
Post comments count0
Post likes count0

Temperature Monitoring using VB.Net, Micro-framework and a Netduino

VBTeam
VBTeam

  Introduction As a bit of a geek, I like to tinker with basic gadgets. I often think of little ideas that would be great to implement but the device involves some hardware and very little software. As a software engineer I tend to think in terms of simple programs to but in order to implement something tangible would involve electronics and ...

Jun 16, 2011
Post comments count0
Post likes count0

Kinect SDK For PC – VB Samples available.

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Today, Microsoft announced the Kinect SDK for PC  http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/download.aspx  VB Samples are there at launch and available for downloading  http://files.ch9.ms/coding4fun/KinectSDKSamplesVB.zip    

Jun 8, 2011
Post comments count0
Post likes count0

Micro-framework v4.2 Support for Visual Basic

VBTeam
VBTeam

The release of .NET Micro framework v4.2 Beta brings Visual Basic support for the .NET Micro-framework.     For those that have not heard of the Micro framework before “The .NET Micro Framework is .NET for small and resource constrained devices. It offers a complete and innovative development and execution environment that...

May 25, 2011
Post comments count0
Post likes count0

VB Support for the XNA platform

VBTeam
VBTeam

  With the release of the Mango Toolset, Visual Basic support for XNA and Windows Phone has now been added. VB resources include VB XNA documentation and VB WP7 code samples and starter kits and this post is intended to walk you through some of the steps in creating a simple XNA application for Windows Phone 7 using VB.   What is XNA...

May 20, 2011
Post comments count0
Post likes count0

Happy 20th Birthday Visual Basic!

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Twenty years ago, May 20th, 1991 at Windows World, in Atlanta, Microsoft founder Bill Gates demoed Visual Basic 1.0. Twenty years later, the 10th version of this latest in an unbroken line of Microsoft BASIC languages stretching back to Microsoft’s founding is still going strong. When you look back over the history of a tool that’s been...

May 10, 2011
Post comments count0
Post likes count0

Simultaneous Async Tasks (Alan Berman)

VBTeam
VBTeam

The new Async feature in the Visual Studio Async CTP (SP1 Refresh) provides an elegantly simple technique to make code asynchronous.Our writing team uses an internal app that would benefit from asynchronous calls.  For each URL contained in the MSDN documentation that we publish, the app lists the title from the link, and the title parsed from...

Apr 29, 2011
Post comments count0
Post likes count0

The Temple of VB (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Hi, all!It's been a while since I've posted to this blog, and a lot has happened in my world since then.  Though I've been pretty busy on our engineering systems team, I took a little time off last summer to do some traveling and, more importantly, some long overdue writing.  Although I'd always enjoyed writing the "here's how you bu...

Apr 27, 2011
Post comments count0
Post likes count0

WebMatrix Series #1: How to Create Visual Basic Websites Using WebMatrix

VBTeam
VBTeam

  Microsoft WebMatrix is an exciting new product that makes the creation of custom ASP.NET Web sites possible without all the complexity of the full Visual Studio environment. WebMatrix supports web site development in both C# and Visual Basic. In this blog post, I will demonstrate how to create VB websites using Webmatrix. Before you beg...

Apr 21, 2011
Post comments count0
Post likes count0

Silverlight 4 Firestarter Series #3: How to work with Panels, XAML, and Controls in Silverlight

VBTeam
VBTeam

I am back with details on how to work with Panels, XAML, and Controls in Silverlight. In this walkthrough, we will see how to work with Panels, XAML, and Controls to create a Data-Driven Silverlight Interface. During this walkthrough we will cover the following topics: Before you begin, you need to download the offline kit from the Firesta...