Re: With JAXB 2.0 and similar tools (e.g., XMLBEANs and JIBX, both Java-based) you *never* need to walk-the-dom to retrieve/update the content of XML...
I've always liked this one: http://www.google.com/intl/xx-hacker/ (There is/was a faction within Windows wanting to change the pseudoloc build scripts to...
From this morning's VentureBeat: http://venturebeat.com/2007/11/02/vmix-another-video-software-company-raises-cash/ ... here is the most relevant features some...
Bugger! J From: win_tech_off_topic@yahoogroups.com [mailto:win_tech_off_topic@yahoogroups.com] On Behalf Of Adwait Ullal Sent: Sunday, 4 November 2007 3:41 AM ...
Matt Lynch
M@...
Nov 4, 2007 2:33 am
55784
who do you guys recommend for the best places to host a website?...
I don't have an answer for free, but I am incredibly happy with discountasp.net. They've done a lot for me and allow me to host all my sites under a single...
I had some issues hosting dasBlog under medium trust on their (discountasp) servers, before I found out they allow full trust. So that's not an issue, anymore....
This is a caveat.my sites are all custom ASP.NET code.I don't know how dasBlog, Community Server, etc. will run on discountasp.net Thanks, Shawn Wildermuth ...
dasBlog and CS are just custom code too, they should run fine. From: win_tech_off_topic@yahoogroups.com [mailto:win_tech_off_topic@yahoogroups.com] On Behalf...
Matt Lynch
M@...
Nov 4, 2007 12:01 pm
55789
Hi guys, Is anyone doing any testing on servers that make use of the new virtualization features? I'm interested to see how it's going, because it's something...
Matt Lynch
M@...
Nov 4, 2007 3:20 pm
55790
why would custom asp.net code make a difference? On Nov 4, 2007 1:30 AM, Shawn Wildermuth (MVP) ... -- There are 10 types of people, those who understand...
As the earlier message stated, dasBlog required fulltrust (not sure why) so its not quite the same. DiscountASP.net allows full trust so it shouldn't matter.if...
Presumably because when it's his code he can tweak it until it runs in their environment. Partial trust is an example of how an environment might break code. ...
dasBlog doesn't normally need full trust, it runs on medium trust perfect at most hosters, but at discount asp I got strange errors i couldn't reproduce... but...
Ha! A few pages into Don Syme's "Introducing Functional Programming" I realized that there has been a little conspiracy going on. When Snover was annoying us...
After a little more researching and reading about the origins of F#, I think I'm guilty of wishful thinking. The mere fact that F# and Powershell are both...
By the way, a CTP of PowerShell 2.0 was released today, you can learn about i tat <http://blogs.msdn.com/powershell> http://blogs.msdn.com/powershell Might...
Not sure about the F# for everyday business programming, but power shell is taking centre stage for creating admin scripts on Windows Server 2008. From:...
Matt Lynch
M@...
Nov 6, 2007 12:58 pm
55798
There is absolutely some good stuff in v2, including the beginnings of an IDE and changes to tab expansion, potentially huge in the long run. There is a lot...
... *WOW* Am I the only one who thinks that PowerShell is ridiculously bad? Admittedly, this opinion is affected by the bad documentation, books, and websites...
I think it depends on how much you use it. Personally, I have not been able to reach the critical mass where I use it enough to remember the syntax and...
As someone who lives at the command line, your experience is 180 degrees off from mine. PowerShell is a real shell, miles better than any Unix shell, IMO, for...
... I tried to learn it for a bit and then gave up. My only real complaint is that it's not C#. In other words, I'd echo what other people have said: it...
... That's kind of weird. You seem to make the assumption that I'm not a command-line type...? Maybe it was just a poor choice of words, but it certainly...
Interestingly enough, F# may make writing a new "shell" not necessarily even hard. You just need to create some useful CmdLets to handle that "nasty imperical...