Great stuff. Have you guys spoken with the compiler teams about potentially just adding the SerializableAttribute to closure classes and/or anonymous types in their next versions?? Having to manually introduce an MBV wrapper class for scenarios where multiple values need to be passed in seems like a it's going to turn into an exercise in typing.
Comments
Check me out on the web at http://blog.hackedbrain.com/dmarsh.
-
-
This is a rather old post, but I'm wondering where this project stands these days.
In light of projects like LINQ offering up expression trees that can now be interpreted and compiled into a completely different language and/or transferred off to be executed on a totally diff. piece of hardware, I'm kinda hoping this project picked up with that and basically implemented LINQ to GPUs.
I started wondering when we'd see this with specific respect to WPF and a true approach to writing custom shader effects when I realized that LINQ could enable this kind of capability. I finally got around to writing a blog post about it and somebody alerted me to this project.
Anyway, love to hear where the project stands!
Cheers,
Drew -
Little late to the discussion, but in the video they discuss the ability to indicate that certain Windows Messages are safe to send. I believe this is known as UIPI (User Interface Privilege Isolation). Is that done through meta-data (i.e. the fusion manifest) or through some API the application calls when initializing? Any links to documentation on UIPI would be great... I can't seem to find anything good having done a search.
TIA,
Drew -
I am beyond excited to see this product coming.
I was extremely upset that, even though DB projects in 2003 weren't that great, they were crippled even more in 2005 (no export of data, no generation of command files, etc.). [C]
This looks like everything I've ever wanted and it's finally integrated into my favorite IDE instead of having to turn to a third part product. Can't wait for it to be released!
Cheers,
Drew -
The absolute best start to finish explanation of why WPF exists and what it aims to solve I've ever seen/heard.
-
He didn't say anything about ASP.NET's performance directly, but here's a quote from about 3:23 into the video:
"So we have the MOM server component which is essentially all native code, 'cause we felt that .NET was not quite ready for a full server side implementation yet."
That's what I'd love to hear further details on. Why isn't it ready?
I only brought up ASP.NET because what it sounds like he's saying there is that the performance of the CLR isn't ready for server side implementations. Clearly that could be perceived as somewhat of a mixed message since ASP.NET is a server side technology that provides some amazing performance over competing technologies.
Cheers,
Drew -
I'd also like to hear specifics on what the server side performance issues were. I think the ASP.NET guys would probably cringe if they heard someone say that about .NET. Seems like kinda a bad mixed message for Microsoft to be sending... ya know?
-
Andy,
Thanks for the reply. I was actually trying to bait the MS folks into responding because I realize the fancy linking and bookmarking certainly only comes at the application level and therefore clearly it isn't simply a print driver solution.
If they do however have some kind of driver solution which they then do some kind of post processing on, it would be really silly if they didn't offer this as part of the Vista platform. So I guess I'd just like to hear all the geek details on how they decided to implement it.
Cheers,
Drew -
I guess my only question is, why isn't print to PDF just a feature of Windows Printing and not specific to Office? If it's just a print driver, it should work with every application that prints... why limit the technology to Office 12?
-
Was I the only one that kept thinking Scott was going to bump his cup of soda(?) over every time he turned back around to his laptop?

Heheh, great video though. My team's really dying to move to VS2005 almost solely for the HTML editor enhancements.