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
SharePoint Fixed issues when stopped SENS service
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
Now I faced this solution many times now and for many problems that I faced so I decided that I would blog about all the issues that I faced and where solvable by this same solution. The SENS service (or the System Event Notification Service) is designed...
BizTalk & Development Thoughts
ASPNET_SETREG does not care about your password–Or DOES IT
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
If you are developing an ASP.NET application and required to have the password placed in the configuration file then you have seen this condition. The thing is that usually we would want to put the password encrypted and one way that existed since ASP...
BizTalk & Development Thoughts
A Very Easy Method to Configure NLB for BAM Portal
Posted
over 2 years ago
by
Mohamed M Malek
2
Comments
There are already several standard and well documented methods for creating a NLB cluster for BAM Portal like here . The problem with all these methods is that they tend to be very complex and long. Usually you would end up missing some steps and it will...
BizTalk & Development Thoughts
Implementing Dynamic Authorization for a WCF service using SQL providers
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
Using the ASP.NET SQL membership provider to authenticate and authorize calls to WCF services is not an uncommon scenario. But the problem is in the authorization part. Usually to authorize access to WCF service methods this is done using static hard...
BizTalk & Development Thoughts
Writing an IIS 7.5 Auto Start Provider
Posted
over 2 years ago
by
Mohamed M Malek
4
Comments
In IIS 7.5 there is a new feature called the auto start provider. This feature allows you to load any custom web application resources to allow the application to provide better performance right from the first request. Usually implementing an...
BizTalk & Development Thoughts
Reading item attachments programmatically (SPFile.OpenBinary Exception)
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
This is a small issue that I faced the other day and wasted several hours of my time. The scenario is rather simple. You have a list item and you already have an attachment to this item. What you want to do is to read this item attachment in a workflow...
BizTalk & Development Thoughts
Installing BizTalk 2006 R2 on a Windows 2008 R2 Server With .NET 4.0 installed
Posted
over 2 years ago
by
Mohamed M Malek
1
Comments
Today I had for specific reasons to install the older BizTalk 2006 R2 on a Windows 2008 R2 server. Now although this leads to an unsupported scenario; it is still valid for development environments (as in the case I encountered). Another issue that complicated...
BizTalk & Development Thoughts
SharePoint 2010 User Profile Service: Part 4 Configure UPS Synchronization Sources
Posted
over 2 years ago
by
Mohamed M Malek
3
Comments
In the previous post I showed you how to deploy the BCS model for the Employee WCF service. In this post we will continue our scenario by adding the synchronization sources for the AD and the BCS WCF service. Add the Employee IDs to the AD profile This...
BizTalk & Development Thoughts
SharePoint 2010 User Profiles Service: Part 3 Adding WCF BCS Model
Posted
over 2 years ago
by
Mohamed M Malek
0
Comments
In the previous post I described the exact scenario I am trying to implement and detailed how to create the WCF service and deploy it. In this post I will continue by describing how can we prepare this WCF to be consumed from the User Profiles Synchronization...
BizTalk & Development Thoughts
SharePoint 2010 User Profile Service: Part 2 Developing the WCF service
Posted
over 2 years ago
by
Mohamed M Malek
1
Comments
In this post I will start talking about using the UPS and how we can use that to connect to two sources of user profiles data. Please refer to the previous post on how to configure the UPS. The Scenario So lets first describe the scenario at hand. We...
BizTalk & Development Thoughts
SharePoint Servers Time-zone
Posted
over 3 years ago
by
Mohamed M Malek
1
Comments
This is a small note. Please make sure that all servers belonging to the same farm are actually on the same time-zone. I had a very strange issue where performing any actions on a farm server would not be executed (as far as I saw it initially). I...
BizTalk & Development Thoughts
SharePoint 2010 User Profile Service: Part 1a Configuration
Posted
over 3 years ago
by
Mohamed M Malek
2
Comments
I wanted to write a series about how to get SharePoint 2010 user profiles service and synchronization scenario working. So this is the first post of this series and I will talk about the configuration alternatives of the user profiles service. The user...
BizTalk & Development Thoughts
Using a custom user profile property for people search results scopes
Posted
over 3 years ago
by
Mohamed M Malek
0
Comments
The scenario is simple; what have configured people search and allowed that to search using a custom metadata property that is being populated into the user profiles from an external system like a BCS system. For this post I assume that the user profiles...
BizTalk & Development Thoughts
SharePoint 2010 People Search using Metadata
Posted
over 3 years ago
by
Mohamed M Malek
0
Comments
The scenario is simple; what you want is to configure people search and allow that to search using a custom metadata property that is being populated into the user profiles from an external system like a BCS system. I will dedicate several posts for configuring...
BizTalk & Development Thoughts
Configuring WCF connection timeout for BCS
Posted
over 3 years ago
by
Mohamed M Malek
0
Comments
The scenario is that you have configured a BCS system connecting to a WCF service. Now this service is not connecting to a reliable system and you have a failover node for it. But since BCS by default will keep waiting for the service to respond you will...
BizTalk & Development Thoughts
NEVER, AGAIN NEVER use a FQDN for the SharePoint 2010 SQL server name
Posted
over 3 years ago
by
Mohamed M Malek
1
Comments
I really cannot stress enough on this. Really do not do this; you will save yourself TONS of problems. You see I built a VM as a development VM for a project and when I was configuring SharePoint I said let me put the FQDN for the SQL server which was...
BizTalk & Development Thoughts
Finally Editing a ListViewWebPart View
Posted
over 3 years ago
by
Mohamed M Malek
1
Comments
Finally I was able to edit a newly added ListViewWebPart view by code. I know there is a lot of blogs talking about this topic but I did not find one that is complete with all the bits and pieces so when I managed to do it I decided I have to put the...
BizTalk & Development Thoughts
BizTalk Server 2010 Training - NOW AVAILABLE!
Posted
over 3 years ago
by
Mohamed M Malek
1
Comments
Great news all. Recently we have just released the BizTalk Server 2010 training kit (that includes labs and training videos) to help you learn about the new features of BizTalk Server 2010 can now be downloaded here . This is a free training kit. These...
BizTalk & Development Thoughts
Booting from a VHD GOTCHAS
Posted
over 3 years ago
by
Mohamed M Malek
4
Comments
So I wanted to convert my virtual machine into a native boot, how hard can that be? Well because I am so lucky (maybe not!) I faced and done all the wrong steps and took all the bad turns. In this post I will concentrate more on the bad things I made...
BizTalk & Development Thoughts
Custom SharePoint Site Definition with Discussion list view
Posted
over 3 years ago
by
Mohamed M Malek
4
Comments
I have been trying to develop a new custom SharePoint site definition on SharePoint 2007 that would put a discussion list view web part on the home page of the created site. Now everything seemed to be working fine and list view was added to the home...
BizTalk & Development Thoughts
SharePoint Survey List Webpart
Posted
over 3 years ago
by
Mohamed M Malek
0
Comments
Hi SharePoint Developers, This is my first blog post and I am very excited about sharing my experience with you. So let’s just dive into it. I wanted to present to you a solution that I think was interesting; I had an issue in a project...
Page 2 of 2 (46 items)
1
2