<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Jürgen Bäurle — Blog</title><description>Senior software &amp; solution architect in Stuttgart, Germany. .NET platforms, enterprise integration, long-lived product architecture and agentic AI.</description><link>https://www.parago.de/</link><item><title>The new website</title><link>https://www.parago.de/blog/the-new-parago-website/</link><guid isPermaLink="true">https://www.parago.de/blog/the-new-parago-website/</guid><description>In September 2026 parago.de got a new website. All articles from 2007 to 2018 are still here, and the site now comes in English and German.</description><pubDate>Mon, 21 Sep 2026 00:00:00 GMT</pubDate></item><item><title>The Kickbase Kaderplaner</title><link>https://www.parago.de/blog/porting-the-kickbase-kaderplaner-to-the-browser/</link><guid isPermaLink="true">https://www.parago.de/blog/porting-the-kickbase-kaderplaner-to-the-browser/</guid><description>In August 2026 I rebuilt the Kickbase Kaderplaner from scratch. It is a small helper for the Bundesliga fantasy game Kickbase. It rates every player in the squad, finds the best eleven and shows what a sale does to the account before anything is sold.</description><pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate></item><item><title>EdgeNums, a logic number puzzle</title><link>https://www.parago.de/blog/edgenums-a-number-puzzle-in-net-and-avalonia/</link><guid isPermaLink="true">https://www.parago.de/blog/edgenums-a-number-puzzle-in-net-and-avalonia/</guid><description>In August 2026 I released EdgeNums, a number puzzle for Android, iOS, Windows and the browser. Every puzzle has exactly one solution and can be solved by logic alone, without guessing. It is free, has no ads and needs no account.</description><pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate></item><item><title>The Peakboard runtime on Avalonia</title><link>https://www.parago.de/blog/the-peakboard-runtime-on-avalonia/</link><guid isPermaLink="true">https://www.parago.de/blog/the-peakboard-runtime-on-avalonia/</guid><description>In 2026 I ported the Peakboard runtime a second time, from Windows Presentation Foundation (WPF) to Avalonia. The runtime is the part of Peakboard that shows a board on a screen. The first port in 2019 removed the limits of the Universal Windows Platform sandbox. This one makes the runtime independent of Windows.</description><pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate></item><item><title>The Building Blocks rework in Peakboard</title><link>https://www.parago.de/blog/the-building-blocks-rework-in-peakboard/</link><guid isPermaLink="true">https://www.parago.de/blog/the-building-blocks-rework-in-peakboard/</guid><description>Three years after the first version I went back to the Building Blocks editor. The blocks themselves were still fine. The real problems were navigating a large block tree, testing something without destroying it and finding the one block that broke the flow.</description><pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Porting the Peakboard Extension Kit to .NET 8</title><link>https://www.parago.de/blog/porting-the-peakboard-extension-kit-to-net-8/</link><guid isPermaLink="true">https://www.parago.de/blog/porting-the-peakboard-extension-kit-to-net-8/</guid><description>Between April and June I ported the Peakboard Extension Kit to .NET 8. The public interfaces did not change, so an extension still describes a data source the way it always did. Everything underneath changed, because the transport the kit was built on does not exist any more.</description><pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate></item><item><title>The new Flows in Peakboard</title><link>https://www.parago.de/blog/flows-in-peakboard/</link><guid isPermaLink="true">https://www.parago.de/blog/flows-in-peakboard/</guid><description>Six years after dataflows I built flows. A dataflow shapes a table and waits to be asked for it. A flow decides when things happen: which data source reloads, in which order, on what trigger, and what runs afterwards. It is the part of a board that keeps working while nobody is looking at the screen.</description><pubDate>Thu, 15 May 2025 00:00:00 GMT</pubDate></item><item><title>The new Lua scripting in Peakboard with MoonSharp</title><link>https://www.parago.de/blog/lua-scripting-in-peakboard-with-moonsharp/</link><guid isPermaLink="true">https://www.parago.de/blog/lua-scripting-in-peakboard-with-moonsharp/</guid><description>Peakboard boards are scripted in Lua, and the runtime is a .NET application. The piece that connects the two is MoonSharp, a Lua interpreter written in C#. Picking the interpreter was the easy decision. The surface between the two languages was not.</description><pubDate>Sat, 20 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Building Blocks - The visual script editor for Peakboard</title><link>https://www.parago.de/blog/building-blocks-the-visual-script-editor-for-peakboard/</link><guid isPermaLink="true">https://www.parago.de/blog/building-blocks-the-visual-script-editor-for-peakboard/</guid><description>In April 2022 I finished building a second way to write logic in Peakboard. We called it Visual Coding at the start and renamed it to Building Blocks later. Instead of typing Lua code into the script editor, you snap graphical blocks together and the editor writes the code for you.</description><pubDate>Tue, 12 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Building Blocks - The prototype becomes part of the Peakboard Designer</title><link>https://www.parago.de/blog/building-blocks-from-prototype-to-peakboard-designer/</link><guid isPermaLink="true">https://www.parago.de/blog/building-blocks-from-prototype-to-peakboard-designer/</guid><description>By the summer of 2021 the Visual Coding prototype was solid enough to move it into the real Peakboard Designer. We renamed it to Building Blocks and gave it a proper home inside the Script Editor, as a second mode next to the plain Lua text editor. Getting there meant real type safety, faster editing and the first block families.</description><pubDate>Thu, 20 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Visual Coding - The first prototype of Peakboard&apos;s block editor</title><link>https://www.parago.de/blog/visual-coding-the-first-prototype-of-peakboards-block-editor/</link><guid isPermaLink="true">https://www.parago.de/blog/visual-coding-the-first-prototype-of-peakboards-block-editor/</guid><description>In June 2021 I finished a prototype for a new way to write logic in Peakboard. We called the idea Visual Coding. Instead of typing Lua code, you would snap blocks together and the editor would write the script for you. This is not the finished editor yet, just the prototype that proved the idea would work.</description><pubDate>Tue, 15 Jun 2021 00:00:00 GMT</pubDate></item><item><title>The Peakboard Extension Kit</title><link>https://www.parago.de/blog/the-peakboard-extension-kit/</link><guid isPermaLink="true">https://www.parago.de/blog/the-peakboard-extension-kit/</guid><description>In July 2020 I finished the Peakboard Extension Kit. It is a NuGet package with a handful of interfaces: you implement one, ship a DLL, and your own data source shows up in Peakboard Designer next to the built-in ones. The interesting part was never the interface. It was keeping somebody else&apos;s code from taking a board down.</description><pubDate>Wed, 15 Jul 2020 00:00:00 GMT</pubDate></item><item><title>Porting the Peakboard runtime from UWP to WPF</title><link>https://www.parago.de/blog/porting-the-peakboard-runtime-from-uwp-to-wpf/</link><guid isPermaLink="true">https://www.parago.de/blog/porting-the-peakboard-runtime-from-uwp-to-wpf/</guid><description>In December 2019 I finished porting the Peakboard runtime, the part that puts a board on a screen, from UWP to WPF on .NET Framework 4.6.2. The board files did not change. What changed is that the runtime now lives on the same platform as the designer, and stops fighting a sandbox that was never meant for it.</description><pubDate>Tue, 10 Dec 2019 00:00:00 GMT</pubDate></item><item><title>The new Dataflows in Peakboard</title><link>https://www.parago.de/blog/dataflows-in-peakboard/</link><guid isPermaLink="true">https://www.parago.de/blog/dataflows-in-peakboard/</guid><description>Since the summer I have been building dataflows. A dataflow takes a data source and puts an ordered list of steps on top of it: filter, rename, change a type, join, look something up. What comes out is a new list that behaves like any other data source, and nobody had to write a line of Lua to get there.</description><pubDate>Fri, 30 Nov 2018 00:00:00 GMT</pubDate></item><item><title>The new screen transitions and control animations of the Peakboard Digital Signage System</title><link>https://www.parago.de/blog/the-new-screen-transitions-and-control-animations-of-the-peakboard-digital-signage-system/</link><guid isPermaLink="true">https://www.parago.de/blog/the-new-screen-transitions-and-control-animations-of-the-peakboard-digital-signage-system/</guid><description>Starting with the next release Peakboard is supporting new screen transitions and control animation effects. With a couple of basis operations the users are able to create stunning custom control animations.</description><pubDate>Tue, 03 Apr 2018 00:00:00 GMT</pubDate></item><item><title>How to use the Peakboard Log-View in Preview mode</title><link>https://www.parago.de/blog/how-to-use-the-peakboard-log-view-in-preview-mode/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-use-the-peakboard-log-view-in-preview-mode/</guid><description>Yesterday my post about how to use the Log-View Panel in Preview mode was published on the Peakboard blog (in German language only).</description><pubDate>Wed, 28 Mar 2018 00:00:00 GMT</pubDate></item><item><title>The OPC UA Data Source of the Peakboard Digital Signage System</title><link>https://www.parago.de/blog/the-opc-ua-data-source-of-the-peakboard-digital-signage-system/</link><guid isPermaLink="true">https://www.parago.de/blog/the-opc-ua-data-source-of-the-peakboard-digital-signage-system/</guid><description>A couple of days ago I finished the first development iteration of our brand new OPC Unified Architecture (OPC UA) data source for the Peakboard system.</description><pubDate>Sun, 11 Feb 2018 00:00:00 GMT</pubDate></item><item><title>The Photo Frame Control of the Peakboard Digital Signage System</title><link>https://www.parago.de/blog/the-photo-frame-control-of-the-peakboard-digital-signage-system/</link><guid isPermaLink="true">https://www.parago.de/blog/the-photo-frame-control-of-the-peakboard-digital-signage-system/</guid><description>A while ago I&apos;ve developed a nice Photo Frame control for Peakboard. This control implements an image switcher using the widely known Ken Burns effect.</description><pubDate>Thu, 08 Feb 2018 00:00:00 GMT</pubDate></item><item><title>The MQTT Data Source of the Digital Signage System</title><link>https://www.parago.de/blog/the-mqtt-data-source-of-the-peakboard-digital-signage-system/</link><guid isPermaLink="true">https://www.parago.de/blog/the-mqtt-data-source-of-the-peakboard-digital-signage-system/</guid><description>A couple of months ago I finished work on the first of a series of specialized data sources that are used in an industrial environment. The MQTT data source implements the ISO standard 20922, a publish-subscribe-based messaging protocol.</description><pubDate>Sun, 21 Jan 2018 00:00:00 GMT</pubDate></item><item><title>New features for Stock Quote Add-In for Excel 2016</title><link>https://www.parago.de/blog/new-features-for-stock-quote-add-in-for-excel-2016/</link><guid isPermaLink="true">https://www.parago.de/blog/new-features-for-stock-quote-add-in-for-excel-2016/</guid><description>Today I implemented a couple of new features to the Stock Quote Add-In for Excel. You now can use an item reference notation to access all available JSON values.</description><pubDate>Sun, 07 Jan 2018 00:00:00 GMT</pubDate></item><item><title>New Stock Quote Add-In for Excel 2016 and 2013 using the Google Finance API</title><link>https://www.parago.de/blog/new-stock-quote-add-in-for-excel-2016-and2013-using-the-google-finance-api/</link><guid isPermaLink="true">https://www.parago.de/blog/new-stock-quote-add-in-for-excel-2016-and2013-using-the-google-finance-api/</guid><description>I have updated the popular Stock Quote Add-In For Excel to now support the Google Finance API. The old Stock Quote add-in was using the Yahoo Finance service to retrieve the stock quotes. The service has been terminated by Yahoo on 11/01/2017.</description><pubDate>Tue, 02 Jan 2018 00:00:00 GMT</pubDate></item><item><title>The new Retro Flipper Block control for Peakboard</title><link>https://www.parago.de/blog/the-new-retro-flipper-block-control-for-peakboard/</link><guid isPermaLink="true">https://www.parago.de/blog/the-new-retro-flipper-block-control-for-peakboard/</guid><description>A couple a days ago I&apos;ve developed a new control called the Retro Flipper Block and emulates the old mechanical flip style number and letter displays.</description><pubDate>Fri, 22 Dec 2017 00:00:00 GMT</pubDate></item><item><title>The new Live Tile Box control for Peakboard</title><link>https://www.parago.de/blog/the-new-live-tile-box-control-for-peakboard/</link><guid isPermaLink="true">https://www.parago.de/blog/the-new-live-tile-box-control-for-peakboard/</guid><description>Recently I have developed the new and fantastic Live Tile Box control for Peakboard. This control behaves similar to the Live Tiles you may know from the Windows start menu and perfectly fits the requirement to show more information on a single screen.</description><pubDate>Sun, 10 Dec 2017 00:00:00 GMT</pubDate></item><item><title>How to show animated Info Panels via Lua scripting in your Peakboard visualization</title><link>https://www.parago.de/blog/how-to-show-animated-info-panels-via-lua-scripting-in-your-peakboard-visualization/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-show-animated-info-panels-via-lua-scripting-in-your-peakboard-visualization/</guid><description>A couple of days ago I have written a article for the Peakboard.com blog that shows the usage of the new Info Panel feature available to Peakboard visualizations.</description><pubDate>Sat, 18 Nov 2017 00:00:00 GMT</pubDate></item><item><title>Yahoo terminated the finance service API - Stock Quote Add-In not working</title><link>https://www.parago.de/blog/yahoo-terminated-the-finance-service-api-stock-quote-add-in-not-working/</link><guid isPermaLink="true">https://www.parago.de/blog/yahoo-terminated-the-finance-service-api-stock-quote-add-in-not-working/</guid><description>The Stock Quote add-in is using the Yahoo Finance service API to retrieve the stock quotes. The service seems to be terminated by Yahoo without any notice on 11/01/2017.</description><pubDate>Thu, 02 Nov 2017 00:00:00 GMT</pubDate></item><item><title>Moved my Open Source repositories from CodePlex to GitHub</title><link>https://www.parago.de/blog/moved-my-open-source-repositories-from-codeplex-to-github/</link><guid isPermaLink="true">https://www.parago.de/blog/moved-my-open-source-repositories-from-codeplex-to-github/</guid><description>Microsoft is shutting down it&apos;s Open Source Hosting site CodePlex. I had published a number of the projects on this site.</description><pubDate>Mon, 16 Oct 2017 00:00:00 GMT</pubDate></item><item><title>Peakboard added new data source to support Siemens SIMATIC S7</title><link>https://www.parago.de/blog/peakboard-added-new-data-source-to-support-siemens-simatic-s7/</link><guid isPermaLink="true">https://www.parago.de/blog/peakboard-added-new-data-source-to-support-siemens-simatic-s7/</guid><description>At Peakboard we added now a fantastic new data source to finally support the Siemens Simatic S7 automation system.</description><pubDate>Fri, 06 Oct 2017 00:00:00 GMT</pubDate></item><item><title>Peakboard explained in one minute (German) / Video</title><link>https://www.parago.de/blog/video-peakboard-explained-in-two-minutes/</link><guid isPermaLink="true">https://www.parago.de/blog/video-peakboard-explained-in-two-minutes/</guid><description>A new video got published on the Peakboard YouTube channel explaining the Peakboard system in one minute.</description><pubDate>Tue, 05 Sep 2017 00:00:00 GMT</pubDate></item><item><title>New video channel on YouTube about creating Peakboard displays</title><link>https://www.parago.de/blog/new-video-channel-on-youtube-about-creating-peakboard-displays/</link><guid isPermaLink="true">https://www.parago.de/blog/new-video-channel-on-youtube-about-creating-peakboard-displays/</guid><description>A few weeks ago we created a new video channel on YouTube to explain different aspects of the creation process of Peakboard visualizations.</description><pubDate>Sun, 23 Apr 2017 00:00:00 GMT</pubDate></item><item><title>Stock Quote Add-In for Excel 2016</title><link>https://www.parago.de/blog/stock-quote-add-in-for-excel-2016/</link><guid isPermaLink="true">https://www.parago.de/blog/stock-quote-add-in-for-excel-2016/</guid><description>I have updated the popular &quot;MSN-like Stock Quotes Add-In For Excel 2013&quot; to support Excel 2016. The user defined function PSQ is exactly the same used in the previous version, but it will retrieve stock data asynchronously.</description><pubDate>Sun, 01 Jan 2017 00:00:00 GMT</pubDate></item><item><title>Peakboard -  A new way to handle Digital Signage</title><link>https://www.parago.de/blog/peakboard-a-new-way-to-handle-digital-signage/</link><guid isPermaLink="true">https://www.parago.de/blog/peakboard-a-new-way-to-handle-digital-signage/</guid><description>The Peakboard Digital Signage system is a new way to manage digital signs and display units, created with a fantastic designer tool.</description><pubDate>Fri, 07 Oct 2016 00:00:00 GMT</pubDate></item><item><title>New Video - Seamless Integration of SAP and SharePoint using ERPConnect Services</title><link>https://www.parago.de/blog/new-video-seamless-integration-of-sap-and-sharepoint/</link><guid isPermaLink="true">https://www.parago.de/blog/new-video-seamless-integration-of-sap-and-sharepoint/</guid><description>Theobald Software published a new and very nice explanatory video about the seamless integration of SAP and SharePoint using ERPConnect Services.</description><pubDate>Thu, 21 Jul 2016 00:00:00 GMT</pubDate></item><item><title>The new Xtract IS Table Join component comes with a nice Designer feature</title><link>https://www.parago.de/blog/the-new-xtract-is-table-join-component/</link><guid isPermaLink="true">https://www.parago.de/blog/the-new-xtract-is-table-join-component/</guid><description>Theobald Software released the brand new Table Join component for the Xtract IS product suite. The component is using a very nice and efficent join and criteria designer.</description><pubDate>Thu, 15 Oct 2015 00:00:00 GMT</pubDate></item><item><title>New Video - ERPConnect Services Runtime Connecting a Nintex Workflow with SAP</title><link>https://www.parago.de/blog/new-video-erpconnect-services-runtime-connecting-a-nintex-workflow-with-sap/</link><guid isPermaLink="true">https://www.parago.de/blog/new-video-erpconnect-services-runtime-connecting-a-nintex-workflow-with-sap/</guid><description>Theobald Software published a new video about how to use the ERPConnect Services Runtime to connect a Nintex Workflow with SAP.</description><pubDate>Thu, 27 Aug 2015 00:00:00 GMT</pubDate></item><item><title>New article about building an OData web service in ECS WebService Designer for SharePoint 2013 Workflow</title><link>https://www.parago.de/blog/new-article-about-building-an-odata-service-in-ecs-webservice-designer-for-sharepoint-2013-workflow/</link><guid isPermaLink="true">https://www.parago.de/blog/new-article-about-building-an-odata-service-in-ecs-webservice-designer-for-sharepoint-2013-workflow/</guid><description>A knowledge base article on building an OData web service in the ECS WebService Designer and calling it from a SharePoint 2013 workflow.</description><pubDate>Sat, 18 Apr 2015 00:00:00 GMT</pubDate></item><item><title>My new website - Made with Jekyll</title><link>https://www.parago.de/blog/my-new-jekyll-site/</link><guid isPermaLink="true">https://www.parago.de/blog/my-new-jekyll-site/</guid><description>The site moved from WordPress to Jekyll, a static site generator that fits a blog with a few posts a year.</description><pubDate>Wed, 03 Dec 2014 00:00:00 GMT</pubDate></item><item><title>New knowledge base article about how to access SAP data via ECS Core from SharePoint Online</title><link>https://www.parago.de/blog/new-knowledge-base-article-about-how-to-access-sap-data-via-ecs-core-from-sharepoint-online/</link><guid isPermaLink="true">https://www.parago.de/blog/new-knowledge-base-article-about-how-to-access-sap-data-via-ecs-core-from-sharepoint-online/</guid><description>A provider-hosted SharePoint Online app that reads SAP data through ECS Core, with single sign-on via Azure AD and ADAL.</description><pubDate>Tue, 11 Nov 2014 00:00:00 GMT</pubDate></item><item><title>New article about how to import OData-based BDC Model in SharePoint Online</title><link>https://www.parago.de/blog/new-article-about-how-to-import-odata-based-bdc-model-in-sharepoint-online/</link><guid isPermaLink="true">https://www.parago.de/blog/new-article-about-how-to-import-odata-based-bdc-model-in-sharepoint-online/</guid><description>How to create an external content type from an OData service and import the BDC model into SharePoint Online, where SharePoint Designer cannot do it.</description><pubDate>Mon, 20 Oct 2014 00:00:00 GMT</pubDate></item><item><title>New SHAREPoint Kompendium Magazin Article About ECS Web Service Designer</title><link>https://www.parago.de/blog/new-sharepoint-kompendium-magazin-article-about-ecs-web-service-designer/</link><guid isPermaLink="true">https://www.parago.de/blog/new-sharepoint-kompendium-magazin-article-about-ecs-web-service-designer/</guid><description>Magazine article in the SHAREPoint Kompendium about the ECS Web Service Designer, which designs SAP-driven web services for SharePoint without code.</description><pubDate>Wed, 09 Jul 2014 00:00:00 GMT</pubDate></item><item><title>How To Design WCF Services For SharePoint 2013 Without Writing Code Using ECS Web Service Designer</title><link>https://www.parago.de/blog/how-to-design-wcf-services-for-sharepoint-2013-without-writing-code-using-ecs-web-service-designer/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-design-wcf-services-for-sharepoint-2013-without-writing-code-using-ecs-web-service-designer/</guid><description>Theobald Software just released the ECS Web Service Designer for SharePoint 2010/2013 and ECS Core. The designer is part of the product suite ERPConnect Services, a suite which allow you the complete range of data integration between SharePoint and your SAP system.</description><pubDate>Thu, 20 Feb 2014 00:00:00 GMT</pubDate></item><item><title>How To Integrate SAP Business Data Into SharePoint 2010 Using BCS Services And BCS Connector From Theobald Software</title><link>https://www.parago.de/blog/how-to-integrate-sap-business-data-into-sharepoint-2010-using-bcs-services-and-bcs-connector-from-theobald-software/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-integrate-sap-business-data-into-sharepoint-2010-using-bcs-services-and-bcs-connector-from-theobald-software/</guid><description>I have developed a new version of the popular &quot;MSN-like Stock Quotes Add-In For Excel 2007&quot; for Excel 2013. The user defined function PSQ is exactly the same used in the previous version, but it will retrieve stock data asynchronously.</description><pubDate>Sun, 17 Mar 2013 00:00:00 GMT</pubDate></item><item><title>Stock Quote Add-In for Excel 2013</title><link>https://www.parago.de/blog/stock-quote-add-in-for-excel-2013/</link><guid isPermaLink="true">https://www.parago.de/blog/stock-quote-add-in-for-excel-2013/</guid><description>I have developed a new version of the popular &quot;MSN-like Stock Quotes Add-In For Excel 2007&quot; for Excel 2013. The user defined function PSQ is exactly the same used in the previous version, but it will retrieve stock data asynchronously.</description><pubDate>Wed, 20 Feb 2013 00:00:00 GMT</pubDate></item><item><title>Nice HTML5 demos with SAP customer and stock quantity data using ERPConnect</title><link>https://www.parago.de/blog/nice-html5-demos-with-sap-customer-and-stock-quantity-data-using-erpconnect/</link><guid isPermaLink="true">https://www.parago.de/blog/nice-html5-demos-with-sap-customer-and-stock-quantity-data-using-erpconnect/</guid><description>A couple of weeks ago I have implemeted two HTML5 demos in C# using ASP.NET MVC, Web API and jQuery. The demos are displaying SAP customer and stock quantity data. The SAP/.NET connectivity is handled by the ERPConnect library from Theobald Software.</description><pubDate>Thu, 31 Jan 2013 00:00:00 GMT</pubDate></item><item><title>Fiddler and the 401 (Unauthorized) error with ASP.NET Web API using Integrated Windows Authentication (WIA)</title><link>https://www.parago.de/blog/fiddler-and-the-401-error-with-asp-net-web-api-using-integrated-windows-authentication/</link><guid isPermaLink="true">https://www.parago.de/blog/fiddler-and-the-401-error-with-asp-net-web-api-using-integrated-windows-authentication/</guid><description>A few days ago I had a real strange problem while using HttpClient in combination with ASP.NET Web API and integrated windows authentication (IIS Express). To keep it simple, I always got a 401 (Unauthorized) error returned from the localhost website, even though I was setting up the HttpClient correctly (see screenshots) and the HttpClient was sending the authorization header (negotiate).</description><pubDate>Fri, 25 Jan 2013 00:00:00 GMT</pubDate></item><item><title>Using ERPConnect Services To Integrate SAP Business Data Into SharePoint 2010</title><link>https://www.parago.de/blog/using-erpconnect-services-to-integrate-sap-business-data-into-sharepoint-2010/</link><guid isPermaLink="true">https://www.parago.de/blog/using-erpconnect-services-to-integrate-sap-business-data-into-sharepoint-2010/</guid><description>SharePoint 2010 provides developer with the capability to integrate external data sources like SAP business data via the Business Connectivity Services (BCS) into the SharePoint system. The concept of BCS is based on entities and associated stereotyped operations. This perfectly suits for flat and simple structured data sets like SAP tables.</description><pubDate>Fri, 03 Feb 2012 00:00:00 GMT</pubDate></item><item><title>Theobald Software released ERPConnect Services for SharePoint 2010</title><link>https://www.parago.de/blog/theobald-software-released-erpconnect-services-for-sharepoint-2010/</link><guid isPermaLink="true">https://www.parago.de/blog/theobald-software-released-erpconnect-services-for-sharepoint-2010/</guid><description>Theobald Software GmbH is finally releasing an existing new product to integrate SAP business data into SharePoint 2010. ERPConnect Services is its name and consists of 3 components, which allow you the complete range of data integration between SharePoint and your SAP ERP/BW system.</description><pubDate>Wed, 30 Nov 2011 00:00:00 GMT</pubDate></item><item><title>FluentSP - The Fluent SharePoint API</title><link>https://www.parago.de/blog/fluentsp-the-fluent-sharepoint-api/</link><guid isPermaLink="true">https://www.parago.de/blog/fluentsp-the-fluent-sharepoint-api/</guid><description>Once you are doing a lot of SharePoint programming you know you often have to write lengthy pieces of code to implement simple tasks like querying SharePoint lists. Nowadays you can read a lot of fluent APIs or fluent interface. For instance, jQuery, a JavaScript library that had successfully introduced a fluent API to handle the hierarchical structure of the HTML documents.</description><pubDate>Mon, 19 Sep 2011 00:00:00 GMT</pubDate></item><item><title>ParagoServices - A SharePoint 2010 Service Application Sample</title><link>https://www.parago.de/blog/paragoservices-a-sharepoint-2010-service-application-sample/</link><guid isPermaLink="true">https://www.parago.de/blog/paragoservices-a-sharepoint-2010-service-application-sample/</guid><description>The new Service Application Architecture in SharePoint 2010 is a replacement of the Shared Service Provider (SSP) architecture known from SharePoint 2007. The framework offers greater flexibility in configuring, scaling and administrating SharePoint shared services.</description><pubDate>Wed, 14 Sep 2011 00:00:00 GMT</pubDate></item><item><title>How To Implement A Generic Template Engine For SharePoint 2010 Using DotLiquid</title><link>https://www.parago.de/blog/how-to-implement-a-generic-template-engine-for-sharepoint-2010-using-dotliquid/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-implement-a-generic-template-engine-for-sharepoint-2010-using-dotliquid/</guid><description>During the process of creating a complex SharePoint application you often need to send mails and create text files based on SharePoint data elements like SPListItem or SPWeb. Mail templates for instance mostly contain specific list item data. It would be helpful sometimes if the text generation itself is template-driven.</description><pubDate>Wed, 04 May 2011 00:00:00 GMT</pubDate></item><item><title>How To Use SharePoint 2010 Secure Store As Single Sign-On Service For SAP Applications Using ERPConnect</title><link>https://www.parago.de/blog/how-to-use-sharepoint-2010-secure-store-as-single-sign-on-service-for-sap-applications-using-erpconnect/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-use-sharepoint-2010-secure-store-as-single-sign-on-service-for-sap-applications-using-erpconnect/</guid><description>The Secure Store Service in SharePoint 2010 replaces the Single Sign-on Shared Service of MOSS 2007 and provides an easy way to map user credentials of external resources like SAP systems to Windows users. During the process of developing SAP interfaces using the very handy ERPConnect library from Theobald Software you have to open a R3 connection with the SAP system using SAP account credentials (username and password).</description><pubDate>Sat, 30 Apr 2011 00:00:00 GMT</pubDate></item><item><title>How To Export SharePoint Task List Data To PDF Using A Templating System</title><link>https://www.parago.de/blog/how-to-export-sharepoint-task-list-data-to-pdf-using-a-templating-system/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-export-sharepoint-task-list-data-to-pdf-using-a-templating-system/</guid><description>A couple of times I had the situation where I needed to export SharePoint list data into a PDF file in a customized way. I wanted to use some kind of template technology to translate SharePoint list data into a PDF file.</description><pubDate>Tue, 26 Apr 2011 00:00:00 GMT</pubDate></item><item><title>How To Implement A Modern Progress Dialog For WPF Applications</title><link>https://www.parago.de/blog/how-to-implement-a-modern-progress-dialog-for-wpf-applications/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-implement-a-modern-progress-dialog-for-wpf-applications/</guid><description>Developing a Windows Presentation Foundation (WPF) application requires sometimes to execute an asynchronous task with long-running execution steps, e.g. calling a web service. If those steps are triggered by user interactions, you want show a progress dialog to block the user interface and display detail step information.</description><pubDate>Fri, 22 Apr 2011 00:00:00 GMT</pubDate></item><item><title>How To Implement A Custom SharePoint 2010 Logging Service For ULS And Windows Event Log</title><link>https://www.parago.de/blog/how-to-implement-a-custom-sharepoint-2010-logging-service-for-uls-and-windows-event-log/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-implement-a-custom-sharepoint-2010-logging-service-for-uls-and-windows-event-log/</guid><description>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.</description><pubDate>Sun, 16 Jan 2011 00:00:00 GMT</pubDate></item><item><title>Using A Custom Authentication Provider For The SharePoint 2010 BCS Administration Object Model</title><link>https://www.parago.de/blog/using-a-custom-authentication-provider-for-the-sharepoint-2010-bcs-administration-object-model/</link><guid isPermaLink="true">https://www.parago.de/blog/using-a-custom-authentication-provider-for-the-sharepoint-2010-bcs-administration-object-model/</guid><description>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 Content Types (ECT).</description><pubDate>Mon, 15 Nov 2010 00:00:00 GMT</pubDate></item><item><title>Online Mind Mapping Tool In Silverlight</title><link>https://www.parago.de/blog/online-mind-mapping-tool-in-silverlight/</link><guid isPermaLink="true">https://www.parago.de/blog/online-mind-mapping-tool-in-silverlight/</guid><description>Last year I&apos;ve developed a prototype of an Online Mind Mapping Tool in Silverlight. Finally I&apos;ve published a still very buggy version of the tool.</description><pubDate>Tue, 02 Mar 2010 00:00:00 GMT</pubDate></item><item><title>Version 2.4 of the Validator Toolkit for ASP.NET MVC released</title><link>https://www.parago.de/blog/version-2-4-of-the-validator-toolkit-for-asp-net-mvc-released/</link><guid isPermaLink="true">https://www.parago.de/blog/version-2-4-of-the-validator-toolkit-for-asp-net-mvc-released/</guid><description>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.</description><pubDate>Sat, 02 Jan 2010 00:00:00 GMT</pubDate></item><item><title>Version 2.3 of the Validator Toolkit for ASP.NET MVC released</title><link>https://www.parago.de/blog/version-2-3-of-the-validator-toolkit-for-asp-net-mvc-released/</link><guid isPermaLink="true">https://www.parago.de/blog/version-2-3-of-the-validator-toolkit-for-asp-net-mvc-released/</guid><description>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.</description><pubDate>Thu, 10 Sep 2009 00:00:00 GMT</pubDate></item><item><title>Version 2.0 of the Validator Toolkit for ASP.NET MVC released</title><link>https://www.parago.de/blog/version-2-0-of-the-validator-toolkit-for-asp-net-mvc-released/</link><guid isPermaLink="true">https://www.parago.de/blog/version-2-0-of-the-validator-toolkit-for-asp-net-mvc-released/</guid><description>You may also want to check out the new verison 2.0 of the Validator Toolkit ASP.NET MVC on Codeplex.</description><pubDate>Wed, 03 Jun 2009 00:00:00 GMT</pubDate></item><item><title>MSDN Code Clips showing SAP R/3 data access in .NET applications</title><link>https://www.parago.de/blog/msdn-code-clips-showing-sap-r3-data-access-in-net-applications-4/</link><guid isPermaLink="true">https://www.parago.de/blog/msdn-code-clips-showing-sap-r3-data-access-in-net-applications-4/</guid><description>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.</description><pubDate>Tue, 05 May 2009 00:00:00 GMT</pubDate></item><item><title>Update - Installer for MSN-like Stock Quotes Add-In For Excel 2007 and 2010</title><link>https://www.parago.de/blog/update-installer-for-msn-like-stock-quotes-add-in-for-excel-2007/</link><guid isPermaLink="true">https://www.parago.de/blog/update-installer-for-msn-like-stock-quotes-add-in-for-excel-2007/</guid><description>I finally created a Windows-Installer for the Stock Quotes Add-In for Excel 2007 and 2010.</description><pubDate>Wed, 07 Jan 2009 00:00:00 GMT</pubDate></item><item><title>How To Implement Custom Cursors In Silverlight</title><link>https://www.parago.de/blog/how-to-implement-custom-cursors-in-silverlight/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-implement-custom-cursors-in-silverlight/</guid><description>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.</description><pubDate>Tue, 30 Dec 2008 00:00:00 GMT</pubDate></item><item><title>How To Implement MergedDictionaries For ResourceDictionary In Silverlight 2</title><link>https://www.parago.de/blog/how-to-implement-mergeddictionaries-for-resourcedictionary-in-silverlight-2/</link><guid isPermaLink="true">https://www.parago.de/blog/how-to-implement-mergeddictionaries-for-resourcedictionary-in-silverlight-2/</guid><description>I wrote a new article about MergedDictionaries for ResourceDictionary in Silverlight 2 on CodeProject.com. This article describes how to implement the MergedDictionaries feature for resource dictionaries in Silverlight.</description><pubDate>Fri, 19 Dec 2008 00:00:00 GMT</pubDate></item><item><title>LINQ to SAP</title><link>https://www.parago.de/blog/linq-to-sap/</link><guid isPermaLink="true">https://www.parago.de/blog/linq-to-sap/</guid><description>I wrote an article about LINQ to SAP at CodeProject.com, a new LINQ provider I developed for the company Theobald Software GmbH in Stuttgart, Germany. This provider allows you to easily connect to SAP/R3 systems using the LINQ technology and a Visual Studio 2008 Designer.</description><pubDate>Tue, 08 Jul 2008 00:00:00 GMT</pubDate></item><item><title>Validator Toolkit for ASP.NET MVC</title><link>https://www.parago.de/blog/validator-toolkit-for-aspnet-mvc/</link><guid isPermaLink="true">https://www.parago.de/blog/validator-toolkit-for-aspnet-mvc/</guid><description>Yesterday I started this new project on CodePlex called Validator Toolkit for ASP.NET MVC. The Validator Toolkit provides a set of validators for the new ASP.NET MVC framework to validate HTML forms on the client and server-side using validation sets.</description><pubDate>Tue, 29 Jan 2008 00:00:00 GMT</pubDate></item><item><title>ExtensionToolkit project on CodePlex</title><link>https://www.parago.de/blog/extensiontoolkit-project-on-codeplex/</link><guid isPermaLink="true">https://www.parago.de/blog/extensiontoolkit-project-on-codeplex/</guid><description>Yesterday I started this new project in order to create a nice and useful collection of extension methods for all kind of types (e.g. String class extensions).</description><pubDate>Thu, 24 Jan 2008 00:00:00 GMT</pubDate></item><item><title>Creating A MSN-like Stock Quotes Add-In For Excel 2007 Using User-Defined Functions And Ribbons</title><link>https://www.parago.de/blog/creating-a-msn-like-stock-quotes-add-in-for-excel-2007-using-user-defined-functions-and-ribbons/</link><guid isPermaLink="true">https://www.parago.de/blog/creating-a-msn-like-stock-quotes-add-in-for-excel-2007-using-user-defined-functions-and-ribbons/</guid><description>Today I wrote an article about writing a managed Excel 2007 add-in with C# and without VSTO.</description><pubDate>Sat, 25 Aug 2007 00:00:00 GMT</pubDate></item><item><title>Creating DAL components using custom ASP.NET build providers and compiler techniques</title><link>https://www.parago.de/blog/creating-dal-components-using-custom-aspnet-build-providers-and-compiler-techniques/</link><guid isPermaLink="true">https://www.parago.de/blog/creating-dal-components-using-custom-aspnet-build-providers-and-compiler-techniques/</guid><description>In September 2006 I wrote an article about build providers in ASP.NET on CodeProject.com. This article describes how to create Data Access Layer Components (DALC) using build providers and a self-defined description language, including an easy scanner, parser, and CodeDOM generator.</description><pubDate>Wed, 25 Jul 2007 00:00:00 GMT</pubDate></item><item><title>Welcome to my blog</title><link>https://www.parago.de/blog/welcome-to-my-blog/</link><guid isPermaLink="true">https://www.parago.de/blog/welcome-to-my-blog/</guid><description>Finally I started my own blog about .NET development and .NET/SAP integration. I would like to invite you to comment on the hopefully interesting articles and stuff I want to publish in the upcoming months.</description><pubDate>Tue, 24 Jul 2007 00:00:00 GMT</pubDate></item></channel></rss>