How To Implement A Custom SharePoint 2010 Logging Service For ULS And Windows Event Log

Prior to Microsoft SharePoint 2010 there was no official documented way to programmatically use the built-in ULS service (Unified Logging Service) to log own custom messages. There are still solutions available on the internet that can be used, but SharePoint 2010 now supports full-blown logging service support. To log a message to the SharePoint log [...]

Comments ( 1 )

Using A Custom Authentication Provider For The SharePoint 2010 BCS Administration Object Model

The SharePoint 2010 Business Connectivity Services (BCS) are providing an Administration Object Model to manage all kind of BCS objects. You can use the an Administration Object Model to programmatically create BDC models, LOB system and instances, Entities and Methods. The Microsoft SharePoint Designer is using the object model itself to let you generate External [...]

Comments ( 0 )

New article about integrating SAP data into SharePoint 2010

I wrote a new article about SharePoint 2010, SAP and BCS (Business Connectivity Services) and published on my Homepage. Feel free to send me your feedback.

Comments ( 0 )

Online Mind Mapping Tool In Silverlight

Last year I’ve developed a prototype of an Online Mind Mapping Tool in Silverlight. Finally I’ve published a still very buggy version of the tool at http://www.mindbak.com. Just try it out and give me feedback.

Comments ( 0 )

Version 2.4 of the Validator Toolkit for ASP.NET MVC released

I’ve released a new version (2.4) of the Validator Toolkit for ASP.NET MVC 1.0, that is fixing an issue regarding format changes in the jQuery validation plugin of the minlength, maxlength and rangelength validators. http://mvcvalidatortoolkit.codeplex.com

Comments ( 0 )

Version 2.3 of the Validator Toolkit for ASP.NET MVC released

I’ve released a new version (2.3) of the Validator Toolkit for ASP.NET MVC 1.0, that is fixing an issue regarding format changes in the jQuery validation plugin of the minlength, maxlength and rangelength validators. http://mvcvalidatortoolkit.codeplex.com

Comments ( 0 )

Version 2.0 of the Validator Toolkit for ASP.NET MVC released

You may also want to check out the new verison 2.0 of the Validator Toolkit ASP.NET MVC on Codeplex. http://mvcvalidatortoolkit.codeplex.com

Comments ( 0 )

MSDN Code Clips showing SAP R/3 data access in .NET applications

I have created some code clips (in German language) for Microsoft MSDN to show how to access SAP data in .NET using LINQ to SAP from Theobald Software. The clips will show how to display SAP data in Silverlight using ADO.NET Data Services and LINQ to SAP. You may visit the website MSDN-Solve.de and search [...]

Comments ( 0 )

Update: Installer for MSN-like Stock Quotes Add-In For Excel 2007 / 2010

I finally created a Windows-Installer for the Stock Quotes Add-In for Excel 2007 / 2010 (see article here). You can download the installer here, he modified source code here. For more details and instructions how to use the add-in please check out the article I have written. IMPORTANT: Before using the add-in you should check [...]

Comments ( 0 )

How To Implement Custom Cursors In Silverlight

I wrote an article about custom cursors in Silverlight 2 on CodeProject.com. This article describes how to implement the custom cursor types in Silverlight. The article is also available as PDF file at the Parago website. Feel free to send me your feedback.

Comments ( 0 )