Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
Browse by Tags
Media
Get this RSS feed
Home
Tags
BizTalk 2009
Continuous Integration
Deployment
Unit Tests
Tagged Content List
Blog Post:
Running PowerShell AppFabric cmdlets in MSBuild on x64
Anonymous
We have a simple PS script to switch Auto-Start on for WCF services running under AppFabric 1.1: Import-Module ApplicationServer Set-ASApplication -SiteName "Default Web Site" -VirtualPath "/x.y.z" -AutoStartMode "All" -EnableApplicationPool Runs fine, unless you are running...
on
Wed, Aug 8 2012
Blog Post:
BizTalk Solution Analyser
Anonymous
For a while I’ve been working on an idea and whitepaper around analyzing source code to measure the size and complexity. There are some tools around which can do this but my differentiator is that I was interested in BizTalk projects and wanted to look at how these could be measured. Note however this...
on
Sat, Dec 10 2011
Blog Post:
End-to-end WCF code coverage with PowerShell
Anonymous
I'm a big fan of automated testing which actually proves something. Unit tests may prove all the components in a solution work independently, but that doesn't mean you have a working solution. Integration tests give you confidence in the whole solution, but the cost of having a test suite with...
on
Fri, Oct 14 2011
Blog Post:
Resolving an obscure BizTalk 2010 build issue
Syndicated BizTalk Author
I recently started work on upgrading a BizTalk 2006 R2 application to BizTalk 2010. I upgraded the solution to VS 2010, deployed the application to my local BizTalk and verified everything was working. The next step was to start work on automating the build and deployment process. A perfect opportunity...
on
Wed, Aug 10 2011
Blog Post:
Using MSBuild 4.0 web.config Transformation to Generate Any Config File
Anonymous
[Source: http://geekswithblogs.net/EltonStoneman ] Web.config transformation is a simple and powerful inclusion in .NET 4.0 for generating configuration files for different environments. It's a templated match-and replace, and you can put together a homegrown alternative with T4 and some scripting...
on
Fri, Aug 20 2010
Blog Post:
Checking if BizTalk binding file is up-to date during deployment
Anonymous
As all of you know the number one time consuming task in BizTalk is deployment. How many times have you worked your way through the steps below (and even more interesting – how much time have you spent on them …) Build Create application Deploy schemas Deploy transformations Deploy orchestration...
on
Fri, Dec 11 2009
Blog Post:
Configuration Manager - New Release
Anonymous
Ive just released a new version of the configuration manager tool which I used in the BizTalk Light and Easy viewing video. This tool is used to help you manage the different settings needed for binding and configuration files across different environments and allows you to connect this with your build...
on
Fri, Aug 14 2009
File:
Setting Up Continuous Integration, Unit Tests, and MSI Creation in BizTalk 2009 Sample Code
Stephen W. Thomas
This sample code outlines how to set up Continuous Integration, Automated Unit Tests, and to create an MSI Package using Team Foundation Server 2008 (TFS) with BizTalk Server 2009. At a high level, this is what is happening in the end to end process. A file is updated and checked in -> A build is...
on
Wed, Apr 15 2009
File:
Building and Deploying BizTalk Solutions with MSBuild
Stephen W. Thomas
This sample shows how to use MSBuild (available with Visual Studio 2005) to build, deploy, and undeploy a BizTalk 2006 Solution. This sample does not use an MSI or a binding file and build, binds, and deploys all BizTalk and .Net code using MSBuild Tasks. This sample uses the custom tasks developed by...
on
Mon, Aug 7 2006
Page 1 of 3 (75 items)
1
2
3