Tuesday, March 30, 2010

How to display the Form version on the InfoPath 2007 Form

Just insert an Expression Box control into the Infopath Form using the following XPath expression:

substring-before( substring-after( /processing-instruction()[local-name(.) = "mso-infoPathSolution"], 'solutionVersion="'), '"')

Source: http://www.nivot.org/2008/09/30/WhyVSTO30VisualStudio2008SharePointWindowsWorkflowAndInfoPathMightGiveYouAHernia.aspx

Tuesday, March 9, 2010

File recovery on Windows 7

This morning, I accidently deleted a complete folder on my Windows 7 machine. I automaticly use SHIFT-Delete, so I could not Restore the folder and documents from the Recycle-Bin :(

Looking for tools I discovered the Recuva tool from PiriForm. I downloaded the Portable version, so without installer. Extracted the zip on another drive and selected my drive where the folder was accidently deleted.

Recuva

Thanx to the Recuva tool, I now have all my documents back ! It just worked..

:)

Friday, February 5, 2010

Basic Overview of SharePoint 2007 for End Users

If you want to have an overview of all the SharePoint functionality provided, you can look into the Office SharePoint Server 2007 Training (Standalone Edition). 

The Training is meant for End Users (but Developers can also learn from it. ;) )

and covers the following:

  • Collaboration
  • Enterprise Content Management
  • Bussiness Process and Forms
  • Search
  • Portals and Personalisation
  • Bussiness Intelligence

I found it usefull to get the overview.

Tuesday, May 5, 2009

Design Patterns

Ever needed a solution for a software problem ? With a Solution Patterns you can resolve the problem on a proven way.

Microsoft provides an overview of the Enterprise Patterns used in .NET (See online HTML or download PDF )

And not to forget the list of GoF

Tuesday, March 31, 2009

Debugging in ASP.NET

During a show of .NET Rocks, I heard about Tess Ferrandez, a Microsoft escalation Engineer. On her blog "If broken it is, fix it you should", she tells about debugging and even has .NET Debugging demos on her site.

These are all about:

  • Hangs
  • Crashes
  • Memory/Leaks

On her blog you really learn a lot about debugging.

Check it out !