<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Tomas Vera&#039;s Thoughts</title>
	<atom:link href="http://www.tomasvera.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomasvera.com</link>
	<description>You know you want to know!</description>
	<lastBuildDate>Thu, 16 May 2013 18:06:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on Why I hate Microsoft CRM by cataztrophe</title>
		<link>http://www.tomasvera.com/2012/03/why-i-hate-microsoft-crm/#comment-9921</link>
		<dc:creator>cataztrophe</dc:creator>
		<pubDate>Thu, 16 May 2013 18:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomasvera.com/?p=337#comment-9921</guid>
		<description>Thanks for your empathy Thomas.  I hear that the situation with sharepoint is the same.  With my previous company, it is the fact that they do not have any front end web skills.  It doesn&#039;t matter if I have the web skills and am able to produce a MVC application as a replacement within 3 months with the exact same functionality at  a lower cost since I don&#039;t have a tattoo of a Microsoft logo branded on my forearm.  

Anyways, the pain is over for me but I just have a hard time understanding why name and brand is so important when they are pouring money into this stupid project with expert dev leads leaving on a monthly basis.</description>
		<content:encoded><![CDATA[<p>Thanks for your empathy Thomas.  I hear that the situation with sharepoint is the same.  With my previous company, it is the fact that they do not have any front end web skills.  It doesn&#8217;t matter if I have the web skills and am able to produce a MVC application as a replacement within 3 months with the exact same functionality at  a lower cost since I don&#8217;t have a tattoo of a Microsoft logo branded on my forearm.  </p>
<p>Anyways, the pain is over for me but I just have a hard time understanding why name and brand is so important when they are pouring money into this stupid project with expert dev leads leaving on a monthly basis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Programmer’s Cheat-Sheet for GoDaddy.com by Genaro Meiser</title>
		<link>http://www.tomasvera.com/programming/a-programmers-cheat-sheet-for-godaddy-com/#comment-9856</link>
		<dc:creator>Genaro Meiser</dc:creator>
		<pubDate>Sun, 12 May 2013 19:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomasvera.com/thoughts/#comment-9856</guid>
		<description>GoDaddy was founded in 1997 as Jomax Technologies by Bob Parsons, a veteran of the United States Marine Corps. Prior to GoDaddy, Parsons sold his financial software services company, &quot;Parsons Technology, Inc.&quot; to Intuit. The sale provided him with several millions of dollars in the mid-1990s. As a result, Parsons decided to retire. In 1997, Bob Parsons came out of his retirement to launch a new company, Jomax Technologies which later became GoDaddy Group Inc.*,

Best wishes
http://www.homeimprovementstuffs.com</description>
		<content:encoded><![CDATA[<p>GoDaddy was founded in 1997 as Jomax Technologies by Bob Parsons, a veteran of the United States Marine Corps. Prior to GoDaddy, Parsons sold his financial software services company, &#8220;Parsons Technology, Inc.&#8221; to Intuit. The sale provided him with several millions of dollars in the mid-1990s. As a result, Parsons decided to retire. In 1997, Bob Parsons came out of his retirement to launch a new company, Jomax Technologies which later became GoDaddy Group Inc.*,</p>
<p>Best wishes<br />
<a href="http://www.homeimprovementstuffs.com" rel="nofollow">http://www.homeimprovementstuffs.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing JSON objects with JavascriptSerializer in .NET &#8211; Updated by -tomas</title>
		<link>http://www.tomasvera.com/programming/using-javascriptserializer-to-parse-json-objects/#comment-9682</link>
		<dc:creator>-tomas</dc:creator>
		<pubDate>Wed, 01 May 2013 05:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomasvera.com/#comment-9682</guid>
		<description>Good catch!! The JSON specification at the &lt;a href=&quot;http://www.json.org/&quot; rel=&quot;nofollow&quot;&gt;JSON &lt;/a&gt; website has the complete specification for JSON as well the original examples from which I built my code.</description>
		<content:encoded><![CDATA[<p>Good catch!! The JSON specification at the <a href="http://www.json.org/" rel="nofollow">JSON </a> website has the complete specification for JSON as well the original examples from which I built my code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing JSON objects with JavascriptSerializer in .NET &#8211; Updated by Corey</title>
		<link>http://www.tomasvera.com/programming/using-javascriptserializer-to-parse-json-objects/#comment-9680</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Wed, 01 May 2013 04:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomasvera.com/#comment-9680</guid>
		<description>The number format is invalid.  You cannot specify a number with leading zeros unless it is a single numeral before the decimal point in a floating-point number.

Try this instead:

&lt;code&gt;{&quot;alerts&quot;:[{&quot;id&quot;:1,&quot;description&quot;:&quot;Test description 1&quot;},{&quot;id&quot;:2,&quot;description&quot;:&quot;Test Description 2&quot;}]}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The number format is invalid.  You cannot specify a number with leading zeros unless it is a single numeral before the decimal point in a floating-point number.</p>
<p>Try this instead:</p>
<p><code>{"alerts":[{"id":1,"description":"Test description 1"},{"id":2,"description":"Test Description 2"}]}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing JSON objects with JavascriptSerializer in .NET &#8211; Updated by -tomas</title>
		<link>http://www.tomasvera.com/programming/using-javascriptserializer-to-parse-json-objects/#comment-9290</link>
		<dc:creator>-tomas</dc:creator>
		<pubDate>Wed, 10 Apr 2013 14:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomasvera.com/#comment-9290</guid>
		<description>Take a look at this &lt;a href=&quot;http://www.tomasvera.com/2012/11/a-javascriptserializer-twist/&quot; rel=&quot;nofollow&quot;&gt;update&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Take a look at this <a href="http://www.tomasvera.com/2012/11/a-javascriptserializer-twist/" rel="nofollow">update</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing JSON objects with JavascriptSerializer in .NET &#8211; Updated by Ragunath.S</title>
		<link>http://www.tomasvera.com/programming/using-javascriptserializer-to-parse-json-objects/#comment-9260</link>
		<dc:creator>Ragunath.S</dc:creator>
		<pubDate>Mon, 08 Apr 2013 11:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomasvera.com/#comment-9260</guid>
		<description>Hi, If possible,
Can u Deserialize the below string:

{&quot;alerts&quot;:[{&quot;id&quot;:001,&quot;description&quot;:&quot;Test description 1&quot;},{&quot;id&quot;:002,&quot;description&quot;:&quot;Test Description 2&quot;}]}


Thanks
R@gun@th.S</description>
		<content:encoded><![CDATA[<p>Hi, If possible,<br />
Can u Deserialize the below string:</p>
<p>{&#8220;alerts&#8221;:[{"id":001,"description":"Test description 1"},{"id":002,"description":"Test Description 2"}]}</p>
<p>Thanks<br />
R@gun@th.S</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I hate Microsoft CRM by -tomas</title>
		<link>http://www.tomasvera.com/2012/03/why-i-hate-microsoft-crm/#comment-9088</link>
		<dc:creator>-tomas</dc:creator>
		<pubDate>Thu, 28 Mar 2013 16:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomasvera.com/?p=337#comment-9088</guid>
		<description>I&#039;m sorry that you had to go through this. Personally I am determined never to work with this technology again. However, just in the last two days, I have received several inquiries about my availability for a project in my area (probably the same project that I left last year).

I am surprised that so many companies continue to use this product. In the case of the company that I worked at last year, a custom coded solution would have been better and at a much lower cost. But it is hard for a business to ignore the Microsoft logo on the product brochures.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry that you had to go through this. Personally I am determined never to work with this technology again. However, just in the last two days, I have received several inquiries about my availability for a project in my area (probably the same project that I left last year).</p>
<p>I am surprised that so many companies continue to use this product. In the case of the company that I worked at last year, a custom coded solution would have been better and at a much lower cost. But it is hard for a business to ignore the Microsoft logo on the product brochures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I hate Microsoft CRM by cataztrophe</title>
		<link>http://www.tomasvera.com/2012/03/why-i-hate-microsoft-crm/#comment-9080</link>
		<dc:creator>cataztrophe</dc:creator>
		<pubDate>Thu, 28 Mar 2013 00:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomasvera.com/?p=337#comment-9080</guid>
		<description>I hate this technology so much.  I just recently 3 monthes ago got scammed into taking this stupid position when i thought it was a .NET position.  My company is trying to build a space shuttle out of this and we have like 50 plugins.  These plugins are so flaky, the code is all correct, but there are bugs in the CRM plugin execution environment itself.  Things that I can do in 2 minutes with .NET take 2 days.  Debugger is a pain as it doesnt 100% work.  Debuggin takes 6 steps to set up and compiling take 5 minutes due to ILmerge.  Testing javascript requires a publish which is a pain.  All you are doing is databasse read and saves and nothng else.  talking about great experience.

Doesnt help when my dumb manager that doesnt know scratch about code think&#039;s he is the final resource.  I quit this stupid job and my last day is in 3 weeks because I am nice.

Why the hell would they hire a .NET developer for these kind of jobs?  It&#039;s totally not related, I might as well pursue a career in acting.</description>
		<content:encoded><![CDATA[<p>I hate this technology so much.  I just recently 3 monthes ago got scammed into taking this stupid position when i thought it was a .NET position.  My company is trying to build a space shuttle out of this and we have like 50 plugins.  These plugins are so flaky, the code is all correct, but there are bugs in the CRM plugin execution environment itself.  Things that I can do in 2 minutes with .NET take 2 days.  Debugger is a pain as it doesnt 100% work.  Debuggin takes 6 steps to set up and compiling take 5 minutes due to ILmerge.  Testing javascript requires a publish which is a pain.  All you are doing is databasse read and saves and nothng else.  talking about great experience.</p>
<p>Doesnt help when my dumb manager that doesnt know scratch about code think&#8217;s he is the final resource.  I quit this stupid job and my last day is in 3 weeks because I am nice.</p>
<p>Why the hell would they hire a .NET developer for these kind of jobs?  It&#8217;s totally not related, I might as well pursue a career in acting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling a C# Project using Command Line Tools (Tutorial) by -tomas</title>
		<link>http://www.tomasvera.com/programming/compiling-a-c-project-using-command-line-tools-tutorial/#comment-8925</link>
		<dc:creator>-tomas</dc:creator>
		<pubDate>Tue, 19 Mar 2013 20:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomasvera.com/#comment-8925</guid>
		<description>Debugging can be difficult in this environment.

Since, I am assuming that you don&#039;t have an IDE and you are coding in a difficult situation, the old fashioned &quot;Console.Write(...)&quot; or &quot;MessageBox.Show(...)&quot; are your best friends if really need to debug. But if you really want to do true debugging, you have some options.

First, you will want to generate debugging information. To generate this information you would need to add an option to your command line &quot;/debug&quot;. You can add it directly to a command line, or include it in a response file (discussed in the article, above).

Next you will need a debugger of some sort. I have not used anything other than the VS IDE recently. But I have used other debuggers in the past and I&#039;m sure that you can find a good debugger available for download somewhere.

So bottom line: debugging will be hard, but not impossible. Let me know if this is a topic that you believe I should cover in some detail.

-tomas</description>
		<content:encoded><![CDATA[<p>Debugging can be difficult in this environment.</p>
<p>Since, I am assuming that you don&#8217;t have an IDE and you are coding in a difficult situation, the old fashioned &#8220;Console.Write(&#8230;)&#8221; or &#8220;MessageBox.Show(&#8230;)&#8221; are your best friends if really need to debug. But if you really want to do true debugging, you have some options.</p>
<p>First, you will want to generate debugging information. To generate this information you would need to add an option to your command line &#8220;/debug&#8221;. You can add it directly to a command line, or include it in a response file (discussed in the article, above).</p>
<p>Next you will need a debugger of some sort. I have not used anything other than the VS IDE recently. But I have used other debuggers in the past and I&#8217;m sure that you can find a good debugger available for download somewhere.</p>
<p>So bottom line: debugging will be hard, but not impossible. Let me know if this is a topic that you believe I should cover in some detail.</p>
<p>-tomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling a C# Project using Command Line Tools (Tutorial) by rokon</title>
		<link>http://www.tomasvera.com/programming/compiling-a-c-project-using-command-line-tools-tutorial/#comment-8923</link>
		<dc:creator>rokon</dc:creator>
		<pubDate>Tue, 19 Mar 2013 16:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomasvera.com/#comment-8923</guid>
		<description>What about debugging the c# code in this environment?</description>
		<content:encoded><![CDATA[<p>What about debugging the c# code in this environment?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
