• Writing a custom HostApps ESB adapter provider to integrate ESB toolkit with a Mainframe

    Adapter provider framework is how the ESB toolkit configures the off-ramps to send requests using dynamic send ports. An adapter provider is an implementation of the base abstract class BaseAdapterProvider . The adapter provider is simply a component...
  • AutoSPInstaller for beginners

    I love to write blog posts for beginners. Maybe because, I always feel happy and energized when I stumble upon a helpful blog post when I am learning a new subject. In this post, I will introduce you to AutoSPInstaller ( http://autospinstaller.codeplex...
  • Configuring SharePoint 2013 Search Topology

    Introduction When creating the Search Service application , a default topology will be built automatically where all Search components are assigned to the server which is running the Central Administration, in multi servers farm scenario you need to...
  • Getting Error: This Setup Requires Internet Information Server 5.1 or higher and Windows XP and higher when installing setup project on windows server 2008 and IIS 7

    Introduction: I was getting the error: This Setup Requires Internet Information Server 5.1 or higher and Windows XP and higher when I was trying to install a setup project on windows server 2008 with IIS 7.0. After 1 hour of searching, I discovered there...
  • How to Query Custom View in Event Viewer using C# Code

    Introduction: I want to talk about how to filter events from the custom views in windows event viewer; that will give you more ability to drill down and give you more advance filtration options using C# Code. Below is an example how to use the same custom...