Programming

Download .NET Framework 3.0 Stuff

I’m just getting into .NET Framework 3.0 development (that is, I will be, as soon as I’m able to get the SDK to actually install :roll: ), and I found Microsoft’s “Ready for a New Day” page (intended to help developers get started with .NET Framework 3.0, Office 2007, and ASP.NET AJAX development) very helpful.

It includes links to, among other things, download the .NET Framework 3.0 Redistributable Package (which is for running .NET Framework 3.0 applications), the Windows SDK (which is for developing them), and the Visual Studio 2005 extensions for .NET Framework 3.0 (which is for integrating .NET Framework 3.0 with Visual Studio 2005).

This .NET Framework 3.0 stuff is very exciting, especially the XAML stuff.

By the way, considering that this post contains 7 instances of “.NET Framework 3.0″, anyone know if there’s some sort of acronym that I can be using? :-)

T_PAAMAYIM_NEKUDOTAYIM

Parse error: parse error, unexpected ‘[‘, expecting T_PAAMAYIM_NEKUDOTAYIM in _____ on line 30

T_PAAMAYIM_NEKUDOTAYIM is Hebrew, and it refers to PHP’s scope resolution operator (“::”). If you get this message, it means PHP sees a class name and expects you to access it with the scope resolution operator.

In my case, the problem was that I was referencing a PHP variable without a dollar sign, so PHP thought it was a class name. Oops!

Create Your Own Xbox 360 Games

From a PCWorld article:

A new game development platform from Microsoft allows anyone to create games for its Xbox 360 console, the company said today [August 14].

Typically, console games are designed by large studios that must pay high prices to buy development kits in order to write games for consoles. Microsoft’s XNA Game Studio Express is a new development kit that will be released in beta form in August. It will be available for free to anyone using a Windows XP PC. The kit is designed for game developer novices as well as studios, Microsoft said.

[...]

The XNA Game Studio Express development environment is based on Visual Studio Express and .NET, and allows developers to create games simultaneously for Xbox 360 and Windows XP.

Microsoft expects the final non-beta version of the development platform to become available by the end of the year. Another version of XNA Game Studio Express designed for professional game developers will become available in early 2007, the company said.

The part about simultaneous Xbox/Windows development sounds pretty cool. It’ll be interesting to see whether this platform takes off with game developers.

Microsoft’s Guide to .NET Framework 3.0

Microsoft has a webpage titled “Deploying Microsoft .NET Framework Version 3.0″ that has oodles of info about the new product that was previously known as WinFX.

Here’s what I found really exciting:

Because .NET Framework 3.0 is an additive release and uses the core run-time components from .NET Framework 2.0, it is completely backward compatible with the earlier version. Your existing .NET Framework 2.0 based-applications will continue to run without any modifications and you can safely continue your investments using the technologies that shipped with .NET Framework 2.0.

In addition:

The .NET Framework 3.0 is installed by default on Microsoft Windows Vista.

I’m assuming this means that .NET Framework 2.0 applications will be Vista-compatible. Cool!

WinFX Renamed to .NET Framework 3.0

According to a post on “Somasegar’s WebLog”, WinFX has been renamed to .NET Framework 3.0.

When speaking to developers about WinFX one question that repeatedly comes up is, “WinFX sounds great, but what happens to .NET?” .NET Framework has becomes the most successful developer platform in the world. Developers know and love .NET.

The .NET Framework has always been at the core of WinFX, but the WinFX brand didn’t convey this. The WinFX brand helped us introduce the incredible innovations in terms of Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), Windows Workflow Foundation (WF) and the newly christened Windows CardSpace (WCS) formerly known under the codename “InfoCard.” The brand also created an unnatural discontinuity between previous versions of our framework and the current version.

With this in mind we have decided to rename WinFX to the .NET Framework 3.0. .NET Framework 3.0 aptly identifies the technology for exactly what it is — the next version of our developer framework.

The change is in name only and will not affect the technologies being delivered as part of the product. The .NET Framework 3.0 is still comprised of the existing .NET Framework 2.0 components, including ASP.NET, WinForms, ADO.NET, additional base class libraries and the CLR, as well as new developer-focused innovative technologies in WPF, WCF, WF and WCS:

The .NET Framework 3.0 will still ship with Windows Vista, and will be available down-level for Windows XP and Windows Server 2003 as planned. This change doesn’t affect in any way the ship schedules of either Windows Vista or the .NET Framework 3.0 itself.

What I find weird is that .NET Framework 3.0 doesn’t seem to be a new version of the framework per se, but it seems to be an extention to the existing .NET Framework 2.0.

I think Microsoft is trying to encourage developers to utilize WinFX by marketing it as the next version of the .NET Framework. To me, “.NET Framework 3.0″ certainly does sound a lot more “friendly” and approachable than “WinFX.”

But is WinFX really a new version of .NET?

It depends on how you look at it. On the one hand, WinFX seems more like an “add-on” package to the .NET Framework than an upgrade. But on the other hand, some program upgrades do indeed just add new features while for the most part leaving pre-existing components of the program alone.

For me, and I’m guessing for many other developers, this news was strange and unexpected. I think it’s probably because we had a different mindset of what we thought WinFX was going to be.

But this name change has let me know that I’ll be able to use my existing .NET Framework knowledge and experience to harness the power of WinFX. And that is very exciting news.