Well the master of the one ups has one upped VMware, making their Enterprise Edition of Virtual Server 2005 FREE! Best of all when run on top of Win2003 Enterprise Edition R2 you get 5 Virtual machines free. You can pretty much guess what platform we'll start seeing windows virtual servers popping up on all over the place…
Microsoft, Dr. Dobbs and O'REILLY are offering Free ASP.net 2.0 training with courses for JSP, PHP and Coldfusion developers looking to migrate over to the dark side. To sweeten the pie you also get a nice pack of freebies, including a copy of Visual Studio 2005 Standard Edition, a 50% discount on a MCP exam and some other goodies. Regardless it's a good deal and the training sessions are awesome. Many of them are by Fritz Onion who is an awesome trainer and book author.
http://www.learn2asp.net/Campaign.aspx has all the goodies.
Microsoft has recently released updated CTPs of their Expression Interactive Design and Graphics Design applications (personally I can't wait to see the Web Design application when it's released or atleast made available via beta). You can get details on what the Expression product line are at: http://www.microsoft.com/products/expression/en/default.mspx The Expression Dev Team has a blog online at: http://blogs.msdn.com/expression/default.aspx (one thing is for sure, Blogs are definately handy in finding new dev details and especially Dev Team Blogs like this one that link together all kinds of presentations, notes and tutorials) Links for the March Betas are found on the Blogs website. There's also something called Orcas, which I'm downloading currently and want to play with it. It appears to be a WinFX design extensions for Visual Studio 2005. I don't know but it sounds pretty damn cool: http://www.microsoft.com/downloads/details.aspx?FamilyId=AD0CE56E-D7B6-44BC-910D-E91F3E370477&displaylang=en Enjoy.
Microsoft has an article available regarding Virtual Server 2005 R2 and iSCSI. I've been digging around on the forums and it seems the only way to really get the performance out of this is by having the iSCSI storage on the actual host machine. I haven't played with it, don't know enough about it but I do know iSCSI is way cool and I'm dying to play with it. Here's the link:
http://www.microsoft.com/downloads/details.aspx?FamilyID=d112aa63-a51e-4722-a41b-98b3ab3700a3&displaylang=enSQL2005 Express Edition is Microsoft's follow up to MSDE2000. MSDE picked up tons of following and has been in use all over the place. Unfortunately for a web application it really didn't cut it and would be quickly outgrown. SQL2005 EE will replace MSDE and doesn't have the same 20 concurrent connections limitation that MSDE had. Here's the new limitations for SQL2005 Express Edition: – No query or workload governor (this is a big plus) – Limited to 1GB of RAM, it doesn't sound like alot but it's more than enough for most servers – Database sizes limited to 4GB in size. Again this is HUGE for databases most databases never make it over 20MB. – No Clustering (not an issue for most) – No Mirroring (not an issue for most) – No DTS (okay maybe a problem for some, but most don't use it) – No Full Text Search (okay, this is kind of bad, you won't be running sharepoing on express and probably most forums use full text for their search now too) – No Notification Services (what you don't get enough pages already?) – Replication as a subscriber only, still makes it a worthy backup server solution – No Analysis Services (no comment) – Service Broker, subscriber only – No Built in SQL Server Management Studio (SSMS) but you can download this from here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en – No Reporting Services, that's a tiny ouch. – No backup/restore utility, this can be fixed via
http://www.sqldbatips.com/showarticle.asp?ID=27 – No job scheduling (aka SQL Agent service) I think that's all of them but I'm not SQL expert so I probably missed some of them. I think the big limiting factor here is going to be no backup and restore utility. I'm off to install SQL express myself now though and see how she does…