 |
|
 |
|
|
Silverlight v2.0 |
|
Andy's Blog
|
By Andy Beaulieu on
11/29/2007 1:36 PM
|
|
|
|
Scott G. didn't keep us in suspense too long! He spilled the beans this morning about some of the new features coming for Silverlight - now dubbed v2.0.
With these improvements, it seems it will be viable to create full data-centric applications using Silverlight. And it looks like by first quarter 2008, a go live license will be available!
Goodbye, cruel AJAX/HTML/CSS/DOM/JavaScript world!!!
|
 |
|
Comments (2)
|
|
|
|
VS 2008 RTM and Silverlight 1.1 Alpha |
|
Andy's Blog
|
By Andy Beaulieu on
11/27/2007 7:36 AM
|
|
|
|
As Scott Guthrie notes, an updated version of the Silverlight 1.1 Tools Alpha is now available. If you are moving to the RTM release of Visual Studio 2008 and were previously using the Betas to do Silverlight 1.1 Alpha development, this is what you will need to to support the Silverlight project templates in RTM.
I think with this missing piece, I am finally ready to move my Silverlight development out of my virtual machine... although there is still at least one missing piece - Astoria - and according to this post, it looks like that won't be available until early December.
But what really has me anxious is Scott's comment, "The next public preview of Silverlight will include a ton of new runtime features..." Come on Scott, don't be a tease!!! Please indulge us. :)
|
 |
|
Comments (0)
|
|
|
|
|
VS 2008 Beta 2 VPC and Silverlight |
|
Andy's Blog
|
By Andy Beaulieu on
11/7/2007 3:53 PM
|
|
|
|
It's awesome that Virtual PC Images for Visual Studio 2008 Beta are made available. When I played with the Visual Studio 2005 Beta, I installed directly on my main development machine and it left some unwanted artifacts which later caused problems.
But here is something that has bit me a couple of times when using the VS2008 VPC's for Silverlight Development. If you happen to find that you can't bring up any Silverlight applications in the Internet Zone, keep in mind that there are some things disabled under Windows Server 2003 for security reasons that you must re-enable.
Here is what you need to tweak:
- Go to Tools/Internet Options
- Select the Security Tab
- Select Custom Level
- Under ActiveX Controls/Run ActiveX Controls and Plug-ins, Select Enable
- Under Script ActiveX Controls marked safe for Scripting, Select Enable.
|
 |
|
Comments (0)
|
|
|
|
"Studio Enterprise Silverlight Toolset" from ComponentOne |
|
Andy's Blog
|
By Andy Beaulieu on
11/5/2007 9:53 AM
|
|
|
|
Those of you like me that have been starving for Data Entry type controls for Silverlight 1.1 Alpha will be happy to know, there is yet another option!
ComponentOne has released an Alpha version of their "Studio Enterprise Silverlight Toolset" (codename Sapphire) which appears to have some very compelling data entry controls including basic stuff like buttons and containers and even advanced stuff like TreeViews and a DataGrid!!
This is the stuff that C1 demo'ed at REMIX07 last month (loved their lab coats and dry humor by the way).
|
 |
|
Comments (1)
|
|
|
|
REMIX Recap |
|
Andy's Blog
|
By Andy Beaulieu on
10/9/2007 10:12 AM
|
|
|
|
Wow, even though I could only attend Day 1 of REMIX07, it was a very charging experience.
First, thanks to everyone who attended my "Silverlight for Casual Games" talk. You can download the slides and demos here:
SilverlightForCasualGames.zip
It was an advanced talk, and I know I lost some people in the later examples, but I did get a lot of positive feedback!
It was kind of surreal having a "backstage pass" to the speaker's dinner on Sunday night. I literally rubbed elbows with Miguel de Icaza as we sat down to eat. And across the table from me were none other than Brad Abrams and Seema Ramchandani, PM on Avalon. Ugh, if only I could anticipate situations like this and have a bunch of intelligent questions ready! But I did learn from Miguel what kind of performance issues they are running into with Moonlight, and that it would be possible to port Moonlight to the Wii some day. And I also got great insight from Seema on just what drawing performance tricks Silverlight does (and does not do) under the covers. Seema posted a subsequent blog post with a great tip on seeing whether or not your code is causing redraws. I did not have my full "Silverlight Wish List" ready for Seema, but I did come up with a few items :)
I also had a chance to meet Bill Reiss, of Dr. Popper and Farseer Physics fame, and had some great conversations with him centering around using his physics engine with Silverlight Path objects, performance, and other great stuff.
And I had great conversations with Chip Lemmon, who is a Virtual Earth guru, centering around Birds-eye imagery and other VE technology.
|
 |
|
Comments (1)
|
|
|
|
|
|
Silverlight for Linux |
|
Andy's Blog
|
By Andy Beaulieu on
9/5/2007 8:20 AM
|
|
|
|
I was excited today when I learned from Scott's post about a Microsoft/Novell partnership to provide support for Silverlight on Linux.
Not because I want to run my Silverlight apps under Linux, nor do I expect there to be a huge user base of Linux users accessing my Silverlight apps. Although all that is very cool.
I am excited because I think this acknowledgement of Moonlight will be the beginning of "Silverlight Everywhere." Since the Moonlight source code will be available for coders to port to other platforms, look for Silverlight coming soon to your Wii or iPhone!
You have to wonder how long before Microsoft makes Silverlight Open Source as well... It seems to only make sense since the competition did so earlier this year.
|
 |
|
Comments (0)
|
|
|
|
Mmmm... Beer |
|
Andy's Blog
|
By Andy Beaulieu on
8/14/2007 5:54 PM
|
|
|
|
I'll be giving a few Silverlight talks in the coming months, the first of which is for our local CNY .NET Developer Group. And I was thinking, I really need something a bit more data oriented than the games I have been working on... Something with a web service and LINQ, something showing JSON going over the wire, something with.... BEER!!!
And so was born Andy's Fridge. This is a mini (right now anyway) beer database that uses a Web Service with SQL Server back-end. If the web service is unavailable, a cached Xml file is used instead.
One of the neat dynamic things about Andy's Fridge is that the labels are stored as image Url's in the database and loaded onto the bottles at runtime, so you have kind of a beer mashup. The database is very simple - only one table in fact. And yeah, I need to add more beers so if you have any favorites let me know so I can both sample them and add them to the DB.
I don't want to give too many details away, you will have to come to one of my talks for that! But in the meantime, feel free to snag the code and take a look.
And no, beer isn't the only thing I keep in my fridge. I have mustard and ketchup too.
|
 |
|
Comments (0)
|
|
|
|
|
 |
|
 |
|
|