<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Planet of Coders : Get Latest post</title>
	
	<link>http://planetofcoders.com</link>
	<description>You can find here a huge collection of Interview Questions-Answer, Knowledgeable Articles with example code which helps you in your Web Design &amp; Development phase and lots more. Most of the articles are related to web development using Microsoft Technology. Blog is created by Gaurav Agrawal and I collected most of the Interview Questions-Answer and Articles from various sources.</description>
	<lastBuildDate>Wed, 19 Jun 2013 02:30:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/PlanetofCoders" /><feedburner:info uri="planetofcoders" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>PlanetofCoders</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Describe the difference between inline and code behind – which is best in a loosely coupled solution?</title>
		<link>http://feedproxy.google.com/~r/PlanetofCoders/~3/dt3BHuAwkGg/</link>
		<comments>http://planetofcoders.com/describe-difference-inline-code-loosely-coupled-solution/#comments</comments>
		<pubDate>Wed, 19 Jun 2013 02:30:05 +0000</pubDate>
		<dc:creator>Gaurav Agrawal</dc:creator>
				<category><![CDATA[.Net Programming]]></category>
		<category><![CDATA[Asp.Net]]></category>

		<guid isPermaLink="false">http://planetofcoders.com/?p=3349</guid>
		<description><![CDATA[<p>ASP.NET supports two modes of page development: Page logic code that is written inside <code>&#60;script runat=server&#62;</code> blocks within an .aspx file and dynamically compiled the first time the page is requested on the server. Page logic code that is written within an external class that is compiled prior to deployment on a server and linked &#8220;behind&#8221; the .aspx file at run time.</p>]]></description>
				<content:encoded><![CDATA[
<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) - Code Inserter module -->
<div id="adsenseads"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9726510606115889";
/* LeaderBoard 728X90 */
google_ad_slot = "8724452453";
google_ad_width = 728;google_ad_height = 90;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<!-- /SEO Ultimate -->

<p>ASP.NET supports two modes of page development: Page logic code that is written inside <code>&lt;script runat=server&gt;</code> blocks within an .aspx file and dynamically compiled the first time the page is requested on the server. Page logic code that is written within an external class that is compiled prior to deployment on a server and linked &#8220;behind&#8221; the .aspx file at run time.</p>

<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) - Code Inserter module -->
<div id="adsenseads"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9726510606115889";
/* Links 728X15 */
google_ad_slot = "8712986633";google_ad_width = 728;google_ad_height = 15;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<script type="text/javascript" src="http://ap.lijit.com/www/delivery/fpi.js#?z=179706&u=planetofcoders&width=728&height=90"></script>
<!-- /SEO Ultimate -->

<img src="http://feeds.feedburner.com/~r/PlanetofCoders/~4/dt3BHuAwkGg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetofcoders.com/describe-difference-inline-code-loosely-coupled-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://planetofcoders.com/describe-difference-inline-code-loosely-coupled-solution/</feedburner:origLink></item>
		<item>
		<title>What is the difference between realloc() and free()?</title>
		<link>http://feedproxy.google.com/~r/PlanetofCoders/~3/-dHnCxgw_3k/</link>
		<comments>http://planetofcoders.com/difference-realloc-free/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 02:30:39 +0000</pubDate>
		<dc:creator>Gaurav Agrawal</dc:creator>
				<category><![CDATA[.Net Programming]]></category>
		<category><![CDATA[Data Structure Concepts]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Data Structure]]></category>

		<guid isPermaLink="false">http://planetofcoders.com/?p=3016</guid>
		<description><![CDATA[<p>The free subroutine frees a block of memory previously allocated by the malloc subroutine. Undefined results occur if the Pointer parameter is not a valid pointer. If the Pointer parameter is a null value, no action will occur. The realloc subroutine changes the size of the block of memory pointed to by the Pointer parameter to the number of bytes specified by the Size parameter and returns a new pointer to the block. The pointer specified by the Pointer parameter must have been created with the malloc, calloc, or realloc subroutines and not been deallocated with the free or realloc  … <a href="http://planetofcoders.com/difference-realloc-free/">Click here to continue reading. <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[
<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) - Code Inserter module -->
<div id="adsenseads"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9726510606115889";
/* LeaderBoard 728X90 */
google_ad_slot = "8724452453";
google_ad_width = 728;google_ad_height = 90;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<!-- /SEO Ultimate -->

<p>The free subroutine frees a block of memory previously allocated by the malloc subroutine. Undefined results occur if the Pointer parameter is not a valid pointer. If the Pointer parameter is a null value, no action will occur. The realloc subroutine changes the size of the block of memory pointed to by the Pointer parameter to the number of bytes specified by the Size parameter and returns a new pointer to the block. The pointer specified by the Pointer parameter must have been created with the malloc, calloc, or realloc subroutines and not been deallocated with the free or realloc subroutines. Undefined results occur if the Pointer parameter is not a valid pointer.</p>

<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) - Code Inserter module -->
<div id="adsenseads"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9726510606115889";
/* Links 728X15 */
google_ad_slot = "8712986633";google_ad_width = 728;google_ad_height = 15;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<script type="text/javascript" src="http://ap.lijit.com/www/delivery/fpi.js#?z=179706&u=planetofcoders&width=728&height=90"></script>
<!-- /SEO Ultimate -->

<img src="http://feeds.feedburner.com/~r/PlanetofCoders/~4/-dHnCxgw_3k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetofcoders.com/difference-realloc-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://planetofcoders.com/difference-realloc-free/</feedburner:origLink></item>
		<item>
		<title>Purpose of Windows Communication Foundation (WCF)</title>
		<link>http://feedproxy.google.com/~r/PlanetofCoders/~3/O6wLY5eE5Rg/</link>
		<comments>http://planetofcoders.com/purpose-of-windows-communication-foundation-wcf/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 02:30:53 +0000</pubDate>
		<dc:creator>Gaurav Agrawal</dc:creator>
				<category><![CDATA[.Net Programming]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://planetofcoders.com/?p=4401</guid>
		<description><![CDATA[<p>By using Visual Studio, .NET Framework and WSE, we can quickly build Web services and client applications that can communicate and interoperate with Web services and client applications running on other operating systems. So why do we need WCF? Well, as we have already seen, Web services are just one technology that we can use to create distributed applications for Windows. Others already mentioned include Enterprise Services and .NET Framework Remoting. Another example is Microsoft Message Queue (MSMQ). If we are building a distributed application for Windows, which technology should we use, and how difficult would it be to switch  … <a href="http://planetofcoders.com/purpose-of-windows-communication-foundation-wcf/">Click here to continue reading. <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[
<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) - Code Inserter module -->
<div id="adsenseads"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9726510606115889";
/* LeaderBoard 728X90 */
google_ad_slot = "8724452453";
google_ad_width = 728;google_ad_height = 90;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<!-- /SEO Ultimate -->

<p>By using Visual Studio, .NET Framework and WSE, we can quickly build Web services and client applications that can communicate and interoperate with Web services and client applications running on other operating systems. So why do we need WCF? Well, as we have already seen, Web services are just one technology that we can use to create distributed applications for Windows. Others already mentioned include Enterprise Services and .NET Framework Remoting. Another example is Microsoft Message Queue (MSMQ). If we are building a distributed application for Windows, which technology should we use, and how difficult would it be to switch later if we need to?<br />
The purpose of WCF is to provide a unified programming model for many of these technologies, enabling us to build applications that are as independent as possible from the underlying mechanism being used to connect services and applications together (note that WCF applies as much to services operating in non-Web environments as it does to the World Wide Web). It is actually very difficult, if not impossible, to completely divorce the programmatic structure of an application or service from its communications infrastructure, but WCF let us to come very close to achieving this aim much of the time. Additionally, using WCF enables you to maintain backwards compatibility with many of the preceding technologies. For example, a WCF client application can easily communicate with a Web service that you created by using WSE. If we are considering building distributed applications and services for Microsoft Windows, we should use WCF.</p>

<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) - Code Inserter module -->
<div id="adsenseads"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9726510606115889";
/* Links 728X15 */
google_ad_slot = "8712986633";google_ad_width = 728;google_ad_height = 15;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<script type="text/javascript" src="http://ap.lijit.com/www/delivery/fpi.js#?z=179706&u=planetofcoders&width=728&height=90"></script>
<!-- /SEO Ultimate -->

<img src="http://feeds.feedburner.com/~r/PlanetofCoders/~4/O6wLY5eE5Rg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetofcoders.com/purpose-of-windows-communication-foundation-wcf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://planetofcoders.com/purpose-of-windows-communication-foundation-wcf/</feedburner:origLink></item>
		<item>
		<title>What is the difference between HTTP-Post and HTTP-Get?</title>
		<link>http://feedproxy.google.com/~r/PlanetofCoders/~3/zq5men4IocQ/</link>
		<comments>http://planetofcoders.com/what-is-the-difference-between-http-post-and-http-get/#comments</comments>
		<pubDate>Sun, 16 Jun 2013 02:30:12 +0000</pubDate>
		<dc:creator>Gaurav Agrawal</dc:creator>
				<category><![CDATA[Graphics/Designing]]></category>
		<category><![CDATA[Designing]]></category>

		<guid isPermaLink="false">http://planetofcoders.com/?p=3932</guid>
		<description><![CDATA[<p>As their names imply, both HTTP GET and HTTP POST use HTTP as their underlying protocol. Both of these methods encode request parameters as name/value pairs in the HTTP request.</p> <p>The GET method creates a query string and appends it to the script&#8217;s URL on the server that handles the request.</p> <p>The POST method creates a name/value pairs that are passed in the body of the HTTP request message.</p>]]></description>
				<content:encoded><![CDATA[
<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) - Code Inserter module -->
<div id="adsenseads"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9726510606115889";
/* LeaderBoard 728X90 */
google_ad_slot = "8724452453";
google_ad_width = 728;google_ad_height = 90;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<!-- /SEO Ultimate -->

<p>As their names imply, both HTTP GET and HTTP POST use HTTP as their underlying protocol. Both of these methods encode request parameters as name/value pairs in the HTTP request.</p>
<p>The GET method creates a query string and appends it to the script&#8217;s URL on the server that handles the request.</p>
<p>The POST method creates a name/value pairs that are passed in the body of the HTTP request message.</p>

<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) - Code Inserter module -->
<div id="adsenseads"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9726510606115889";
/* Links 728X15 */
google_ad_slot = "8712986633";google_ad_width = 728;google_ad_height = 15;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<script type="text/javascript" src="http://ap.lijit.com/www/delivery/fpi.js#?z=179706&u=planetofcoders&width=728&height=90"></script>
<!-- /SEO Ultimate -->

<img src="http://feeds.feedburner.com/~r/PlanetofCoders/~4/zq5men4IocQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetofcoders.com/what-is-the-difference-between-http-post-and-http-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://planetofcoders.com/what-is-the-difference-between-http-post-and-http-get/</feedburner:origLink></item>
		<item>
		<title>What are the various ways of accessing a web service?</title>
		<link>http://feedproxy.google.com/~r/PlanetofCoders/~3/eVwvw_BuKUk/</link>
		<comments>http://planetofcoders.com/what-are-the-various-ways-of-accessing-a-web-service/#comments</comments>
		<pubDate>Sat, 15 Jun 2013 02:30:18 +0000</pubDate>
		<dc:creator>Gaurav Agrawal</dc:creator>
				<category><![CDATA[.Net Programming]]></category>
		<category><![CDATA[Web-Service]]></category>

		<guid isPermaLink="false">http://planetofcoders.com/?p=3934</guid>
		<description><![CDATA[<p><strong>Asynchronous Call</strong> : Application can make a call to the Webservice and then continue todo watever oit wants to do. When the service is ready it will notify the application. Application can use BEGIN and END method to make asynchronous call to the webmethod. We can use either a WaitHandle or a Delegate object when making asynchronous call.<br /> The WaitHandle class share resources between several objects. It provides several methods which will wait for the resources to become available<br /> The easiest and most powerful way to to implement an asynchronous call is using a delegate object. A delegate  … <a href="http://planetofcoders.com/what-are-the-various-ways-of-accessing-a-web-service/">Click here to continue reading. <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[
<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) - Code Inserter module -->
<div id="adsenseads"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9726510606115889";
/* LeaderBoard 728X90 */
google_ad_slot = "8724452453";
google_ad_width = 728;google_ad_height = 90;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<!-- /SEO Ultimate -->

<p><strong>Asynchronous Call</strong> : Application can make a call to the Webservice and then continue todo watever oit wants to do. When the service is ready it will notify the application. Application can use BEGIN and END method to make asynchronous call to the webmethod. We can use either a WaitHandle or a Delegate object when making asynchronous call.<br />
The WaitHandle class share resources between several objects. It provides several methods which will wait for the resources to become available<br />
The easiest and most powerful way to to implement an asynchronous call is using a delegate object. A delegate object wraps up a callback function. The idea is to pass a method in the invocation of the web method. When the webmethod has finished it will call this callback function to process the result<br />
<strong>Synchronous Call</strong> : Application has to wait until execution has completed.</p>

<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) - Code Inserter module -->
<div id="adsenseads"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9726510606115889";
/* Links 728X15 */
google_ad_slot = "8712986633";google_ad_width = 728;google_ad_height = 15;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<script type="text/javascript" src="http://ap.lijit.com/www/delivery/fpi.js#?z=179706&u=planetofcoders&width=728&height=90"></script>
<!-- /SEO Ultimate -->

<img src="http://feeds.feedburner.com/~r/PlanetofCoders/~4/eVwvw_BuKUk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetofcoders.com/what-are-the-various-ways-of-accessing-a-web-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://planetofcoders.com/what-are-the-various-ways-of-accessing-a-web-service/</feedburner:origLink></item>
	</channel>
</rss>
