LetsBlogAbout.NET
Blogging about all that is .NET

PDC 2008 Goodness

September 24, 2008 16:02 by joswalt

Well, I get to be one of the lucky people that gets to go to the Microsoft PDC 2008 Conference in Los Angeles, CA on October 27-30. Since 1991, the Professional Developers Conference (PDC) has been Microsoft’s premier gathering of leading-edge developers and architects. Attend the PDC to understand the future of the Microsoft platform and to exchange ideas with fellow professionals. You’ll learn about upcoming products, meet Microsoft’s leaders and top engineers, and write some code.

At this year's conference, Microsoft will be giving a 160GB external USB2 hard drive with all of the bits from the conference to each attendee instead of a collection of DVDs as in the past. It is even rumored that a Beta version of Windows 7 will be included as well.

Channel 9 on MSDN has been producing a series of Countdown to PDC 2008 videos to help everyone get a great overview of what to expect this year at PDC. Here is just a few of the videos that you can watch about the upcoming conference:


Silverlight Tips of the Day Update 1

August 15, 2008 09:24 by joswalt

I blogged previously about some great Silverlight Tips of the Day that the Silverlight team has been releasing to help developers get started using Silverlight. Well, the team has released some new tips:


Tags: ,
Categories: Silverlight | WPF
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Intellisense for you XAML code

August 4, 2008 19:47 by joswalt

If you have worked with XAML outside of Visual Studio, you have probably wished that you could get Intellisense in your code. Microsoft Expression Blend is one of main tools that Microsoft expects developers to use when working with XAML. Blend doesn't have Intellisense for XAML either.

Stefan Dobrev has developed an addin for Expression Blend that will provide the auto completion and Intellisense in Expression Blend.

Stefan's code is based off another great free XAML tool called Kaxaml. Kaxaml is a lightweight XAML editor that gives you a "split view" so you can see both your XAML and your rendered content (kind of like XamlPad but without the gigabyte of SDK).

XamlPad is a basic visual editor for Extensible Application Markup Language (XAML) and is installed with the SDK.  

  kick it on DotNetKicks.com

 


Tags: , ,
Categories: Silverlight | WPF
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Virtual Lab: Visual Studio 2008 - Developing a WPF Application

June 14, 2008 11:48 by joswalt

I thought I would start posting a Virtual Lab Series with some links to some good virtual labs that I have found so that others might be able to make use of the labs. I also want to have the links posted somewhere as a resource for me to find later. I will try to add more of these posts as I find these labs.

I was able to find a good Virtual Lab to work with Windows Presentation Foundation on Visual Studio 2008. These virtual labs allow you to remote into the virtual environment to complete the lab and learn the option you have selected.

Event Overview  (90 Minutes)

  • This lab provides an introduction to the development of a Windows Presentation Foundation (WPF) client with Visual Studio 2008.  Visual Studio 2008 has a rich set of features to support the language integrated query framework for .NET (“LINQ”), Windows Communication Foundation (WCF), and design of WPF Applications.
  • Furthermore, you will see how Visual Studio 2008 designer is used to build a WPF Client application. You will also see how LINQ features can be used against a SQL database, access a WCF-based service after generating a Service Reference, and you will also be introduced to some of the new language features in C#.


You can view the lab and more information by clicking here.


Tags: ,
Categories: WPF
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed