“Zermatt” is the codename of a .NET framework that helps developers build claims-aware applications to address challenging application security requirements using a simplified application access model. It is currently in beta, and the first final version is expected towards the end of this year. This framework consists of a comprehensive set of libraries that facilitate the use of "claims" in applications - in Microsoft's words: make them "claims-aware". This greatly simplifies the development of applications that will work within federated environments and the new identity metasystem technology that Microsoft is developing, and will give a push to adoption of the new identity technology.
Download the bits of the Beta of “Zermatt” Developer Identity Framework.
Technorati Tags:
Identity,
claims,
.net
Have a look at the following investigation by Sam Allen.....
"The author developed a program to snapshot memory usage per process every 3 seconds on Windows. Using this he recorded 3 hours of memory usage for five different browsers under real-world usage scenarios: Safari 3.1, Firefox 3, Flock 1.2 (a browser based on Firefox 2), Opera 9.5, and Internet Explorer 8. A million data points indicate that Firefox 3 has a surprising advantage over the other browsers tested. These are real-world tests and not contrived benchmarks."
Technorati Tags:
Firefox,
IE,
Opera,
Flock
If you keep getting nagged for log ons when using sharepoint this will solve the problem almost 100% of the time. The trick is to use the Windows managed Stored username and password feature. To access this,
1. Simply go into Control Panel
2. Click User Accounts
3. Go into Managed Passwords and click Add
4. Type the URL of the server (without HTTP), for example portal.us.com
5. Enter your credentials and click Ok
Now anytime Windows attempts to access ANYTHING on this server it will use the use those credentials and your prompting issue should go away.
The downside to this is if you change your password, you need to remember to come change it here.
As we use more and more virtual machines, particularly for development, there is a risk because they don't get updated by pushing critical security or virus updates and then they are fired up six months later we can have a security problem.
Microsoft has a solution for their virtual machine environment adding to the virtual machine management tooling - the Offline Virtual Machine Servicing Tool. This turns on your VMs, updates them and shuts them down automatically. You can find information about getting on the Beta at the link below.
Get it here
This is the User Guide, Samples and Walkthroughs for the tools for developing custom SharePoint applications with the Visual Studio 2005 extensions for Windows SharePoint Services 3.0, version 1.1 (VSeWSS 1.1). The user guide has sections:
- Starting out in SharePoint Development
- Walkthrough of the VSeWSS User Interface including the WSP View
- The Team Site Project
- The Blank Site Project
- The List Definition Project
- The Web Part Project
- The Workflow Projects
- Project Item Templates
- Best Practices with VSeWSS
- Changes from 1.0 to 1.1
Get it here!!!
If you are a developer for SharePoint your best friend has been Virtual PC or VMWare. It’s now time to introduce a new friend, Bamboo Nation's SharePointOnVista go here for more info
Thanks to Mike Breeze for this one.

In the main UAC has provided a more secure Windows Desktop OS but there are times when this can be very annoying. On of those times is when attempting to run commands from our old friend the DOS prompt. What invariably happens, even though we logged on as an administrator, we get the UAC nag prompt! What need to do is run what is called an Elevated Command Prompt. The following allows you to set on up for future use!
To create an ECP as a shortcut on the desktop:
1. Right-click the desktop, and select New > Shortcut.
2. In the text box of the Create Shortcut dialogue box that appears, type cmd and then click Next.
3. On the following screen, type a name for your shortcut -- I use Elevated Command Prompt. Then click Finish.
4. Right-click on the shortcut you have just created and select Properties.
5. Select the Shortcut tab and click the Advanced button.
6. Check the box titled Run as administrator. (see below) Click OK and then OK again.

We now have our Elevated Command Prompt....
The Silverlight Blueprint for SharePoint is source code and guidance for developers describing how to use Microsoft Silverlight and Microsoft SharePoint Products and Technologies together in business applications and Internet Web sites. SharePoint applications that use Web Parts can now be built using Silverlight user interface elements. This capability enables a fresh look at data exposed through SharePoint Products and Technologies using the modern graphics capability in Silverlight.
Get the Silverlight Blueprint for SharePoint
Following on from BizTalk in the cloud now we have SQL server in the cloud.....
SQL Server Data Services (SSDS) are highly scalable, on-demand data storage and query processing utility services. Built on robust SQL Server database and Windows Server technologies, these services provide high availability, security and support standards-based web interfaces for easy programming and quick provisioning.
Get more info here....
Sourced from: The official Microsoft ASP.Net site
New features are being added to ASP.NET and ADO.NET this year that increase the power of the .NET Framework 3.5. These enhancements target:
- Enabling high-productivity data scenarios by using the ADO.NET Entity Framework, ADO.NET Data Services, ASP.NET MVC, and ASP.NET Dynamic Data.
- Supporting test-driven development by using a powerful and extensible ASP.NET MVC framework.
- Creating the best server for rich clients by using AJAX history support and ASP.NET controls for Silverlight.
What are the new features?
Where can I find these new features?
Where can I ask questions and discuss?
How can I learn more?
Today, Steve Martin announced a few details about the next version of BizTalk that will be available in early 2009. The release will be BizTalk Server 2006 R3, and is an incremental release of BizTalk and not related to the future Oslo releases. In the main this is a this compatibility release to support the 2008 wave of products.(Windows Server 2008, SQL Server 2008, Visual Studio.NET 2008). Expect a CTP later in the year and full release after SQL 2008 goes gold. Additional features include:
- New web service registry capabilities with support for UDDI (Universal Description Discovery and Integration) version 3.0
- Enhanced service enablement of applications (through new and enhanced adapters for LOB applications, databases, and legacy/host systems)
- Enhanced service enablement of “edge” devices through BizTalk RFID Mobile
- Enhanced interoperability and connectivity support for B2B protocols (like SWIFT, EDI, etc)
- SOA patterns and best practices guidance to assist our customer’s implementations
Read more from Steve Martin here...