Wednesday 19 October 2011

70-583- Designing and Developing Windows Azure Applications.

Yesterday I passed this exam - Exam 70-583 Designing and Developing Windows Azure Applications. More details here.

Friday 14 October 2011

Visual Studio Remote Debugging - Reminder Checklist

Steps to implement remote debugging.
  1. You need to run msvsmon.exe on the remote pc
    1. Share this folder C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\Remote Debugger
    2. Go to remote and navigate to shared folder
    3. copy Remote Debugger folder onto remote pc
    4. run the relevant 32 or 64 bit version of msvsmon.exe
    5. Not sure on the permissions required for this but I know it works if you are an Administrator on this machine.
  2. Double click msvsmon.exe on remote pc
    1. Go to Tools > Permissions and add the user that is logged onto the dev machine.
    2. Go to Tools > Options and copy the string that is in server name box - eg "DomainName\username@machinename"
  3. Start the web app to be debugged on the remote machine
  4. In Visual Studio on local machine - Debug > Attach to process
    1. Leave Transport as Default and in the Qualifier paste the server name copied in Step 2.2 above and click Refresh
    2. Select w3wp.exe to attach to
  5. Start debugging.

Sunday 19 June 2011

Internal names of columns in SharePoint list

To find internal name of a column in a list you can use Visual Studio 2010 or SharePoint Manager 2010 (spm.codeplex.com) To get to Server Explorer CTRL W L and Select sharepoint connections and you can navigate down to the list in question. When running SharePoint Manager 2010 run as administrator and again you can navigate down to the list in question and determine the InternalName property of the column.

Wednesday 27 April 2011

Exam 70-667: TS: Microsoft SharePoint 2010, Configuring

Today I passed the first half of the MCITP qualification, Exam 70-667: TS: Microsoft SharePoint 2010, Configuring

More details here.

Update 17 June 2011, I've now passed the other half of the MCITP qualification, Exam-70-668 PRO: Microsoft SharePoint 2010, Administrator.

I'm now MCITP SharePoint Administrator 2010.

More details here.

Thursday 14 April 2011

I'm now MCPD Microsoft SharePoint 2010

Today I passed this exam - Exam 70-573 -Microsoft SharePoint 2010, Application Development. More details here.

Together with the 70-576 exam I passed last month, I'm now MCPD Microsoft SharePoint 2010.

Thursday 17 March 2011

Exam 70-576 - Designing and Developing Microsoft SharePoint 2010 Applications

Today I passed this exam - Exam 70-576 - Designing and Developing Microsoft SharePoint 2010 Applications. More details here.

Monday 28 February 2011

Friday 4 February 2011

Windows Azure Training

I have just attended a 2-day partner training @ Saxons training centre in Sydney.
Instructor: Ryan CrawCour - Intergen NZ
@RyanCrawCour

The course was taken from presentations and labs within the Windows Azure Platform Training Kit. The kit includes a lot of Labs, Presentations, Videos and Demos. It also has a dependency checker to ensure local environment has all it needs to do Azure development.
The following powerpoint presentations were shown over the two days (they were 95% the same as the ones in the training kit)
  1. Windows Azure Platform
  2. Windows Azure Compute
  3. Windows Azure Storage
  4. Intro to SQL Azure
  5. Windows Azure App Fabric
  6. Storage Strategies
  7. High Performance Applications
  8. Advanced Web and Worker Roles and the Windows Azure VM Role
  9. Windows Azure connect
Links - mentioned during course

Two recommended blogs Azure management links Other sites/articles

Tuesday 11 January 2011

JQuery Posts Updated to use JQuerify