DCSIMG
Visual Studio 2005,C# - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » Visual Studio 2005 » C# (RSS)

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...