.Net 4.0 is cool

Since I wasn’t doing a lot of .Net development and when I did it was for developing pipeline components, mapper helpers or other stuff the whole .Net language improvements didn’t got my attention.

Since I’m doing some adjustments to the BizUnit steps to enable BizTalk testing I was able to use some new .Net features. I’m probably to last to join the club, but from now on my code has this style;

// create new entity and assign the instance variable Name the value ‘TestOrch’
var inputTestCase = new TestCase() { Name = "TestOrch" };

 

Comments

Popular posts from this blog

Azure implementation guidelines

UK Connected Systems User Group – BizTalk Services questions

Setting up a build server with the BizTalk Deployment Framework