Microsoft Visual Studio 2008 Beta 2 is here
Beta 2 of Orcas just got release today and is downloadable either in VPC form or a DVD image. If you are based in South East Asia, where else to learn from experts about Orcas except TechEd 2007 South East Asia. There is the good old developer track and the newer web development track and their sessions have a lot of materials on Orcas.
Web Development and UX Track
Getting Started Building Rich Interactive Apps with Silverlight
Deep Dive into Silverlight 1.1. with .NET
Developer Technology Track
Windows Client .NET: Building Rick Client UI with Acropolis Framework
Workflow in real world & how MS leverages workflow technologies
What’s new for device developers in Orcas
A lap around VS Orcas
LINQ and XML Integration in VB Orcas
You can have a look at the full list here.
IronRuby Pre-Alpha available for download!
A lot people are blogging about this already. After a long wait, IronRuby is made available for download from John Lam’s blog under MS Permissive License.
Scott Guthrie also blog about it and shared some sample codes on IronRuby. Check this out about WPF apps with IronRuby.
SharePoint 2007 supports WSRP 1.1
Just realize that SharePoint 2007 has the ability to consume WSRP 1.1 portlets, meaning most Java based JSR-168 compliant portal server such as JBoss and Websphere (most of them have WSRP v1.0 or v1.1 support).
At the moment I am trying to setup a Java portal for demo so no details but you can check out this blog post to find out more.
Integrating SharePoint with other portals and web apps
http://blogs.technet.com/josebda/archive/2007/04/05/integrating-sharepoint-with-other-portals-and-web-applications.aspx
Time to discuss WSRP
http://blogs.msdn.com/mikefitz/archive/2006/02/06/525536.aspx
Setting up Single Sign On (SSO) for MOSS 2007
MSDN documentation is not clear on setting up SSO on MOSS, but Dave Wollerman’s post here is very detailed and I managed to get SSO running by just following his blog. Be warned though that this setup is meant for development or test environment.
http://www.sharepointblogs.com/llowevad/archive/2007/06/25/sharepoint-2007-single-sign-on-setup.aspx
Windows Server 2008 Core unattended installation answer file
You cannot run the AD installation wizard with Windows Server 2008 Core, the only way to do it is using an answer. The documentation is a not detail enough at the moment for newbie to write a answer file from scratch. I had to look for documentation from Windows Server 2003 and Windows 2000 Server to get it right. So here I am posting my version for installing a fresh forest.
[DCInstall]
InstallDNS=Yes
Password=<administrator’s password>
RebootOnCompletion=No
ReplicaOrNewDomain=Domain
NewDomainDNSName=<specify you own domain name, i.e. contoso.com>
ForestLevel=2
DomainLevel=2
NewDomain=Forest
SafeModeAdminPassword=<password for restoration>
Save it in a text file and at the command prompt type:
dcpromo /answer:<location of answer file>

