Learnings
Friday, 28 January 2011
BizTalk Envelop Schema - best explanation
›
I came across a very nice post about BizTalk Envelop Schema . Thank you Robert, Its is very well explained
Saturday, 25 September 2010
Interesting fact about Message Type in BizTalk
›
Whenever someone ask me about Message Type, without taking a second I always reply "Message Type is TargetNamespace#Root". This i...
Monday, 18 May 2009
SSIS : Multiple output rows for single input row.
›
Problem: Multiple output rows for single input row. Solution: Step 1: Its very simple, read the file using Flat file Source Step 2: Add a Sc...
Saturday, 28 February 2009
Memory managment in c#
›
Garbage Collection is the backbone of memory managment . In short, GC Consists of the following steps: The GC searches for managed objects ...
Stack Vs Heap
›
Memory Type Stack Heap Contents Value Types Objects Stack Frames Item Order LIFO Random LifeTime Scope Reference Counter Item Removal POP G...
C# Variable : Value type and Reference Type
›
In any programming language , Variables hold a very important place. While working with variables , we should keep in mind Variables are dec...
Learn C# : Boxing and unboxing
›
I was struggling to understand the concept of boxing and unboxing. ThenI came across a fantastic blog of Jeffrey Richter. http://msdn.micros...
›
Home
View web version