TechEd - DevCorner

Browse by Tags

All Tags » TechEd (RSS)

Silverlight 2 Beta 2 available

As was announced earlier this week at TechEd 2008 in Orlando, new Beta 2 for Silverligth 2 has arrived! Here download links: Runtime only Silverlight 2 Beta 2 Tools for Visual Studio 2008 (includes Silverlight SDK, Developers runtime, project templates in single chained installation) Belnd 2.5 June preview Deep Zoom Composer Beta 2 Many samples and tutorial videos here   Enjoy, Alex

Our Session Setup

As promised, here short video from our Tech-Ed 2008 session setup... I've shot this at ~6:10, while trying to make whole stuff blend together :) Second part - in Tamir 's blog. Enjoy, Alex

Tech-Ed 2008 is over

Tech-Ed 2008 Israel is over, and I'd like to thanks Microsoft for making it happen. I'd also like to thanks all, who was on my and Tamir 's "show". I hope that all attendees enjoy watching it like we enjoyed making it! Don't forget the survey ;) Also, great thanks to Tamir ! Stay tuned on videos of how we put all this session together - hope it will here in day or two.   UPDATE #1: My video already posted here UPDATE #2: Tamir's video already posted here  ...

Where am I?

If you developing games using XNA game studio, many times you need to know where your code is running - on PC or on Xbox 360 hardware... Unfortunately, there is no any out-of-the box functionality provided by XNA Framework to check platform, but here is the solution: XBox 360 the only device, which supports special 3rd mode for Pixel & Shaders version 3 on its Shader profile and this could be checked out. Here is the sample code: 1: bool isXbox = false ; 2:   3: //Lets get graphics device...

Silverlight 2 & CreateSilverlight()

Current Silverlight 2 Beta by default doesn't using silverlight.js/CreateSilverlight() functionality we used to add Silverlight in Alpha version, but Silverlight directly created on page as object: 1: < div id ="silverlightControlHost" > 2: < object data ="data:application/x-silverlight," type ="application/x-silverlight-2-b1" width ="100%" height ="100%" > 3: < param name ="source" value ="SilverlightApplication4...

TechEd '08

Come and see me presenting with Tamir Khason on TechEd '08 in Eilat :) We will speak about WPF , Silverlight and... XNA !   XNA & WPF Better Together!