<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Ioan Lazarciuc&#039;s Weblog</title>
	<link>http://www.lazarciuc.ro/ioan</link>
	<description>I program, therefore I exist.</description>
	<lastBuildDate>Sun, 08 Aug 2010 15:59:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Debugging Silverlight Sidebar Gadgets from Visual Studio</title>
		<description><![CDATA[Ever since I started working with Windows Sidebar gadgets I’ve been debugging them the same way: enabling script debugging in the IE options (for JavaScript based gadgets) and then using the “Attach to Process” command from Visual Studio. When I created a template (posts here and here) that speeds up development of Silverlight Sidebar gadgets, [...]]]></description>
		<link>http://www.lazarciuc.ro/ioan/2010/07/28/debugging-silverlight-sidebar-gadgets-from-visual-studio/</link>
			</item>
	<item>
		<title>Custom Parameters in Multi-Project Templates</title>
		<description><![CDATA[Visual Studio project templates offer two ways of specifying template parameter values: In the .vstemplate file, using a CustomParameters section, as described here. Using a template wizard in order to specify run-time values in the IWizard.RunStarted method, as described here. The problem is that these mechanisms don’t work as one would expect in the case [...]]]></description>
		<link>http://www.lazarciuc.ro/ioan/2010/04/25/custom-parameters-in-multi-project-templates/</link>
			</item>
	<item>
		<title>Update for Silverlight Sidebar Gadget Project Template</title>
		<description><![CDATA[For the past few weeks I’ve been working on fixing a number of bugs signalled about the Silverlight Gadget Template I created a while ago. I’ve had to work around some strange issues and try everything I could to make the gadget development experience as pleasant as possible. I’d like to thank Kiran Bachu for [...]]]></description>
		<link>http://www.lazarciuc.ro/ioan/2010/04/09/update-for-silverlight-sidebar-gadget-project-template/</link>
			</item>
	<item>
		<title>WCF Contract Limits?</title>
		<description><![CDATA[Today I’ve hit the size limit for a WCF service contract. It might seem unbelievable, but it’s almost true. I have a service contract with about 40 operations. After adding a new method to the contract, I get an error from the WCF Test Client: Error: Cannot obtain Metadata from http://localhost:8731/Design_Time_Addresses/CDA.Services/ApplicationService/mex If this is a [...]]]></description>
		<link>http://www.lazarciuc.ro/ioan/2009/05/28/wcf-contract-limits/</link>
			</item>
	<item>
		<title>XNA Streaming &#8211; Part4</title>
		<description><![CDATA[In the previous parts of this articles I’ve talked about the service components of the XNA Streaming system. In this part, I’m going to talk about the Communication Broker. The role of the Communication Broker is to cover the communication with the Streaming Service. By doing so, the code required of client applications is simplified, [...]]]></description>
		<link>http://www.lazarciuc.ro/ioan/2009/03/23/xna-streaming-part4/</link>
			</item>
	<item>
		<title>XNA Streaming &#8211; Part 3</title>
		<description><![CDATA[After quite a long break, I resume the series of articles on my XNA Streaming project by describing the actual Stream Service component. This component is responsible for transmitting the broadcast information to all connected users. The information is encoded in (&#60;property name&#62;, &#60;value&#62;) pairs. All serializable data types are supported for values. Users register [...]]]></description>
		<link>http://www.lazarciuc.ro/ioan/2009/02/27/xna-streaming-part-3/</link>
			</item>
	<item>
		<title>XNA Streaming &#8211; Part 2</title>
		<description><![CDATA[In part one of this article, I did an overview of the XNA Streaming project. In this part I’m going to describe the File Transfer Service. The main responsibility of the File Transfer Service is to provide access to streamable games. The service stores the game files in a database table, together with their relative [...]]]></description>
		<link>http://www.lazarciuc.ro/ioan/2008/10/26/xna-streaming-part-2/</link>
			</item>
	<item>
		<title>XNA Streaming &#8211; Part 1</title>
		<description><![CDATA[Introduction As I mentioned in my previous post, at this year&#8217;s Microsoft Community Bootcamp I entered in the demo competition together with Adi. We&#8217;ve had some issues in the past with (cheap) broadcasting of presentations. There are plenty of professional tools out there that accomplish this goal, but that&#8217;s not my point. My point is [...]]]></description>
		<link>http://www.lazarciuc.ro/ioan/2008/09/21/xna-streaming-part-1/</link>
			</item>
	<item>
		<title>Microsoft Community Bootcamp v5</title>
		<description><![CDATA[During 11.09.2008 and 14.09.2008 I attended the fifth annual event dedicated to Microsoft professionals from the industry and academic environment. I also attended last year and wrote a bit about the experience here. A change from last year&#8217;s event was the fact that this year, the professionals invited were almost as many as MSPs (until [...]]]></description>
		<link>http://www.lazarciuc.ro/ioan/2008/09/18/microsoft-community-bootcamp-v5/</link>
			</item>
	<item>
		<title>Creating a Vista Sidebar Gadget Using Microsoft Silverlight</title>
		<description><![CDATA[Introduction Some while ago I did a post on how to create a Vista Sidebar gadget using JavaScript. I also mentioned that I tried to create the gadget using XBAP or Silverlight, but due to the limitations in those technologies at that time, I decided that I had to give up on too much of [...]]]></description>
		<link>http://www.lazarciuc.ro/ioan/2008/08/02/creating-a-vista-sidebar-gadget-using-microsoft-silverlight/</link>
			</item>
</channel>
</rss>
