﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Most recent blog entries</title>
    <description>Blog</description>
    <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>admin@dotnetrobert.com</managingEditor>
    <webMaster>admin@dotnetrobert.com</webMaster>
    <pubDate>Thu, 20 Nov 2008 18:16:05 GMT</pubDate>
    <lastBuildDate>Thu, 20 Nov 2008 18:16:05 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.2.0.29758</generator>
    <item>
      <title>Biztalk Interview Questions</title>
      <description>&lt;p&gt; &lt;/p&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-6963172099500401";
/* DotNetRobert Rectangle */
google_ad_slot = "1145619952";
google_ad_width = 336;
google_ad_height = 280;
//--&gt;
&lt;/script&gt;&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;p&gt;1. How do you call a Non-Serializable .Net helper class inside an Expression Shape?&lt;br /&gt;
2. What is BizTalk?&lt;br /&gt;
3. How do you use Auto Mapping in the BizTalk 2004 mapper? &lt;br /&gt;
4. What if the class is Serializable?&lt;br /&gt;
5. What does the Value Mapping Functoid do?&lt;br /&gt;
6. What is the default mapping for Auto Mapping?&lt;br /&gt;
7. What is a Message Type (i.e. BTS.MessageType) and how is it used in BizTalk? &lt;br /&gt;
8. Can an Envelope schema consist of more than one schema type? &lt;br /&gt;
9. What is the difference between a Document Schema and a Property Schema?&lt;br /&gt;
10. Enumerate the new functoids added BizTalk 2006?&lt;br /&gt;
11. Does BizTalk 2004/2006 support Synchronous communication? &lt;br /&gt;
12. How does one enable subscriptions in BizTalk? &lt;br /&gt;
13. What is the difference between static, dynamic and direct binding? &lt;br /&gt;
14. What are un-typed messages, how does one create them? &lt;br /&gt;
15. In Biztalk, what does a message type consist of?&lt;br /&gt;
16. In which scenarios would use a "promoted property" vs "distinguished fields"? &lt;br /&gt;
17. What is property promotion, why is it required?&lt;br /&gt;
18. Can multiple messages be processed or batched without an envelope schema? &lt;br /&gt;
19. Can a flat file message be processing without a pipeline?&lt;br /&gt;
20. What is the difference between a Distinguished field and a Promoted Property?&lt;br /&gt;
21. How do you achieve First-In-First-Out message processing of messages received from multiple sources using an Orchestration?&lt;br /&gt;
22. At high level, what do Receive Ports and Orchestration Send Port really do in terms of messaging?  What about Send Ports and Orchestration Receive Ports?&lt;br /&gt;
23. When working with Schemas, Maps, Pipelines, and Orchestrations how should the projects be structured?&lt;br /&gt;
24. What is direct binding?&lt;br /&gt;
25. What are Persistence Points and what causes them?&lt;br /&gt;
26. What is the Rules Engine?&lt;br /&gt;
27. What is BAM used for?&lt;br /&gt;
28. What group does a user need to belong to in order to submit messages to the message box?&lt;br /&gt;
29. When installing Biztalk in a multi-server configuration with a remote SQL and Analysis Services, what SQL components do you need on the Biztalk  Server?&lt;br /&gt;
30. What user rights to you need to perform most actions in HAT?&lt;br /&gt;
31. When installing Biztalk and SQL on a Windows XP SP2 Desktop, what pre-requests are required?&lt;br /&gt;
32. What is the main difference between a Long-Running transaction and an Atomic Transaction in BizTalk context? &lt;br /&gt;
33. Does BizTalk automatically compensate a unsuccessful transaction? &lt;br /&gt;
34. Is it possible to share variables across two branches in a Parallel shape&lt;br /&gt;
35. How does one enable Correlations in BizTalk? &lt;br /&gt;
36. Is it possible to have a exception block for an Atomic scope? if not why? &lt;br /&gt;
37. What is the difference between an Exception block and a Compensation block? is it the equivalent of try-catch-finally? &lt;br /&gt;
38. When do we need set the property "Synchronized" = true for a scope? &lt;br /&gt;
39. Is it necessary for all .NET components being called from an Orchestration be Serializable? &lt;br /&gt;
40. Can an orchestration Start without an Activatable receive? &lt;br /&gt;
41. What is the purpose of the property "Activate" in a Receive shape?&lt;br /&gt;
42. Does BizTalk Orchestrations support recursion? &lt;br /&gt;
43. What is the difference between a "Message Assignment" shape and an "Expression" shape? &lt;br /&gt;
44. When you use Call Orchestration shape vs Start Orchestration shape? &lt;br /&gt;
45. What is the difference between a delay shape vs a listen shape?&lt;br /&gt;
46. How do you prevent occuring of zombies in a Parallel Convoy? &lt;br /&gt;
47. Enumerate the steps required to deploy an BizTalk solution from one machine to another machine. &lt;br /&gt;
48. List out the three important things to consider while designing a BizTalk orchestration! &lt;br /&gt;
49. In an Orchestration design, Orchestration "A" calls another Orchestration "B", and vice versa. Is it possible to implement this design? &lt;br /&gt;
50.  Can we get messages to Orchestration without using schema? &lt;br /&gt;
51. How to version your schema? &lt;br /&gt;
52. How to transfer files without using Orchestration? &lt;br /&gt;
53. What is Message routing and Content routing?&lt;br /&gt;
54. What are Host and Host Instance? Did you deploy BizTalk more than one machine? &lt;br /&gt;
55. On which level you have worked in BizTalk development 1-Orchestration, 2-Ports &amp; Adapters? &lt;br /&gt;
56. How and why you have to use Active Directory in BizTalk development? &lt;br /&gt;
57. How did you connect InfoPath with WebServices? &lt;br /&gt;
58. In BizTalk development where and how you have to use custom developed .NET components? &lt;br /&gt;
59. Where and how did you use WebServices in Orchestration? &lt;br /&gt;
60. What is difference between Promoted property and distinguished property? &lt;br /&gt;
61. How to use custom developed adapters? &lt;br /&gt;
62. What is convoy and correlation sets? &lt;br /&gt;
63. How to create dynamic ports? &lt;br /&gt;
64. How to put data using SQL Adapter? &lt;br /&gt;
65. Source schema has nodes First Name, Last Name and destination schema has node Name. How we can get data at destination so that we can have two instance of Name (without using orchestration). &lt;br /&gt;
66. What is Bindin files? &lt;br /&gt;
67. What is Host and Host Instance? Did u deploy BizTalk on more than one machine? &lt;br /&gt;
68. Did You work BAS and Share Point Services? What the types of Share Point Services Setup? &lt;br /&gt;
69. What are the different ways BizTalk can be integrated with SAP? &lt;br /&gt;
70. In a BizTalk project how to consume an external web service? &lt;br /&gt;
71. What is BAM? &lt;br /&gt;
72. What is BAS? &lt;br /&gt;
73. What are adapters? What do we need it? &lt;br /&gt;
74. How to debug an Orchestration? &lt;br /&gt;
75. In the Orchestration what is the difference between Exception and Compensation? Give an example of its usage scenario. &lt;br /&gt;
76. Can we do messaging in BizTalk without Orchestration? If yes how? &lt;br /&gt;
77. What is a Convoy? Why do we need it? Give usage scenario for each Convoy. &lt;br /&gt;
78. Explain the Publisher - Subscriber of BizTalk &lt;br /&gt;
79. What is a Message Box? &lt;br /&gt;
80. What is the difference between MSMQ and MSMQT? Why do we need MSMQT? &lt;br /&gt;
81. What are the security groups created by BizTalk? &lt;br /&gt;
82. What is the difference between distinguished fields and Property fields? Give an example with usage scenarios for each. &lt;br /&gt;
83. What is a MessageType? &lt;br /&gt;
84. What is correlation? Why do we need it? &lt;br /&gt;
85. What is a targetNamespace? Why do we need it? &lt;br /&gt;
86. What is the difference between Windows Workflow and BizTalk server? Explain the scenarios &lt;br /&gt;
87. How to deploy BizTalk in a multicomputer scenario. Assume there would be DMZ and Corpnet? &lt;br /&gt;
88. Explain the Pub-sub of BizTalk ? &lt;br /&gt;
89. What is the need to create MSMQT by BizTalk team when MSMQ is already available? &lt;br /&gt;
90. Architect a solution that would receive 100 messages of 50 - 100 MB in size and process them in 3 mins? &lt;br /&gt;
91. How to deploy BizTalk in a highly available scenario? &lt;br /&gt;
92. What is the future direction of BizTalk? &lt;br /&gt;
93. Why do we need convoy? &lt;br /&gt;
94. How to resubmit a suspended message? What is possible and what is not possible? &lt;br /&gt;
95. How will you create an Error handling framework in BizTalk? &lt;br /&gt;
96. Have you ever used BizTalk server in a scenario other than in a typical messaging environment? &lt;br /&gt;
97. What are the draw-backs of BizTalk? &lt;br /&gt;
98. What has been your most difficult challenge in implementing Biztalk applications in the real world? &lt;br /&gt;
99. What are the challenges you have faced using Soap Adapter? &lt;br /&gt;
100. What are persistence points?&lt;br /&gt;
101. What is distinguished Field? &lt;br /&gt;
102. What is property promotion? &lt;br /&gt;
103. What are the adapters you have used? &lt;br /&gt;
104. Can you use excel file in File Adapter? &lt;br /&gt;
105. How will you specify delimiters for Flat File? &lt;br /&gt;
106. What is debatching in BizTalk? &lt;br /&gt;
107. What are the communication patterns available in BizTalk? &lt;br /&gt;
108. What is XPath? Benefits? &lt;br /&gt;
109. What are the available message types? &lt;br /&gt;
110. How does BizTalk Server Integrate with Microsoft Dynamics ERP and CRM solutions?  &lt;br /&gt;
111. How does BizTalk Server integrate with Office?   &lt;br /&gt;
112. Where can I find more information on BizTalk RFID   &lt;br /&gt;
113. What specific functionality will be supported with BizTalk RFID?  &lt;br /&gt;
114. What is RFID? &lt;br /&gt;
115. Where can I find more information on SOA? &lt;br /&gt;
116. What is an ESB and how can Microsoft help me? &lt;br /&gt;
117. Are there different editions of BizTalk Server? &lt;br /&gt;
118. What is the difference between accelerators and adapters, and how do we know if our company needs them &lt;br /&gt;
119. What are the BizTalk Server Adapters, and how do the help customers do business? &lt;br /&gt;
120. Why should I bet on MS for my SOA/ESB solution?  &lt;br /&gt;
121. What services and support do you offer for BizTalk Server?    &lt;br /&gt;
122. What platforms does BizTalk Server support? &lt;br /&gt;
123. What advantages does BizTalk Server 2006 R2 offer over the 2006 release?&lt;br /&gt;
124. How does BizTalk Server work with Office System products like SharePoint and InfoPath?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
      <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/42/Default.aspx</link>
      <comments>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/42/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetrobert.com/dotnet/Default.aspx?tabid=83&amp;EntryID=42</guid>
      <pubDate>Wed, 09 Jul 2008 21:41:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetrobert.com/dotnet/DesktopModules/Blog/Trackback.aspx?id=42</trackback:ping>
    </item>
    <item>
      <title>The ASP.Net Page Life Cycle and View State Illustrated</title>
      <description>&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The ASP.NET Page Life Cycle&lt;/p&gt;
&lt;p&gt;Each time a request arrives at a Web server for an ASP.NET Web page, the first thing the Web server does is hand off the request to the ASP.NET engine. The ASP.NET engine then takes the request through a pipeline composed of numerous stages, which includes verifying file access rights for the ASP.NET Web page, resurrecting the user's session state, and so on. At the end of the pipeline, a class corresponding to the requested ASP.NET Web page is instantiated and the &lt;tt&gt;ProcessRequest()&lt;/tt&gt; method is invoked (see Figure 1).&lt;/p&gt;
&lt;p&gt;&lt;a id="ctl00_rs1_mainContentContainer_ctl03" onclick="javascript:Track('ctl00_rs1_mainContentContainer_ctl00|ctl00_rs1_mainContentContainer_ctl03',this);" href="http://msdn.microsoft.com/en-us/library/ms972976.viewstate_fig01(en-us,MSDN.10).gif"&gt;&lt;img alt="Click here for larger image." src="http://www.dotnetrobert.comhttp://i.msdn.microsoft.com/ms972976.viewstate_fig01thumb(en-us,MSDN.10).gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="label"&gt;&lt;strong&gt;Figure 1. ASP.NET Page Handling&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This life cycle of the ASP.NET page starts with a call to the &lt;tt&gt;ProcessRequest()&lt;/tt&gt; method. This method begins by initializing the page's control hierarchy. Next, the page and its server controls proceed lock-step through various phases that are essential to executing an ASP.NET Web page. These steps include managing view state, handling postback events, and rendering the page's HTML markup. Figure 2 provides a graphical representation of the ASP.NET page life cycle. The life cycle ends by handing off the Web page's HTML markup to the Web server, which sends it back to the client that requested the page.&lt;/p&gt;
&lt;blockquote class="dtBlock"&gt;&lt;strong&gt;Note   &lt;/strong&gt;A detailed discussion of the steps leading up to the ASP.NET page life cycle is beyond the scope of this article. For more information read Michele Leroux-Bustamante's &lt;a id="ctl00_rs1_mainContentContainer_ctl04" onclick="javascript:Track('ctl00_rs1_mainContentContainer_ctl00|ctl00_rs1_mainContentContainer_ctl04',this);" href="http://theserverside.net/articles/showarticle.tss?id=IIS_ASP"&gt;Inside IIS &amp; ASP.NET&lt;/a&gt;. For a more detailed look at HTTP handlers, which are the endpoints of the ASP.NET pipeline, check out my previous article on &lt;a id="ctl00_rs1_mainContentContainer_ctl05" onclick="javascript:Track('ctl00_rs1_mainContentContainer_ctl00|ctl00_rs1_mainContentContainer_ctl05',this);" href="http://msdn.microsoft.com/en-us/library/ms972953.aspx"&gt;HTTP Handlers&lt;/a&gt;.&lt;/blockquote&gt;
&lt;p&gt;What is important to realize is that &lt;em&gt;each and every time&lt;/em&gt; an ASP.NET Web page is requested it goes through these same life cycle stages (shown in Figure 2).&lt;/p&gt;
&lt;p class="fig"&gt;&lt;img alt="" src="http://www.dotnetrobert.comhttp://i.msdn.microsoft.com/ms972976.viewstate_fig02(en-us,MSDN.10).gif" border="0" /&gt;&lt;/p&gt;
&lt;p class="label"&gt;&lt;strong&gt;Figure 2. Events in the Page Life Cycle&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;
&lt;p&gt;Figure 4 illustrates the sequence of events that transpire, highlighting why the change to the Label's &lt;tt&gt;Text&lt;/tt&gt; property needs to be stored in the view state.&lt;/p&gt;
&lt;p class="fig"&gt;&lt;img alt="" src="http://www.dotnetrobert.comhttp://i.msdn.microsoft.com/ms972976.viewstate_fig04(en-us,MSDN.10).gif" border="0" /&gt;&lt;/p&gt;
&lt;p class="label"&gt;&lt;strong&gt;Figure 4. Events and View State&lt;/strong&gt;&lt;/p&gt;
&lt;p class="label"&gt; &lt;/p&gt;
&lt;/strong&gt;&lt;/p&gt;</description>
      <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/41/Default.aspx</link>
      <comments>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/41/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetrobert.com/dotnet/Default.aspx?tabid=83&amp;EntryID=41</guid>
      <pubDate>Wed, 09 Jul 2008 21:11:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetrobert.com/dotnet/DesktopModules/Blog/Trackback.aspx?id=41</trackback:ping>
    </item>
    <item>
      <title>WCF Interview Questions</title>
      <description>What is Windows Communication Foundation?
Windows Communication Foundation is Microsoft's unified programming model for building service-oriented applications with managed code. It extends the .NET Framework to enable developers to build secure and reliable transacted Web services that integrate across platforms and interoperate with existing investments. Windows Communication Foundation combines and extends the capabilities of existing Microsoft distributed systems technologies, including Enterprise Services, System.Messaging, Microsoft .NET Remoting, ASMX, and WSE to deliver a unified development experience across multiple axes, including distance (cross-process, cross-machine, cross-subnet, cross-intranet, cross-Internet), topologies (farms, fire-walled, content-routed, dynamic), hosts (ASP.NET, EXE, Windows Presentation Foundation, Windows Forms, NT Service, COM+), protocols (TCP, HTTP, cross-process, custom), and security models (SAML, Kerberos, X509, username/password, custom).
</description>
      <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/40/Default.aspx</link>
      <comments>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/40/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetrobert.com/dotnet/Default.aspx?tabid=83&amp;EntryID=40</guid>
      <pubDate>Thu, 05 Jun 2008 13:02:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetrobert.com/dotnet/DesktopModules/Blog/Trackback.aspx?id=40</trackback:ping>
    </item>
    <item>
      <title>Team Foundation Server Architecture</title>
      <description>Team Foundation Server includes a set of Web services and databases. These services and databases are installed and configured separately on the Team Foundation application tier, data tier, and client tier.</description>
      <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/39/Default.aspx</link>
      <comments>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/39/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetrobert.com/dotnet/Default.aspx?tabid=83&amp;EntryID=39</guid>
      <pubDate>Wed, 04 Jun 2008 20:49:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetrobert.com/dotnet/DesktopModules/Blog/Trackback.aspx?id=39</trackback:ping>
    </item>
    <item>
      <title>How Can I disable Theme for a Control in ASP.Net?</title>
      <description>You can configure a page or control to ignore themes. Themes override local settings for page and control appearance by default. Disabling this behavior is useful when a control or page already has a predefined look that you do not want the theme to override.</description>
      <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/38/Default.aspx</link>
      <comments>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/38/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetrobert.com/dotnet/Default.aspx?tabid=83&amp;EntryID=38</guid>
      <pubDate>Thu, 14 Feb 2008 00:08:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetrobert.com/dotnet/DesktopModules/Blog/Trackback.aspx?id=38</trackback:ping>
    </item>
    <item>
      <title>How Can I disable Theme for a Single Page in ASP.Net</title>
      <description>You can configure a page or control to ignore themes. Themes override local settings for page and control appearance by default. Disabling this behavior is useful when a control or page already has a predefined look that you do not want the theme to override.</description>
      <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/37/Default.aspx</link>
      <comments>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/37/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetrobert.com/dotnet/Default.aspx?tabid=83&amp;EntryID=37</guid>
      <pubDate>Thu, 14 Feb 2008 00:03:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetrobert.com/dotnet/DesktopModules/Blog/Trackback.aspx?id=37</trackback:ping>
    </item>
    <item>
      <title>Using JavaScript in ASP.NET</title>
      <description>Web developers have been working around the limitations of the browser for a long time by using a combination of server-side processing and client-side processing. Working logic and application processes on the client-side allows browser based applications to seem more responsive and to have more "snappiness" to them. For client-side development in the past, most developers turned to JavaScript and intermingled this programming language into their classic Microsoft® Active Server Pages along with their server-side Microsoft Visual Basic® Scripting Edition or Microsoft JScript® code. Now with Microsoft ASP.NET and the new models that it provides, Web developers often wonder how to properly work with their JavaScript functions in their ASP.NET pages.
This article will take a look at some of the ways past JavaScript functions can now be used. There is more than one way to accomplish this task and this article will take a look at many different possibilities. This article will also take a look at some of the m</description>
      <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/36/Default.aspx</link>
      <comments>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/36/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetrobert.com/dotnet/Default.aspx?tabid=83&amp;EntryID=36</guid>
      <pubDate>Mon, 11 Feb 2008 23:21:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetrobert.com/dotnet/DesktopModules/Blog/Trackback.aspx?id=36</trackback:ping>
    </item>
    <item>
      <title>Inheritance in C#: Implementing Methods</title>
      <description>Inheritance in C#: Implementing Methods</description>
      <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/35/Default.aspx</link>
      <comments>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/35/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetrobert.com/dotnet/Default.aspx?tabid=83&amp;EntryID=35</guid>
      <pubDate>Sat, 09 Feb 2008 03:48:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetrobert.com/dotnet/DesktopModules/Blog/Trackback.aspx?id=35</trackback:ping>
    </item>
    <item>
      <title>Inheritance in C#: Deriving Classes</title>
      <description>Inheritance in C#: Deriving Classes</description>
      <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/34/Default.aspx</link>
      <comments>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/34/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetrobert.com/dotnet/Default.aspx?tabid=83&amp;EntryID=34</guid>
      <pubDate>Sat, 09 Feb 2008 02:35:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetrobert.com/dotnet/DesktopModules/Blog/Trackback.aspx?id=34</trackback:ping>
    </item>
    <item>
      <title>Illustration of Type Casting in C# </title>
      <description>Illustration of Type Casting in C# </description>
      <link>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/33/Default.aspx</link>
      <comments>http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/33/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetrobert.com/dotnet/Default.aspx?tabid=83&amp;EntryID=33</guid>
      <pubDate>Sat, 09 Feb 2008 02:15:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetrobert.com/dotnet/DesktopModules/Blog/Trackback.aspx?id=33</trackback:ping>
    </item>
  </channel>
</rss>