Welcome to Sign in | Join | Help

Connecting Systems the Microsoft Way

CTO's Vision, Thoughts and Reports around connected systems covering Microsoft BizTalk, Microsoft SQL Server, Microsoft Sharepoint, WCF, WF,.Net development, LinQ, Office development and anything else that takes the my fancy!

<July 2008>
MoTuWeThFrSaSu
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910

Post Categories

News

View Andy James's profile on LinkedIn

Navigation

Syndication

Microsoft announces Zermatt!!

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: ,,

posted 23 July 2008 12:17 by AndyJames | 0 Comments
Filed Under:

Browser Memory Hogs......

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: ,,,

posted 25 June 2008 07:25 by AndyJames | 0 Comments
Filed Under:

SharePoint Log on nags

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.

posted 11 June 2008 11:00 by AndyJames | 0 Comments
Filed Under: ,

Microsoft Offline Virtual Machine Servicing Tool

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

posted 11 June 2008 10:12 by AndyJames | 0 Comments

Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions User Guide, Version 1.1

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:

  1. Starting out in SharePoint Development
  2. Walkthrough of the VSeWSS User Interface including the WSP View
  3. The Team Site Project
  4. The Blank Site Project
  5. The List Definition Project
  6. The Web Part Project
  7. The Workflow Projects
  8. Project Item Templates
  9. Best Practices with VSeWSS
  10. Changes from 1.0 to 1.1

 

Get it here!!!

posted 02 June 2008 11:14 by AndyJames | 0 Comments
Filed Under: ,

Develop for SharePoint on Vista

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

Technorati Tags: ,,

 

 

 

 

posted 02 June 2008 11:04 by AndyJames | 0 Comments
Filed Under: ,

SharePoint Placeholders Explained

Thanks to Mike Breeze for this one.

 

sharepoint_masterpage

posted 01 June 2008 21:38 by AndyJames | 0 Comments
Filed Under:

New BizTalk Series poster - BAM

Get it here: http://download.microsoft.com/download/d/7/c/d7c1bc18-8a77-4d94-88f8-217689c71325/BAM%20poster.pdf

posted 01 June 2008 21:34 by AndyJames | 0 Comments
Filed Under:

Vista Tip: Creating an Elevated Command Prompt

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....

posted 24 May 2008 09:25 by AndyJames | 0 Comments
Filed Under:

Silverlight Blueprint for SharePoint

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

posted 13 May 2008 16:14 by AndyJames | 0 Comments

This one nearly passed me by....

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....

posted 23 April 2008 09:16 by AndyJames | 0 Comments

ASP.Net 3.5 news

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:

  1. Enabling high-productivity data scenarios by using the ADO.NET Entity Framework, ADO.NET Data Services, ASP.NET MVC, and ASP.NET Dynamic Data.
  2. Supporting test-driven development by using a powerful and extensible ASP.NET MVC framework.
  3. 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?

posted 23 April 2008 09:15 by AndyJames | 0 Comments

Next Version of BizTalk Server Announced

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...

posted 23 April 2008 09:14 by AndyJames | 1 Comments

Windows Internet Explorer 8 Beta 1

Get it Here!!

posted 06 March 2008 13:39 by AndyJames | 0 Comments

Microsoft Silverlight Tools Beta 1 for Visual Studio 2008

Get them Here!!!

posted 06 March 2008 13:38 by AndyJames | 0 Comments

More Posts Next page »
Powered by Community Server, by Telligent Systems