Sign in
BizTalk & Development Thoughts
This is a blog about my experience with development specially for BizTalk ...
Visitor Globe
Large Visitor Globe
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ADFS
ASP.NET
Azure
BizTalk
Exchange Online
Host Integration Server
Hyper-V
iSCSI target
Office 365
SharePoint
SharePoint 2013
SQL Server
Visual Studio
WCF
WIF
Archive
Archives
April 2013
(2)
February 2013
(3)
September 2012
(1)
August 2012
(2)
May 2012
(1)
April 2012
(4)
March 2012
(1)
December 2011
(3)
November 2011
(4)
October 2011
(2)
September 2011
(2)
June 2011
(1)
May 2011
(4)
February 2011
(5)
December 2010
(5)
October 2010
(3)
September 2010
(3)
MSDN Blogs
>
BizTalk & Development Thoughts
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
BizTalk & Development Thoughts
Securing Dynamic Data ASP.NET SQL Azure Published Web Site with ACS and Facebook as an Identity Provider
Posted
23 days ago
by
Mohamed M Malek
0
Comments
The Scenario I wanted to implement an Azure web site that is using the Azure Access Control Service and integrates with an external identity provider to authenticate and authorize users. At first I thought of using Windows Live ID but it has a problem...
BizTalk & Development Thoughts
SharePoint Group Calendar, Adding default users
Posted
1 month ago
by
Mohamed M Malek
0
Comments
The Problem One feature of SharePoint is to create a calendar and make it a group calendar. This allows the user to see the schedule of list of people at the same time on the same view as per the image below. To configure the Calendar as a group Calendar...
BizTalk & Development Thoughts
A Small trick: How to extract a BizTalk BAM definition from an Excel sheet without installing Excel client
Posted
2 months ago
by
Mohamed M Malek
0
Comments
This is a small trick that I have been doing for sometime now and wanted to share. The scenario is that you have prepared the BizTalk BAM definition and you ready to deploy it to the production environment, you run the bm.exe command and you see the situation;...
BizTalk & Development Thoughts
How to configure SQL Database mail so send emails using Office 365 (Exchange Online): A walkthrough
Posted
2 months ago
by
Mohamed M Malek
1
Comments
Introduction SQL Server has a feature called database mail. This feature allows the database server to send emails to any external entity using SMTP server. The problem happens if you have installed an on-premise SQL server and an online (Office 365)...
BizTalk & Development Thoughts
SharePoint Provider Hosted App Walkthrough: Part 1 Preparation
Posted
2 months ago
by
Mohamed M Malek
0
Comments
SharePoint and office development model is changing to a new App model. This is the new development model for SharePoint. In this blog series I will walk you through creating a provider hosted SharePoint App that is hosted in an App part. This will show...
BizTalk & Development Thoughts
Create a password dialog for Visual Studio deployment project
Posted
7 months ago
by
Mohamed M Malek
0
Comments
Introduction Most of us have worked with Visual Studio deployment projects to create setup projects for components we developed. In many cases we used the custom user interface dialogs that come with Visual Studio to take extra parameters...
BizTalk & Development Thoughts
Hyper-V Physical to virtual: Moving a natively booted VHD to be a real virtual machine
Posted
9 months ago
by
Mohamed M Malek
2
Comments
Introduction I had a requirement to migrate an existing native boot Windows Server 2008 R2 machine that was booting from an attached VHD on a physical machine to be a virtual machine in Hyper-V. The problem is that this machine had multiple boots and...
BizTalk & Development Thoughts
ADFS 2.0 Client Certificate Authentication using test certificates
Posted
9 months ago
by
Mohamed M Malek
0
Comments
Introduction I was developing a WCF based solution that required services to be authenticated using ADFS 2.0. The requirement was that the clients will be using client based certificates to authenticate to services. If you have a complete AD CS solution...
BizTalk & Development Thoughts
HIS hidden gem: Disable BiDi reversal
Posted
11 months ago
by
Mohamed M Malek
0
Comments
Recently I was working on a very complex integration project using BizTalk Server 2010 stack. This project involved integrating with legacy IBM mainframe system. The integration involved working with BizTalk Adapter for Host Applications to call Mainframe...
BizTalk & Development Thoughts
Solved: Moving SharePoint 2010 Designer Workflows between Sites
Posted
over 1 year ago
by
Mohamed M Malek
4
Comments
In man occasions you would be faced by the need to move workflows you developed using SharePoint designer from one site to another. This might be the case if for example you developed and tested the workflow on a testing environment and now wants to move...
BizTalk & Development Thoughts
Creating an Active/Active SQL Cluster using Hyper-V: Part3 the Active/Active Configuration
Posted
over 1 year ago
by
Mohamed M Malek
2
Comments
In part 1 of this series I showed you how to configure the virtual storage required for the cluster. In part 2 of this series I showed you how to configure two SQL instances on the created windows cluster. In this part I will show you how to configure...
BizTalk & Development Thoughts
Creating an Active/Active SQL Cluster using Hyper-V: Part2 the Clustered Instances
Posted
over 1 year ago
by
Mohamed M Malek
2
Comments
In part 1 of this series I showed you how to configure the virtual storage required for the cluster. In this part I will show you how to create the SQL cluster as an Active/Passive cluster and in the next part I will show how to convert it to an Active...
BizTalk & Development Thoughts
Creating an Active/Active SQL Cluster using Hyper-V: Part1 Virtualized Storage
Posted
over 1 year ago
by
Mohamed M Malek
2
Comments
Introduction In this series of posts I will walk you through the processes of creating an Active/Active SQL server cluster using Hyper-V and Microsoft iSCSI target software for virtualized SAN. The target is to create first a storage server hosted on...
BizTalk & Development Thoughts
Solved: How to move a Hyper-V virtual machine without Exporting it first
Posted
over 1 year ago
by
Mohamed M Malek
5
Comments
So you have created many virtual machines in Hyper-V manager and suddenly you want to move one of them in a new HDD or just rename the folder holding it, you will find that this is not a trivial task! Hyper-V management service holds an open handle to...
BizTalk & Development Thoughts
My Hello Azure Service Bus WCF Service–Step by step guide
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
This is the first post in a series to take you through my learning experience to using the Windows Azure service bus. The Service Bus is a concrete implementation of the service bus pattern designed to operate at Internet scope within highly-scalable...
BizTalk & Development Thoughts
Implementing a message pass-through WCF Behaviour (Router WCF service)
Posted
over 2 years ago
by
Mohamed M Malek
2
Comments
I recently came across a requirement to implement a Windows Communication Service that acts as a message router across several other WCF backend services. This router service main functionality is to encapsulate the backend services and also to add automatic...
BizTalk & Development Thoughts
Streamed XPath Extraction using hidden BizTalk class XPathReader
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
Usually when writing custom BizTalk pipeline components you find yourself wanting to extract specific values from the message passed using Xpath statements. You can do this either by XPathDocument or XDocument, but this solution would require loading...
BizTalk & Development Thoughts
BizTalk ESB: Step by Step Walkthrough Creating a Custom Orchestration Service
Posted
over 2 years ago
by
Mohamed M Malek
1
Comments
Introduction The BizTalk ESB toolkit is an implementation of an enterprise service bus messaging standard. It allows for separation between message content, processes implementation, and process configuration. This is using what is called ESB itineraries...
BizTalk & Development Thoughts
Extracting BizTalk Messages Content using XPath in Custom Pipeline Components
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
Introduction You find yourself writing custom pipeline components in nearly all BizTalk related projects. So this is a common activity. And usually it will mean eventually you will need to extract data from the message coming on the wire using XPath statements...
BizTalk & Development Thoughts
BAM portal customization (Websites customization)
Posted
over 2 years ago
by
Mohamed M Malek
4
Comments
Introduction Although the requirement I had was to add a custom page and customize the BizTalk BAM portal; this post actually applies to any web application that is using the compiled web site template. The BAM portal is the business analysis and monitoring...
BizTalk & Development Thoughts
ESB 2.1 Portal minimal access configuration (Kerberos)
Posted
over 2 years ago
by
Mohamed M Malek
1
Comments
This post will detail how to configure the ESB management portal on a multi-machine environment with minimal access configuration in mind. The environment consists of mainly three server roles: 1. An active directory...
BizTalk & Development Thoughts
Linking ListViewWebParts in Sandbox environments
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
Problem Statement You have a requirement to display two list view web parts of two SharePoint lists. These two lists are linked together using a multi-valued lookup field in one of them. So for example you have a list called Companies and another called...
BizTalk & Development Thoughts
NullReferenceException when trying to get the AdapterReceiveCompleteTime property
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
So you are implementing a custom BizTalk tracking solution using the BAM APIs. In this solution you need to track when the message arrives at the receive port exactly and even before the receive pipeline starts to execute. so simple right you just end...
BizTalk & Development Thoughts
Customizing the fields on the User Information Page
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
SharePoint has a built in functionality to display the user information for any user that has a user profile imported using the user profiles service application. This page can be reached on the following URL: /_layouts/userdisp.aspx">/_layouts...
BizTalk & Development Thoughts
A ListDefinition with custom forms
Posted
over 2 years ago
by
Mohamed M Malek
1
Comments
Writing a custom ListDefinition is something all SharePoint developers phase more than once in a development lifecycle. With the new enhancements to the development tools for SharePoint 2010 it became actually easier to do so. But the tricky part is how...
Page 1 of 2 (46 items)
1
2