posts - 4, comments - 8, trackbacks - 0

Friday, August 01, 2008

70-562 Microsoft .NET Framework 3.5 ASP.NET Application Development Exam

This post is in response to a comment on an earlier Microsoft Exam post of mine.

I am currently studying for the 70-562 Microsoft .NET Framework 3.5, ASP.NET Application Development Exam.

You can't register for this exam at this time because it has not yet been released. At the time of this post it is scheduled to be released sometime in August 2008.

I am using the Programming Microsoft ASP.NET 3.5 book in preparation for this exam. Although this book is not targeted to the exam audience, it is jam packed with valuable information that covers all of the skills measured in the 70-562 exam.

In addition, I am reviewing the .NET Framework 2.0 Web-Based Client Development Training Kit book. I am also evaluating the uCertify exam preparation software. Although, these resources are specific to the .NET Framework 2.0, I have found them useful in preparing for this exam.

posted @ Friday, August 01, 2008 1:30 PM | Feedback (3) |

Thursday, July 03, 2008

FormatPainter Word 2007 Ribbon Control

I ran across an interesting situation today in the Word 2007 Ribbon. In a project that I'm working on, the FormatPainter Ribbon control wasn't showing up in a custom tab. Here is the Ribbon XML element that was being used:

<toggleButton idMso="FormatPainter" imageMso="FormatPainter" />

I double checked the idMso and control type in the Microsoft 2007 Office System Document: Lists of Control IDs Word Ribbon Controls Excel spreadsheet. I had entered the idMso correctly and I had the correct control type, according to the spreadsheet.

Next I wanted to see if the problem was isolated to my project and not with Word itself. I opened a new Word 2007 Add-In project and added the same code to a custom tab. Again, no Format Painter control. But, this time I was able to see the error message that indicated that the control type was incorrect. It turns out that the FormatPainter control is referenced as "control" not "togglebutton".

Here is the updated Ribbon XML element:

<control idMso="FormatPainter" imageMso="FormatPainter"/>

Now the FormatPainter control shows up as expected in my custom tab.

posted @ Thursday, July 03, 2008 11:48 AM | Feedback (2) |

Thursday, June 19, 2008

70-536 Microsoft .NET Framework 2.0 Application Development Foundation Exam

Yesterday I passed the 70-536 Microsoft .NET Framework 2.0 Application Development Foundation Exam. This is my first exam on my way to earning a MCPD: Enterprise Application Developer 3.5 certification.
My primary resource in studying for this exam was the MCTS Self-Paced Training Kit (Exam 70-536) Microsoft .NET Framework 2.0 Application Development Foundation Book. I highly recommend this book; however, you’ll need to read the comments and corrections:
Here are some more great resources:
·         Tech Ed cram session
The 70-536 exam is now considered “version agnostic”, this exam is required for .NET Framework 2.0 and .NET Framework 3.5 certifications. This means I will be able to move directly into the .NET Framework 3.5 certification exams!
While I’m glad to have passed this exam, I’m even more excited to get started studying for my next exam:  70-562 .NET Framework 3.5 ASP.NET Application Development.

posted @ Thursday, June 19, 2008 9:41 AM | Feedback (3) |

Friday, June 13, 2008

Developing Workflows using Visual Studio 2008

Hi everyone, this is my first post. Microsoft has recently published a few Visual How To's that I wrote about developing Workflows in Visual Studio 2008:

Hope you find these articles useful in developing Workflows using Visual Studio 2008. Until next time, happy coding!

posted @ Friday, June 13, 2008 6:14 AM | Feedback (0) |

Powered by: