<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by mcgregoraidan</title>
    <description>Stories kicked by mcgregoraidan</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Auto Generate Web Service Proxy With Intellisense Support</title>
      <description>Here is sample bits of my work that auto generates a web service proxy into an assembly with a BuildProvider implementation. It's a protoype, the rest could be implemented in your own way but it is surely working as it is (i won't develop it further). Once it is built, the c# code wrapper of web service description generated and compiled into memory (infact into an assembly in asp.net temp directory), so you can use intellisense support of Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fit-box.blogturk.net%2f2007%2f11%2f11%2fauto-generate-web-service-proxy-with-intellisense-support%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fit-box.blogturk.net%2f2007%2f11%2f11%2fauto-generate-web-service-proxy-with-intellisense-support%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Auto_Generate_Web_Service_Proxy_With_Intellisense_Support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Auto_Generate_Web_Service_Proxy_With_Intellisense_Support</guid>
      <pubDate>Sun, 11 Nov 2007 02:03:40 GMT</pubDate>
    </item>
    <item>
      <title>My  favorite interview questions</title>
      <description>These are some of the questions that I ask when I'm interviewing a new applicant for a developer position. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dotnetclr.com%2farchive%2f2007%2f11%2f02%2fMy-Favorite-Interview-Questions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dotnetclr.com%2farchive%2f2007%2f11%2f02%2fMy-Favorite-Interview-Questions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/My_favorite_interview_questions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/My_favorite_interview_questions</guid>
      <pubDate>Sat, 03 Nov 2007 07:31:03 GMT</pubDate>
    </item>
    <item>
      <title>JSON in ASP.NET Ajax: Part 2. Calling a JSON Service from client code</title>
      <description>In this follow-up we'll build upon what we learned in the previous article, and write a simple AJAX application that calls a JSON Web Service asynchronously and displays the result with a callback. We'll leverage the ASP.NET AJAX client library to avoid writing all the needed &amp;quot;plumbing&amp;quot; code and we'll see how to bridge a remote web service using a local proxy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f24%2fjson_in_aspnetajax_part2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f24%2fjson_in_aspnetajax_part2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_Part_2_Calling_a_JSON_Service_from_client_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_Part_2_Calling_a_JSON_Service_from_client_code</guid>
      <pubDate>Wed, 24 Oct 2007 15:31:05 GMT</pubDate>
    </item>
    <item>
      <title>Are you making these 3 common ASP.NET AJAX mistakes?</title>
      <description>An overview of the impact several ASP.NET page life cycle issues have on ASP.NET AJAX development, and how to avoid them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2007%2f10%2f24%2fare-you-making-these-3-common-aspnet-ajax-mistakes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2007%2f10%2f24%2fare-you-making-these-3-common-aspnet-ajax-mistakes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Are_you_making_these_3_common_ASP_NET_AJAX_mistakes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Are_you_making_these_3_common_ASP_NET_AJAX_mistakes</guid>
      <pubDate>Wed, 24 Oct 2007 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Convert street address to longitude and latitude via web service</title>
      <description>Demonstrates how to convert a street address to a geographic position in longitude and latitude coordinates by using a free REST web service provided by GeoCoder.us. Web service only works for addresses within the United States due to the source (US census) data. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjamesewelch.wordpress.com%2f2007%2f10%2f05%2fhow-to-convert-a-street-address-to-longitude-and-latitude-geocoding-via-web-services%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjamesewelch.wordpress.com%2f2007%2f10%2f05%2fhow-to-convert-a-street-address-to-longitude-and-latitude-geocoding-via-web-services%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Convert_street_address_to_longitude_and_latitude_via_web_service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Convert_street_address_to_longitude_and_latitude_via_web_service</guid>
      <pubDate>Wed, 17 Oct 2007 14:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Mocking a Web Service Proxy</title>
      <description>A simple howto for mocking a web service proxy class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2007%2f07%2f05%2fmocking-a-web-service-proxy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2007%2f07%2f05%2fmocking-a-web-service-proxy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Mocking_a_Web_Service_Proxy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Mocking_a_Web_Service_Proxy</guid>
      <pubDate>Mon, 09 Jul 2007 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Video: Creating Web Services with the .NET Framework </title>
      <description>The video discusses how to create a Web Service from scratch using the .NET framework and also discusses some of the pros and cons that you should know about. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2007%2f03%2f10%2fvideo-creating-web-services-with-the-net-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2007%2f03%2f10%2fvideo-creating-web-services-with-the-net-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Video_Creating_Web_Services_with_the_NET_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Video_Creating_Web_Services_with_the_NET_Framework</guid>
      <pubDate>Mon, 12 Mar 2007 14:16:01 GMT</pubDate>
    </item>
  </channel>
</rss>