Blogs

Tagged Content List
  • Blog Post: Creating Service Agents with WCF

    What I mean by Service Agent As more often than not it is difficult to find a commonly accepted term for a given pattern in SOA I have to specify what I actually mean by service agent. So here’s my definition: In SOA a service agent is a thin component, put in front of a service, which provides...
  • Blog Post: Load and Execute for the SharePoint [2010|2013] Client Object Model

    Since I am very lazy programmer I always think about shortening things a little bit. Instead of writing things like all the time, its worth having a look on the signature of th Load method: It turns out that I … Continue reading →
  • Blog Post: Creating a SharePoint 2013 Provider Hosted on-prem App

    Prerequisites First of all a on-prem development environment has to be created. I used the How to: Set up an on-premises development environment for apps for SharePoint found in MSDN. High Trust App In order to create an on-prem app, … Continue reading →
  • Blog Post: Windows Store-apps: WinRT XAML vs. Silverlight XAML

    This post is part of a series about creating Windows Store-apps with XAML and C#. Find the Content of the series here: Windows Store-apps with XAML and C# blog-series Last weekend I’ve finished the XAML-chapter of my upcoming book about developing Windows Store-apps with XAML and C#. I want to share...
  • Blog Post: Windows Store-apps with XAML and C# – blog series

    Since yesterday evening Winodws 8 RTM is out for developers. This blogpost is the start of a blog-series about developing Windows Store-apps with XAML and C#. The series consists of some informational and some “how-to” posts: XAML in Windows Store-apps Understanding Modern UI, WinRT and .NET (for Windows...
  • Blog Post: Minimales Exception Handling in WebParts

    Aus aktuellem Anlass war ich wieder einmal mit 2 weniger guten Strategien bei der Entwicklung von WebParts konfontiert: Leere Catch Blöcke: Absolutes No-Go: Nimmt jedem (Developer, User) auch nur die geringste Möglichkeit etwas zu unternehmen ohne den ...read more
  • Blog Post: List Deployment mit Content Types, Lookup Fields ohne Coding

    Lookup Felder in Listen und Dokumentenbibliotheken sind ein oft verwendetes Mittel in SharePoint. Diese stellen ein probates Mittel dar um eine zentral gewartete Liste mit Metadaten mehrfach in SubWebs zu verwenden. Obwohl sich die Situation beim Deployment ...read more
  • Blog Post: Build applications for Windows 8

    Yesterday morning Microsoft launched Windows 8 at the BUILD-conference in Anaheim. Windows 8 has a completely new tile- and touch-based UI with the Metro-Style we already know from Windows Phone 7. For us as Developers the big question was how to develop applications for Windows 8. Microsoft already...
  • Blog Post: ASP.NET MVC: Bilder mit CKEditor hochladen

    Als erstes: Besten Dank an Björn , der mir mit seinem Blogbeitrag auf die Sprünge geholfen hat. Hier nochmals eine Erläuterung: An der Stelle, wo der CKEditor eingebunden wird, folgende Codezeilen hinzufügen 1: <script type= "text/javascript" > 2: window.onload = function () { ...
Page 1 of 4 (100 items) 1234