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.
-
You need to run msvsmon.exe on the remote pc
- Share this folder C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\Remote Debugger
- Go to remote and navigate to shared folder
- copy Remote Debugger folder onto remote pc
- run the relevant 32 or 64 bit version of msvsmon.exe
- Not sure on the permissions required for this but I know it works if you are an Administrator on this machine.
- Double click msvsmon.exe on remote pc
- Go to Tools > Permissions and add the user that is logged onto the dev machine.
- Go to Tools > Options and copy the string that is in server name box - eg "DomainName\username@machinename"
- Start the web app to be debugged on the remote machine
- In Visual Studio on local machine - Debug > Attach to process
- Leave Transport as Default and in the Qualifier paste the server name copied in Step 2.2 above and click Refresh
- Select w3wp.exe to attach to
- 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.
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)
- Windows Azure Platform
- Windows Azure Compute
- Windows Azure Storage
- Intro to SQL Azure
- Windows Azure App Fabric
- Storage Strategies
- High Performance Applications
- Advanced Web and Worker Roles and the Windows Azure VM Role
- Windows Azure connect
Links - mentioned during course
Two recommended blogs Azure management links
Two recommended blogs Azure management links
- Azure Management Portal
- Azure database management
- Developer preview of App Fabric Labs
- App Fabric Labs
- Azure tools from LOKAD
- LOKAD on codeplex
- Windows Azure Market place - DataMarket
- Windows Azure Market place - Applications
- Azure Pricing
- Differences Between the Storage Emulator and Windows Azure Storage Services
- Smarx on Channel 9
- Sync Framework - SQL Server to SQL Azure Synchronization
- Ground to SQL Azure migration using MS SQL Server Integration Services
- Azure tools (Not free) - Cerebrata.com
- Windows Azure Table Storage – Not Your Father’s Database
- Partitioning Scheme (Azure Table Service)
- Shared Access Signatures Are Easy These Days
- Using the New Windows Azure CDN with a Custom Domain
- Programmatically Changing the AppPool Identity in a Windows Azure Web Role
- Windows Azure Connect from scratch video
- Windows Azure Virtual Network
- Channel 9 - Cloud Cover
Tuesday, 11 January 2011
JQuery Posts Updated to use JQuerify
- JQuery Predicates - Attribute contains
- JQuery Predicates - Attribute starts with
- JQuery Predicates - Attribute ends with JQuery Predicates - Attribute equals
- JQuery - Count Paragraphs
- JQuery - Basic Show and Hide
- Learning Simple JQuery - Part 4. - There are many plugins developers have created to use with JQuery, including this one "tablesorter"
- Learning Simple JQuery - Part 3. - This example demonstrates using JQuery selectors to add css classes to specific html table row elements.
- Learning Simple JQuery - Part 2. - This example uses JQuery to set the background-color of input text boxes, and attaches the focus/blur events to those text boxes with a "required" class.
- Learning Simple JQuery - Part 1. - This example demonstrates using an jQuery id selector on anchor tags to attach a click event. It also uses an id selector to attach the slideDown and slideUp JQuery functions to a html div element.
- Here is a blog post from encosia.com on how to learn JQuery with FireBug
Subscribe to:
Posts (Atom)