Navigation

Search

Categories

On this page

I'm now an MCPD : Enterprise Application Developer
Getting started with the Xbox
Scott H on ASP.Net MVC

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 148
This Year: 1
This Month: 0
This Week: 0
Comments: 42

Sign In
Pick a theme:

# Tuesday, November 13, 2007
Tuesday, November 13, 2007 11:52:16 AM (GMT Standard Time, UTC+00:00) ( .Net General )

In the midst of fiddling with the Xbox, I took the second part of the MCSD to MCPD uprade exams. I got a  voucher to do the first part (70-553) at the Visual Studio 2005 launch event. I got around to doing the second part (70-554) yesterday. I passed with a comfortable 820. This is the last of the certifications till the .net 3.5 series comes out.

Comments [0] | | # 
Tuesday, November 13, 2007 11:46:31 AM (GMT Standard Time, UTC+00:00) ( Vista | xbox )

My new Xbox 360 came in last week, and I have been spending a lot of time fiddling with it.This is my first game console because I don't have a powerful desktop to play games anymore. My laptop is my primary computer. Adding the xBox has got me thinking about a proper home network. I want to be able to play all the media on my laptop on the HD TV, through the Xbox.  I'm looking at power line networkingand the cheaper option of adding a second wireless router with WDS.

I'm connecting the console through my laptop using ICS temporarily, which involves taking my laptop downstairs every time I need to get on Xbox Live. I set up the Xbox as an extender to Windows Media Center (WMC) on the laptop. 

Windows Media player will play divx videos and HD videos in mkv files after installing the correct codecs . However, WMC will not play these by default. A registry hack will fix this.

The xbox doesn't  have the codecs to play the above formats even though it is streamed from WMC. The video should be transcoded to a format that can be played on the xbox usually wmv. Good if there was a way to download codecs from the Xbox live market place.

This is where a nice little tool called Transcode360 helps. Transcode360 adds an extra menu item on WMC to convert the video. This shows up on the Xbox media center too.

image

Clicking on this starts the transcoding process on the computer running WMC. Give it a few minutes ( more for larger files) and the video is ready to watch on the Xbox it all its 720 high def glory.

I'm a big fan of flight sims, and I'm looking forward to playing Ace Combat 6 when it's out next week. The demo is pretty cool. Wish there was Flight Simulator on the Xbox. I've got Forza Motor Sport 2 and Ghost Recon 2 to start me off.

Comments [0] | | # 
# Thursday, November 08, 2007
Thursday, November 08, 2007 11:41:40 AM (GMT Standard Time, UTC+00:00) ( .Net Web )

DevConnections - The ASP.NET MVC Framework

ASP .Net MVC != Web Forms 4.0

"One important point I kept stressing in the talk was that this is designed to be compatible with the ASP.NET subsystems you already use. That means Session, Cache, Personalization, Roles, Membership, etc, still work and are there to be used and abused. This framework, in the namespace System.Web.Mvc, is an alternate architecture, but not "an entirely new parallel ASP.NET," no more than any of the other home-grown or open source MVC/MVP frameworks that are out there"

Comments [0] | | #