<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Amit Chatterjee's Blog - All Comments</title><link>http://blogs.msdn.com/b/amit_chatterjee/</link><description>Visual Studio, Development and Testing, Virtualization, and other topics</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Web and Load Testing with Visual Studio Team System</title><link>http://blogs.msdn.com/b/amit_chatterjee/archive/2009/01/29/web-and-load-testing-with-visual-studio-team-system.aspx#10401449</link><pubDate>Tue, 12 Mar 2013 04:43:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10401449</guid><dc:creator>Imran</dc:creator><description>&lt;p&gt;I&amp;#39;m not able to load a web test once it is saved . I&amp;#39;m getting error like this load test can not be loaded, The problem is only with our microstrategy application where as I&amp;#39;m able to save and open load test created for normal java applications in the same workspace and project. Please help in troubleshooting this problem&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10401449" width="1" height="1"&gt;</description></item><item><title>re: Submitting the Windows Phone application to the Marketplace</title><link>http://blogs.msdn.com/b/amit_chatterjee/archive/2011/07/30/submitting-the-windows-phone-application-to-the-marketplace.aspx#10391371</link><pubDate>Tue, 05 Feb 2013 23:10:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10391371</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;Hi !!&lt;/p&gt;
&lt;p&gt;just one question: is there a way to submit an app (multilanguage) and set different titles and different descriptions according to languages of the app ? (like in google play)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10391371" width="1" height="1"&gt;</description></item><item><title>re: Web and Load Testing with Visual Studio Team System</title><link>http://blogs.msdn.com/b/amit_chatterjee/archive/2009/01/29/web-and-load-testing-with-visual-studio-team-system.aspx#10388000</link><pubDate>Thu, 24 Jan 2013 17:31:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10388000</guid><dc:creator>suresh</dc:creator><description>&lt;p&gt;hi i want information on &amp;quot;How to test the performance of xap file(silver light) in visual studio ultimate.reply me to suresh1.dvm@gmail.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10388000" width="1" height="1"&gt;</description></item><item><title>re: Building a Windows Phone 7 Application</title><link>http://blogs.msdn.com/b/amit_chatterjee/archive/2011/03/26/building-a-windows-phone-7-application.aspx#10350676</link><pubDate>Wed, 19 Sep 2012 02:36:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10350676</guid><dc:creator>Saurabh Sharma1</dc:creator><description>&lt;p&gt;and Here&amp;#39;s the Cure of Logical error: Actually what we are using is the &amp;#39;/&amp;#39; for performing a Floating point division that returns a Double result. are then assigning it to an long round the value instead of truncate, So 500/1000 becomes 1&lt;/p&gt;
&lt;p&gt;I recommend you to use &amp;#39; \ &amp;#39; for performing the integer division &lt;/p&gt;
&lt;p&gt;like ss = ms \ 1000; &amp;nbsp;and same with others&lt;/p&gt;
&lt;p&gt;or else there&amp;#39;s another way&lt;/p&gt;
&lt;p&gt;you can just use Stopwatch.elapsed and can use a Timespan with it&lt;/p&gt;
&lt;p&gt;like here&amp;#39;s the example in vb that can be used within the updateDisplay method&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim e As New TimeSpan&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;e = stopwatch.Elapsed&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MicroSeconds.Text = e.Milliseconds.ToString(&amp;quot;00&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Seconds.Text = e.Seconds.ToString(&amp;quot;00&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Minutes.Text = e.Minutes.ToString(&amp;quot;00&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Hours.Text = e.Hours.ToString(&amp;quot;00&amp;quot;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10350676" width="1" height="1"&gt;</description></item><item><title>re: Building a Windows Phone 7 Application</title><link>http://blogs.msdn.com/b/amit_chatterjee/archive/2011/03/26/building-a-windows-phone-7-application.aspx#10350489</link><pubDate>Tue, 18 Sep 2012 14:24:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10350489</guid><dc:creator>Saurabh Sharma1</dc:creator><description>&lt;p&gt;Looks like i found the Logical error:&lt;/p&gt;
&lt;p&gt;The 1st Second is fired on 500 ms time and then it goes normally.&lt;/p&gt;
&lt;p&gt;Similarly, The 1st Minute is fired on 30th sec. and the rest incrementation is done after a minute&amp;#39;s intervals&lt;/p&gt;
&lt;p&gt;So the very 1st instance is being executed in 1/2 of the time and rest is carried normally&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10350489" width="1" height="1"&gt;</description></item><item><title>re: Building a Windows Phone 7 Application</title><link>http://blogs.msdn.com/b/amit_chatterjee/archive/2011/03/26/building-a-windows-phone-7-application.aspx#10350469</link><pubDate>Tue, 18 Sep 2012 13:29:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10350469</guid><dc:creator>Saurabh Sharma1</dc:creator><description>&lt;p&gt;There&amp;#39;s a Logical problem in the app!&lt;/p&gt;
&lt;p&gt;The 1st second loads earlier than usual&lt;/p&gt;
&lt;p&gt;and 1 minute ticks on 30th second&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10350469" width="1" height="1"&gt;</description></item><item><title>re: Building a Windows Phone 7 Application</title><link>http://blogs.msdn.com/b/amit_chatterjee/archive/2011/03/26/building-a-windows-phone-7-application.aspx#10343734</link><pubDate>Mon, 27 Aug 2012 06:56:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10343734</guid><dc:creator>Palm269</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I followed the guide and I am quite impressed. Right now I am building an Android application according to the follows: &lt;a rel="nofollow" target="_new" href="http://www.voip-sip-sdk.com/p_456-voip-android-integration-voip.html"&gt;www.voip-sip-sdk.com/p_456-voip-android-integration-voip.html&lt;/a&gt; It uses an SDK with Adobe Flash Builder and there are code snippets that handle the physical buttons and the rotation features of the mobile devices. If you are planning to build an Android application have a look at it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10343734" width="1" height="1"&gt;</description></item><item><title>re: Building a Windows Phone 7 Application–Data Binding and Persistence!</title><link>http://blogs.msdn.com/b/amit_chatterjee/archive/2011/04/16/building-a-windows-phone-7-application-data-binding-and-persistence.aspx#10332429</link><pubDate>Mon, 23 Jul 2012 04:43:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10332429</guid><dc:creator>.net performance</dc:creator><description>&lt;p&gt;In this article There is a huge amount of information available on the how’s and why’s of performance testing .NET applications.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.dapfor.com/en/net-suite/net-grid/features/performance"&gt;www.dapfor.com/.../performance&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10332429" width="1" height="1"&gt;</description></item><item><title>re: Building a Windows Phone 7 Application–Data Binding and Persistence!</title><link>http://blogs.msdn.com/b/amit_chatterjee/archive/2011/04/16/building-a-windows-phone-7-application-data-binding-and-persistence.aspx#10304788</link><pubDate>Mon, 14 May 2012 08:55:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10304788</guid><dc:creator>rakesh</dc:creator><description>&lt;p&gt;Official website of film Association in Delhi/Official website of film Association in Delhi NCR / Official website of film Association in Mumbai Official website of film Association in India/Official website of India&amp;#39;s first Association Of Film Industry / film industry in Delhi,NCR,Punjab Hariyana,Up,Bihar promotion/ title banner registraion /director producer,artist and film maker association in india /bollywood calander artist list/ child artist models,ramp shows in ncr delhi/hariyana,up,bihar,india and india&amp;#39;s no one bollywood directory /artist details in india level/ Official portal of film industry in india/ Indian motion picture producers association / Indian film director association/ Indian film writers association /Indian film workers association/ Indian music directors association/ musician association in india/ Indian film technician association india delhi Mumbai patna bihar Punjab Haryana&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.ifaaassociation.com/"&gt;www.ifaaassociation.com&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10304788" width="1" height="1"&gt;</description></item><item><title>re: Submitting the Windows Phone application to the Marketplace</title><link>http://blogs.msdn.com/b/amit_chatterjee/archive/2011/07/30/submitting-the-windows-phone-application-to-the-marketplace.aspx#10286766</link><pubDate>Fri, 23 Mar 2012 07:14:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10286766</guid><dc:creator>saksham</dc:creator><description>&lt;p&gt;I have a few concerns.&lt;/p&gt;
&lt;p&gt;1.) should Visual Studio be a licensed version so the app isn&amp;#39;t rejected?&lt;/p&gt;
&lt;p&gt;2.) Is it necessary to remove unwanted namespaces and references for approval of the app?&lt;/p&gt;
&lt;p&gt;3.) Do we need to follow a specific design pattern to develop our app or it just should be running properly?&lt;/p&gt;
&lt;p&gt;4.) Is it nessesary to handle exeptions even if the application is just to convert lower case input string to upper case? is yes, then can we just include the whole code in a single general try catch block?&lt;/p&gt;
&lt;p&gt;it would be great if you could reply me on saksham.malhotra@hotmail.com&lt;/p&gt;
&lt;p&gt;thanks in advance&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10286766" width="1" height="1"&gt;</description></item></channel></rss>