andrea1979

Stories submitted by andrea1979

Functoid Category, behaviors and restrictions(developersingravy.com)

submitted by andrea1979andrea1979(55) 2 years, 6 months ago

So I recently helped out a friend with a problem with a custom functoid. Turns out he couldn't link the output of the functoid to a string concatinate functoid despite the fact that it returned a string. Very frustrating indeed. Infact when I started viewing the code I started to share his frustration since I couldn't see anything wrong with it and it really didn't do any rocket science stuff. read more...

add a comment |category: |Views: 2

tags: another

Beware, BizTalk creates zombies!(developersingravy.com)

submitted by andrea1979andrea1979(55) 2 years, 7 months ago

I have been working a couple of days with a resequencer orchestration. For those of you that doesn't know what I'm talking about; the resequencer pattern deals with putting a sequence in correct order. That is if i send the messages 2, 1, 3 the resequencer patterns job is to send them in the correct order, that is 1, 2, 3. read more...

add a comment |category: |Views: 16

tags: another

F#, Functions, Values and some examples(developersingravy.com)

submitted by andrea1979andrea1979(55) 3 years ago

F# is a new functional programming language from Microsoft. With F# you can do some tasks in your applications with the benefits that functional languages give you. read more...

add a comment |category: |Views: 9

tags: another

BizTalk MCTS certificate(developersingravy.com)

submitted by andrea1979andrea1979(55) 3 years, 3 months ago

Thoughts about certificats read more...

add a comment |category: |Views: 12

tags: another

Annoying error while developing orchestrations(developersingravy.com)

submitted by andrea1979andrea1979(55) 3 years, 5 months ago

how to fix a really annoying bug in Visual Studio read more...

add a comment |category: |Views: 5

tags: another

Are all .NET developers going to be BizTalk developers(developersingravy.com)

submitted by andrea1979andrea1979(55) 3 years, 6 months ago

Some thoughts about OSLO and DUBLIN's resemblance to BizTalk read more...

add a comment |category: |Views: 10

tags: another

Encryption of connection strings in .NET and official kick off for the(developersingravy.com)

submitted by andrea1979andrea1979(55) 3 years, 7 months ago

Encryption of connection strings in .NET read more...

add a comment |category: |Views: 15

tags: another