24 February 2012 23:51
I’m saving this! For developers who have signed up for Visual Studio Achievements on Channel 9, not bragging or anything but I’m now #1!!!! (at the time of writing 24 February 2012) – out of nearly 23,000, that’s not bad. For developers who haven’t signed up, with Visual Studio Achievements Extensi...
[More]
187cd72c-b800-49a2-b64f-5ec9d354ec8d|0|.0
12 February 2012 12:12
BizTalk 2010 contains a set of WCF Adapters allowing further extensibility to communicate with WCF based applications. The BizTalk WCF adapters are:
WCF-WSHttp adapter Provides the WS-* standards support over the HTTP transport. The WCF-WSHttp adapter implements the following specifications: WS-T...
[More]
3657cd8f-2799-4e80-b96c-b7b3595fb0c7|0|.0
28 January 2012 12:49
Not sure what happened but when creating new projects, Visual Studio stopped prompting me for the folder location and as a result all projects were being saved in the default project location. This can be resolved by navigating to Tools > Options. In the Options dialog expand ‘Projects and Solut...
[More]
ba76b685-3567-4ef7-85e5-6454289f4808|0|.0
22 January 2012 11:34
When browsing a WCF service hosted in IIS I received the following error: The protocol 'net.tcp' does not have an implementation of HostedTransportConfiguration type registered. Description: An unhandled exception occurred during the execution of the current web request. Please review...
[More]
c91ead9b-bc97-4a74-923c-1b34e077a703|0|.0
21 January 2012 21:54
After using the BizTalk WCF Service Publishing Wizard to publish a metadata only endpoint (in my case to expose a net.tcp endpoint), I received the following error when browsing the published service through IIS: Root element is missing. Description: An unhandled exception occurred du...
[More]
8877cb2e-0680-4c4c-a6b3-d0e7d89d8eed|0|.0
17 December 2011 12:36
Microsoft have released an update to AppFabric 1.0 for Windows Server. AppFabric 1.1 is available to download here. AppFabric 1.1 contains several improvements to the original Windows Server AppFabric 1.0 release. This release provides an upgrade path from Windows Server AppFabric 1.0, but it can ...
[More]
08163d4d-b4e1-406c-85eb-083246ee8a24|0|.0
10 December 2011 20:22
After nine months of silence from the BizTalk team, we now know why. The BizTalk folks are busy developing the next version of BizTalk, BizTalk Server 2010 R2. The release date is currently scheduled approximately six months following the release of Windows Server 8, which at the time of writing is ...
[More]
013bb523-4ae5-430b-a24b-69d7ef08eb7d|0|.0
06 December 2011 21:35
A LINQ query is a generic IEnumerable object of the collection selected. This query object can retrieve data but is not a populated sequence. LINQ doesn’t access the source data until the query object works with the results. This is called lazy or deferred execution. IEnumerable interface only has ...
[More]
c309229c-af6f-4e6c-a7ca-c2ddc842407f|0|.0
04 December 2011 21:09
As promised by the BizTalk team, the next quarterly cumulative update, Cumulative update package 3 for BizTalk Server 2010, has been released. Interesting this time there isn’t a separate Cumulative update package 3 for BizTalk Adapter Pack 2010. Hotfixes that are included in cumulative update pack...
[More]
bfaa15ed-e423-4f9e-81b5-9c971a2702f9|0|.0
04 December 2011 16:55
Projecting data into anonymous types is useful as you don’t need to define concrete types. This is fine if the data is dealt with locally, but if the data was being returned from a business entity, the results should be projected and returned as a concrete type. This blog post demonstrates how anon...
[More]
cacd79ff-3efe-4cb8-bdeb-5d001b9cd6bb|0|.0