Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment HyperV (Score 1) 417

I didn't pay too much attention to HyperV until I started playing around with Team Foundation Server 2010. You might ask, what does an ALM tool have to do with virtualizing servers? Well, one things we found really helpful when doing automated testing, was this...you use the lab manager to spin up all your testing environments in hyperV then when a defect is encountered, the developer can spin up that environment on their laptop and actually debug defects on the server to make sure they have the most accurate test case. This eliminates the issue of "Works on laptop, don't work in test environment".

Besides that, Microsoft's virtual stuff is pretty decent, especially when it ties in their other products.

Comment Re:Threat to Computing (Score 1) 171

It will play into the Azure platform if it's a pure service. You can run an application on Azure with a SQL backend, and have this new compiler service build it for you.

Although from the article, I didn't even get a sense of that being the purpose. From what i was seeing, it's just a service you can run while developing that will give you more insight into the compiler's workings. You access it via VS2010 like you normally do.

I'm curious how this would play into TFS as well, if you could get more information to be pumped out from MSBuild to some sort of report.

Comment Microsoft work... (Score 1) 444

As a developer I mostly focus on MCPD's for whatever area I'm working on. .Net or Sharepoint. I then fill in MCTS's in the gaps for technologies like SQL Server and Biztalk.
http://www.microsoft.com/learning/en/us/certification/mcts.aspx

For system engineers there are specific exams too.
http://www.microsoft.com/learning/en/us/certification/mcitp.aspx

PMP is also a standard cert for management. I think most consultants/programmers should take this to understand the basics of how a project is put together.
http://www.pmi.org/Certification/Project-Management-Professional-PMP.aspx

Operating Systems

OpenBSD 4.4 Released 235

Linux blog writes "The new version of OpenBSD is available for download. There are lots of nifty new features to try out including OpenSSH 5.1 with chroot(2) support, Xenocara, Gnome 2.20.3, KDE 3.5.8, etc. Machines using the UltraSPARC IV/T1/T2 and Fujitsu SPARC64-V/VI/VII are now supported. It seems amazing to me that they keep delivering these new results on a six-month release cycle."

Slashdot Top Deals

"Experience has proved that some people indeed know everything." -- Russell Baker

Working...