<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Abhijit&#039;s World of .NET</title>
	<atom:link href="http://abhijitjana.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhijitjana.net</link>
	<description>Success is a journey , It’s not a destination</description>
	<lastBuildDate>Wed, 09 May 2012 17:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='abhijitjana.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5686a1e614b4b192b9ff56ffbb1c9000?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Abhijit&#039;s World of .NET</title>
		<link>http://abhijitjana.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://abhijitjana.net/osd.xml" title="Abhijit&#039;s World of .NET" />
	<atom:link rel='hub' href='http://abhijitjana.net/?pushpress=hub'/>
		<item>
		<title>Home Security System Using Kinect, Azure, Windows Phone and Windows 8</title>
		<link>http://abhijitjana.net/2012/04/16/home-security-system-using-kinect-azure-windows-phone-and-windows-8/</link>
		<comments>http://abhijitjana.net/2012/04/16/home-security-system-using-kinect-azure-windows-phone-and-windows-8/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 13:54:49 +0000</pubDate>
		<dc:creator>Abhijit Jana</dc:creator>
				<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Home Security using Kinect]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[TechED India]]></category>
		<category><![CDATA[windows 8]]></category>
		<category><![CDATA[windows phone]]></category>

		<guid isPermaLink="false">https://abhijitjana.wordpress.com/?p=3494</guid>
		<description><![CDATA[Most the people who were in the TechEd 2012 India would have witnessed the cool demo by me and Jebarson made on the opening Keynotes of the event.  And now we would like to share how this solution was developed so that you can also build your own. Background Before we could pitch in, let [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3494&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most the people who were in the TechEd 2012 India would have witnessed the cool demo by me and <a href="http://jebarson.info">Jebarson </a>made on the opening Keynotes of the event.  And now we would like to share how this solution was developed so that you can also build your own.</p>
<h2>Background</h2>
<p>Before we could pitch in, let me give a little background on how we decided to build this on our garage. <a href="http://abhijitjana.net/2011/09/21/my-upcoming-events-virtual-tech-days-and-developer-conference-2011/">Developer Conference 2011 on Hyderabad</a> was scheduled on October 2011 and myself and Jebarson were looking forward to show something cool on our own interested areas. Jebarson was looking out for something on Windows Azure and Windows Phone while myself was fiddling around Kinect. Ran out of ideas we both met together and thought of integrating everything and that is when we came up with the idea of building our own home security. We started building this application as early as September 2011. And by now, we have already revised the application more than 5 times due to newer SDK release and also due to the addition of newer components.<br />
<span id="more-3494"></span></p>
<h2>Overview</h2>
<p>So how does the solution work. You should place <strong>Kinect</strong> devices on the locations you want to secure and keep it connected to a high end PC capable enough to do a video encoding and up streaming. The Kinect devices will be run by a WPF application running on the PC which will look for any human intrusion. While there is no human intrusion, it will remain in “<em>Patrol Mode</em>” where it will upload pictures of its view on regular intervals to Windows Azure. These pictures can be monitored at any point of time through the application running on <em>Windows Phone</em> and <em>Windows 8</em>. Whenever there is an human intrusion detected the Kinect changes itself to “<em>Intrusion Mode</em>”; it then alerts Windows Azure and also starts streaming the video to the Smooth Streaming Server hosted on Windows Azure. The Azure notifies all the devices subscribed (<em>Windows Phone / Windows 8</em> ) using a toast and will allow those application to view the live streaming. From your <em>Windows Phone / Windows 8</em> app you can also control the Kinect device.</p>
<h2>Windows Azure</h2>
<p>Now that we are done with the overview of how the solution works, lets talk about how it is built. Starting with Azure, below is how the application hosted on the cloud.</p>
<p><a href="http://abhijitjana.files.wordpress.com/2012/04/clip_image0025.gif"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="clip_image002[5]" src="http://abhijitjana.files.wordpress.com/2012/04/clip_image0025_thumb.gif?w=497&h=462" alt="clip_image002[5]" width="497" height="462" border="0" /></a></p>
<h2>Windows Azure Management Portal</h2>
<p>The Windows Azure Management Portal is created using the default template provided from Windows Azure Toolkit for Windows Phone or Windows Azure Toolkit for Windows Phone. This management portal can be customized later on to support the needed services. To begin with, the management portal by default integrates with all the above mentioned blocks except for the Smooth Streaming server; which means the API which would require for all the communication with these components are already defined. Now lets go with the flow.</p>
<h2>Custom WCF Service Methods</h2>
<p>In order to support the WPF application running on the PC connected to the Kinect devices, we will expose a custom WCF method called “Upload” allowing the it to upload an object of type “Photo”.</p>
<p><a href="http://abhijitjana.files.wordpress.com/2012/04/clip_image0044.gif"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="clip_image004[4]" src="http://abhijitjana.files.wordpress.com/2012/04/clip_image0044_thumb.gif?w=152&h=323" alt="clip_image004[4]" width="152" height="323" border="0" /></a></p>
<p>The image is uploaded as a byte array along with the type (Patrol / Alert) and time. As soon as the WCF service gets the message, it serializes it to string and puts it into the blobs and also pushes it to queue with the expiration time set for 1 minute. This will help the user to see the latest picture from his home at any point of time.</p>
<h2>Shared Access Signature Service</h2>
<p>The portal derived out of the template would require the authentication done through the certificate along with a user name and password for the generation of the token. Internally the portal uses ASP.net membership authentication through which it authenticates the user and provides a mutually agreed token to the client. So doesn’t matter whether the Windows Phone, Windows 8 needs the access to the Azure, it will require this mechanism to get authenticated. The token then will be required to access any methods from the service.</p>
<h2>Microsoft Push Notification Service</h2>
<p>This service allows the solution to send a notification message to any smart device which is capable of subscribing / receiving push notifications. The application which is written in Windows 8 and Windows Phone subscribes itself for the notification as soon as application is run for the first time. All the device needs is an internet connection for subscribing / receiving the notifications. Once the Azure service receives an alert message from the Kinect, it sends a push notification to all the devices subscribed. The subscription details are stored in the Azure Tables by the management portal.</p>
<h2>Smooth Streaming Server</h2>
<p>Configuring this server in the Azure would be the toughest part but would be a cake walk if you understand how it is done. Azure Live Streaming on codeplex allows you to do this. The Web role will have a “Startup.cmd” file which will contain the command as below to install the Smooth Streaming Server on the Azure Server.</p>
<blockquote><p>set msiexec=%systemroot%\system32\msiexec.exe<br />
set appcmd=%systemroot%\system32\inetsrv\appcmd.exe</p>
<p>%msiexec% /i &#8220;%~dp0\IISMedia64.msi&#8221; /qn ADDLOCAL=ALL /Le startup_media.txt</p>
<p>exit /b 0</p></blockquote>
<p>The setup file IISMedia64.msi has to be added to the project as a content. The service definition file for the azure will have the below tags</p>
<blockquote><p>&lt;Startup&gt;<br />
&lt;Task commandLine=&#8221;startup.cmd&#8221; executionContext=&#8221;elevated&#8221; taskType=&#8221;simple&#8221;&gt;&lt;/Task&gt;<br />
&lt;/Startup&gt;</p></blockquote>
<p>This will allow the batch file to run once the web role starts up.</p>
<p>You will also require to add “.isml” files for configuring the uplink / downlink streaming end point. For more information on how to configure the streaming server in Azure, please follow the <a href="http://azlivestreaming.codeplex.com/documentation">documentation</a>. The kinect will up stream the compressed video stream to the uplink endpoint and once the video stream is available on the Azure, it will automatically be available on the downlink to have a live streaming.</p>
<p><strong>Note: You can configure any number of instances for a downlink server but only one instance for uplink server.</strong></p>
<h2>AppFabric Service Bus</h2>
<p>We are using the appfabric service bus as a remote endpoint for a WCF service hosted in the application which is connected to the device. This will allow anybody to control the Kinect device like tilting just by sending a message to the WCF endpoint. This will eliminate the need of a static <em>IP / DNS</em> and the firewall overheads which may incur.</p>
<p>In our application there is a method exposed called “<em>SendMessage</em>” by the WCF hosted in the WPF application running along the Kinect devices. Once Windows Phone / Windows 8 sends a command to this method namely “up/down”, the device tilts as per the command.</p>
<p>Now that we have talked enough about Azure, lets talk a little about Kinect on how it is going to act as a watch dog for the solution.</p>
<h2>Kinect for Windows</h2>
<p>Kinect works as Watch Dog at your home which is connected with Windows Azure. The application was built on Kinect for windows SDK ( V 1.0) . We have used the Skeleton detection features to detect the human body motion.  As we have already mentioned by default Kinect will  be in “<em>Patrol mode</em>” , where it will upload the image with every 10 sec of interval and if there is any skeleton detection by Kinect sensor, it will start  the streaming.  We have used the expression encoder SDK to do the stream from application.  Below are the list of components which we have used in WPF Client application.</p>
<p><a href="http://abhijitjana.files.wordpress.com/2012/04/clip_image006.jpg"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="clip_image006" src="http://abhijitjana.files.wordpress.com/2012/04/clip_image006_thumb.jpg?w=456&h=306" alt="clip_image006" width="456" height="306" border="0" /></a></p>
<p>Below are the very top level view of code block  used for detection of skeleton and uploading it to azure.</p>
<p>Find if Skeleton is tracked and then set a global variable which is being used across the application.</p>
<p><pre class="brush: csharp;">
if (this.skeletonData.Where(item =&amp;gt; item.TrackingState == SkeletonTrackingState.Tracked).ToList().Count &amp;gt; 0
{
Global.IsSkeletonTracked = true;
}
</pre></p>
<p>Create a patrol type image is there is no Skeleton otherwise send the alert image.</p>
<p><pre class="brush: csharp;">
if (Global.IsSkeletonTracked)
{
photo  = newPhoto() { CreatedOn = DateTime.Now, Image = filesbyte, Type = PhotoType.Alert };
}
else
{
photo = newPhoto() { CreatedOn = DateTime.Now, Image = filesbyte, Type = PhotoType.Patrol };
}
</pre></p>
<p>The type of <em>Photo </em>is defined<em> </em>with our service contract and we are uploading the images as bellow:</p>
<p><pre class="brush: csharp;">
KinectReceiverClient client = newKinectReceiverClient(&quot;BasicHttpBinding_IKinectReceiver&quot;)
ServicePointManager.ServerCertificateValidationCallback = ((obj, certificate, chain, sslPolicyErrors) =&amp;gt; true);
client.UploadPhoto(photo);
</pre></p>
<h2>Windows Phone</h2>
<p>As I mentioned earlier, Windows Phone will act as one of the end user device in this solution. To interact with Azure easily and securely, we will be using the Windows Azure Toolkit for Windows Phone client. As mentioned in the Azure, the windows phone app will authenticate itself against the Azure on the start up using a user name and password signed by the certificate. Once the application is authenticated, the app in the first screen will show the latest pictures which is peeked from the queue. Remember that these images are pushed to the cloud by the Kinect in the “Patrol” mode.</p>
<p>When there is an intrusion, the Windows Phone receives a toast notification. There is no need to keep the application running / keep your phone unlocked for you to see the notification as the Windows Phone takes care of all the services needed for listening to the notification. Upon tapping the notification, you will be navigated to the page where you will see the live stream through the Multimedia Player for Windows Phone streaming through the downlink url.</p>
<h2>Windows 8</h2>
<p>The metro app developed on Windows 8 runs pretty much the same way as Windows Phone except that it uses Windows Azure Toolkit for Windows 8. Since metro apps also supports the notification service, it’s the same functionality you will require to implement.</p>
<h4>Application Functioning on Patrol Mode</h4>
<p><a href="http://abhijitjana.files.wordpress.com/2012/04/clip_image008.jpg"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="clip_image008" src="http://abhijitjana.files.wordpress.com/2012/04/clip_image008_thumb.jpg?w=418&h=422" alt="clip_image008" width="418" height="422" border="0" /></a></p>
<h2>Application Functioning on Intrusion Mode</h2>
<p><a href="http://abhijitjana.files.wordpress.com/2012/04/clip_image0104.gif"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="clip_image010[4]" src="http://abhijitjana.files.wordpress.com/2012/04/clip_image0104_thumb.gif?w=424&h=467" alt="clip_image010[4]" width="424" height="467" border="0" /></a></p>
<h2>Application Functioning on Accessing Kinect Remotely</h2>
<p><a href="http://abhijitjana.files.wordpress.com/2012/04/clip_image012.jpg"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="clip_image012" src="http://abhijitjana.files.wordpress.com/2012/04/clip_image012_thumb.jpg?w=454&h=384" alt="clip_image012" width="454" height="384" border="0" /></a></p>
<p>We haven’t shared the code here while we have sharing everything that you will require to build this application. We would encourage to try building the application with all the knowledge we have shared. If you require any help on building the same, please do drop a note to us and we will be more than happy to help you.</p>
<h4>Resources</h4>
<ul>
<li><a href="http://www.windowsazure.com">Windows Azure</a></li>
<li><a href="http://www.microsoft.com/windowsphone/">Windows Phone</a></li>
<li><a href="http://www.buildwindows.com/">Windows 8</a></li>
<li><a href="http://www.microsoft.com/en-us/kinectforwindows/">Kinect For Windows</a></li>
<li><a href="http://watwp.codeplex.com/">Windows Azure Toolkit for Windows Phone</a></li>
<li><a href="http://watwindows8.codeplex.com/">Windows Azure Toolkit for Windows 8</a></li>
<li><a href="http://azlivestreaming.codeplex.com/">Windows Azure Live Smooth Streaming</a></li>
</ul>
<h4>Showcased</h4>
<ul>
<li>Multiple events inside Microsoft.</li>
<li><a href="http://abhijitjana.net/2011/10/03/download-presentation-slide-knotting-windows-phone-7-windows-azure-and-kinect-developer-conference-2011/">Developer Conference Hyderabad (Oct 2011)</a></li>
<li><a href="http://india.msteched.com/">TechEd India 2012 (Jan 2012)</a></li>
</ul>
<p><strong>Check Out Recorded Session from TechED India 2012</strong></p>
<p><a href="http://www.istream.com/news/watch/67688/Keynote-Address-Sanket-Akerkar--TechEd-2012"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="image" src="http://abhijitjana.files.wordpress.com/2012/04/image2.png?w=376&h=252" alt="image" width="376" height="252" border="0" /></a><a href="http://www.istream.com/news/watch/69757/Windows-Azure-meets-Kinect-Win-Phone-and-Win-8"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="image" src="http://abhijitjana.files.wordpress.com/2012/04/image3.png?w=374&h=249" alt="image" width="374" height="249" border="0" /></a></p>
<p>Cheers !</p>
<p>Aj</p>
<br />Filed under: <a href='http://abhijitjana.net/category/net-4-0/'>.NET 4.0</a>, <a href='http://abhijitjana.net/category/azure/'>Azure</a>, <a href='http://abhijitjana.net/category/kinect/'>Kinect</a>, <a href='http://abhijitjana.net/category/windows-8-2/'>Windows 8</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abhijitjana.wordpress.com/3494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abhijitjana.wordpress.com/3494/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abhijitjana.wordpress.com/3494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abhijitjana.wordpress.com/3494/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abhijitjana.wordpress.com/3494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abhijitjana.wordpress.com/3494/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abhijitjana.wordpress.com/3494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abhijitjana.wordpress.com/3494/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abhijitjana.wordpress.com/3494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abhijitjana.wordpress.com/3494/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abhijitjana.wordpress.com/3494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abhijitjana.wordpress.com/3494/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abhijitjana.wordpress.com/3494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abhijitjana.wordpress.com/3494/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3494&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abhijitjana.net/2012/04/16/home-security-system-using-kinect-azure-windows-phone-and-windows-8/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d57d87d3990f59469b6b6bd8f03f490?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Abhijit Jana</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/04/clip_image0025_thumb.gif" medium="image">
			<media:title type="html">clip_image002[5]</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/04/clip_image0044_thumb.gif" medium="image">
			<media:title type="html">clip_image004[4]</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/04/clip_image006_thumb.jpg" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/04/clip_image008_thumb.jpg" medium="image">
			<media:title type="html">clip_image008</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/04/clip_image0104_thumb.gif" medium="image">
			<media:title type="html">clip_image010[4]</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/04/clip_image012_thumb.jpg" medium="image">
			<media:title type="html">clip_image012</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/04/image2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/04/image3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>TechEd India 2012 &#8211; Presenting On &quot;Windows Azure With Windows Phone, Windows 8 Metro And Kinect&#8221;</title>
		<link>http://abhijitjana.net/2012/03/13/teched-india-2012-presenting-on-windows-azure-with-windows-phone-windows-8-metro-and-kinect/</link>
		<comments>http://abhijitjana.net/2012/03/13/teched-india-2012-presenting-on-windows-azure-with-windows-phone-windows-8-metro-and-kinect/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 16:09:39 +0000</pubDate>
		<dc:creator>Abhijit Jana</dc:creator>
				<category><![CDATA[.NET Community Events]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[metro]]></category>
		<category><![CDATA[TechED India]]></category>
		<category><![CDATA[TechEdIn]]></category>
		<category><![CDATA[windows 8]]></category>
		<category><![CDATA[Windows Azure]]></category>
		<category><![CDATA[windows phone]]></category>

		<guid isPermaLink="false">https://abhijitjana.wordpress.com/?p=3441</guid>
		<description><![CDATA[I am very happy and excited to announce that this TechEd I will be presenting along with my friend Jebarson. We will be presenting a session which will showcase the integration onWindows Azure, Windows Phone, Windows 8 Metro and Kinect. For the presentation we have developed a proto solution for Home Security. Well let me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3441&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am very happy and excited to announce that this <a href="http://india.msteched.com/">TechEd</a> I will be presenting along with my friend <a href="http://jebarson.info">Jebarson</a>. We will be presenting a session which will showcase the integration on<span style="color:#000080;">Windows Azure</span>, <span style="color:#000080;">Windows Phone</span>,<span style="color:#000080;"> Windows 8 Metro</span> and <span style="color:#000080;">Kinect</span>.</p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:left;padding-top:0;border:0;margin:0 10px 0 0;" title="image" src="http://abhijitjana.files.wordpress.com/2012/03/image.png?w=104&h=170" alt="image" width="104" height="170" align="left" border="0" />For the presentation we have developed a proto solution for <em>Home Security</em>. Well let me explain how we have put all these technologies into action. The <span style="color:#0000ff;"><em><span style="color:#000080;">Kinect</span></em> </span>device will serve as a watch dog at the home which is connected to the Azure. The device will be uploading patrol images to the <em><span style="color:#000080;">Azure</span></em> on regular intervals. Once there is a <em><span style="color:#000080;">human intrusion</span> <span style="color:#000080;">detected</span></em>, the <em><span style="color:#000080;">Kinect</span></em> will send a alert to the <em><span style="color:#000080;">Azure</span></em> and also will start streaming the live video to the <em><span style="color:#000080;">Smooth Streaming Server</span></em> hosted on Azure. Once the Azure, receives the alert, it will send a notification using <span style="color:#000080;">Micr<em>osoft Push Notification Server</em> (<em>MPNS</em>)</span> to the subscribed<em> <span style="color:#000080;">Windows Phones</span></em> and<span style="color:#000080;"> <em>Windows 8 Metro apps</em></span> where you can watch the video streamed live from the Kinect. Well, that’s not the end, we will also demonstrate on <span style="color:#000080;"><em>controlling Kinect</em> from <em>Windows Phone / Windows 8 Metro</em></span> app using <em><span style="color:#000080;">Azure App Fabric</span></em>.</p>
<p>We will be discussing all the technologies involved and the architecture of the complete solution extensively along with a live demonstration in the TechEd.</p>
<p><span id="more-3441"></span></p>
<p><strong>Session Title :</strong> Windows Azure meets Kinect, Windows Phone and Windows 8 Metro<br />
<strong>Track :</strong> Windows Azure <strong><br />
Date :</strong> 21 March 2012 1415 Hrs. IST<br />
<strong>Venue :</strong> <a href="http://www.thelalit.com/the-lalit-ashok-bangalore/overview">LaLiT Ashok’s</a>, Kumara Krupa High Grounds, Bengaluru &#8211; 560001</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:461af6dc-a033-4a83-95e3-bea0837c6451" class="wlWriterEditableSmartContent" style="display:inline;float:none;margin:0;padding:0;">
<div><span style="text-align:center; display: block;"><a href="http://abhijitjana.net/2012/03/13/teched-india-2012-presenting-on-windows-azure-with-windows-phone-windows-8-metro-and-kinect/"><img src="http://img.youtube.com/vi/l2b8zRQdmXo/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Teaser Video on our session</div>
</div>
<p>See you there !</p>
<p>Cheers !<br />
Aj</p>
<blockquote class='twitter-tweet'><p>TechEd India -Presenting On &quot;Windows Azure With Windows Phone, Windows 8 Metro And Kinect&quot;  <a href="http://abhijan.me/ywl9IB"> abhijan.me/ywl9IB</a>  <a href="http://twitter.com/search?q=%23techedin" title="#techedin">#techedin</a> @<a href="https://twitter.com/jebarson007">jebarson007</a>&mdash; <br />Abhijit Jana (@AbhijitJana) <a href='http://twitter.com/#!/AbhijitJana/status/179600793274548224' data-datetime='2012-03-13T16:12:20+00:00'>March 13, 2012</a></p></blockquote>
<br />Filed under: <a href='http://abhijitjana.net/category/net-community-events/'>.NET Community Events</a>, <a href='http://abhijitjana.net/category/teched/'>TechEd</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abhijitjana.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abhijitjana.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abhijitjana.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abhijitjana.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abhijitjana.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abhijitjana.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abhijitjana.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abhijitjana.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abhijitjana.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abhijitjana.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abhijitjana.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abhijitjana.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abhijitjana.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abhijitjana.wordpress.com/3441/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3441&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abhijitjana.net/2012/03/13/teched-india-2012-presenting-on-windows-azure-with-windows-phone-windows-8-metro-and-kinect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d57d87d3990f59469b6b6bd8f03f490?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Abhijit Jana</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/03/image.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio 11 Developer Day&#8211; Hyderabad&#8211;18th Feb 2012</title>
		<link>http://abhijitjana.net/2012/02/13/visual-studio-11-developer-day-hyderabad18th-feb-2012/</link>
		<comments>http://abhijitjana.net/2012/02/13/visual-studio-11-developer-day-hyderabad18th-feb-2012/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 09:16:24 +0000</pubDate>
		<dc:creator>Abhijit Jana</dc:creator>
				<category><![CDATA[.NET Community Events]]></category>
		<category><![CDATA[Community Events]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MUGH]]></category>

		<guid isPermaLink="false">https://abhijitjana.wordpress.com/?p=3429</guid>
		<description><![CDATA[Microsoft User Group Hyderabad (MUGH ) invites you to Developer Day on 18th Feb 2012 ( 9:30 A.M to 1.30 PM ) at Microsoft Campus , Building 3 MPR Halls , Gachibowli, Hyderabad.  Join us to meet Meet Charles Sterling, Senior Program Manager, Visual Studio Team. Charles will deliver 90 min talks on “Application Lifecycle [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3429&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mugh.net">Microsoft User Group Hyderabad (MUGH )</a> invites you to <a href="http://mugh.net/vs11devday/Default.html" target="_blank">Developer Day</a> on 18th Feb 2012 ( 9:30 A.M to 1.30 PM ) at <em>Microsoft Campus , Building 3 MPR Halls</em> , <em>Gachibowli</em>, <em>Hyderabad</em>.  Join us to meet Meet Charles Sterling, Senior Program Manager, Visual Studio Team. Charles will deliver 90 min talks on “Application Lifecycle Management with Visual Studio 11”.  Additionally, we have two sessions on “Debug production hosted application with Intellitrace and Visual Studio 11” and “SQL Server 2012 Database Unit Testing with Visual Studio 11”.</p>
<p><span id="more-3429"></span></p>
<p>Check out the Complete Agenda from here : <a title="http://mugh.net/vs11devday/agenda.html" href="http://mugh.net/vs11devday/agenda.html">http://mugh.net/vs11devday/agenda.html</a></p>
<p>Register for the event from <a title="http://mughvs11devday.eventbrite.com/" href="http://mughvs11devday.eventbrite.com/">http://mughvs11devday.eventbrite.com/</a></p>
<p><a href="http://mugh.net/vs11devday/Default.html" target="_blank"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;padding-top:0;border:0;margin:0 auto;" title="image" src="http://abhijitjana.files.wordpress.com/2012/02/image.png?w=388&h=159" alt="image" width="388" height="159" border="0" /></a></p>
<p>&nbsp;</p>
<p>See you there !</p>
<p>Cheers !</p>
<p>Abhijit</p>
<br />Filed under: <a href='http://abhijitjana.net/category/net-community-events/'>.NET Community Events</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abhijitjana.wordpress.com/3429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abhijitjana.wordpress.com/3429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abhijitjana.wordpress.com/3429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abhijitjana.wordpress.com/3429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abhijitjana.wordpress.com/3429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abhijitjana.wordpress.com/3429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abhijitjana.wordpress.com/3429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abhijitjana.wordpress.com/3429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abhijitjana.wordpress.com/3429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abhijitjana.wordpress.com/3429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abhijitjana.wordpress.com/3429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abhijitjana.wordpress.com/3429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abhijitjana.wordpress.com/3429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abhijitjana.wordpress.com/3429/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3429&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abhijitjana.net/2012/02/13/visual-studio-11-developer-day-hyderabad18th-feb-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d57d87d3990f59469b6b6bd8f03f490?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Abhijit Jana</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/02/image.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Presenting at DevDays &#8211; Hyderabad 29th January 2012</title>
		<link>http://abhijitjana.net/2012/01/25/presenting-at-devdays-hyderabad-29th-january-2012/</link>
		<comments>http://abhijitjana.net/2012/01/25/presenting-at-devdays-hyderabad-29th-january-2012/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 13:05:43 +0000</pubDate>
		<dc:creator>Abhijit Jana</dc:creator>
				<category><![CDATA[.NET Community Events]]></category>
		<category><![CDATA[Community Events]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MUGH]]></category>

		<guid isPermaLink="false">https://abhijitjana.wordpress.com/?p=3420</guid>
		<description><![CDATA[Microsoft User Group Hyderabad (MUGH ) invites you to Developer Day on 29th Jan’12 . This is scheduled on this Sunday (29th Jan – from&#160; 9:30 A.M&#160; to 1.30 PM ) at Microsoft Campus , Building 3 MPR Halls , Gachibowli, Hyderabad. I am presenting on “Coding for fun on Kinect” . During this1 hr. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3420&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://abhijitjana.net/2011/11/23/presenting-at-mugh-tech-meet-hyderabad-26th-nov11/www.mugh.net">Microsoft User Group Hyderabad (MUGH )</a> invites you to Developer Day on 29th Jan’12 . This is scheduled on this Sunday (29th Jan – from&#160; 9:30 A.M&#160; to 1.30 PM ) at <em>Microsoft Campus , Building 3 MPR Halls</em> , <em>Gachibowli</em>, <em>Hyderabad</em>. </p>
<p>I am presenting on “<strong><em>Coding for fun on Kinect</em></strong>” . During this1 hr. session, I will be talking about Kinect .NET SDK APIs and will be developing some cool application using Kinect for Windows SDK Beta 2. Yeah, something interesting! </p>
<p><span id="more-3420"></span><br />
<blockquote>
<p>I have few copies of&#160; “<strong><a href="http://www.flipkart.com/books/1466405643?affid=pinaldavey" target="_blank">SQL Server Questions &amp; Answers</a></strong>” book by <a href="http://twitter.com/pinaldave" target="_blank">Pinal Dave</a> and <a href="http://twitter.com/@vinodk_sql" target="_blank">Vinod Kumar</a> to give away during my session.&#160;&#160; </p>
</blockquote>
<p>Here is the complete agenda </p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;padding-top:0;border-width:0;margin:0 auto;" title="image" border="0" alt="image" src="http://abhijitjana.files.wordpress.com/2012/01/image12.png?w=554&h=410" width="554" height="410" /></p>
<p>&#160;</p>
<p><strong>It’s a free event, Register&#160; here :</strong>&#160; <a title="http://mughdeveloperday01.eventbrite.com/" href="http://mughdeveloperday01.eventbrite.com/">http://mughdeveloperday01.eventbrite.com/</a></p>
<p>Looking forward to meet !</p>
<p>Cheers !</p>
<p>Abhijit</p>
<br />Filed under: <a href='http://abhijitjana.net/category/net-community-events/'>.NET Community Events</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abhijitjana.wordpress.com/3420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abhijitjana.wordpress.com/3420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abhijitjana.wordpress.com/3420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abhijitjana.wordpress.com/3420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abhijitjana.wordpress.com/3420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abhijitjana.wordpress.com/3420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abhijitjana.wordpress.com/3420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abhijitjana.wordpress.com/3420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abhijitjana.wordpress.com/3420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abhijitjana.wordpress.com/3420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abhijitjana.wordpress.com/3420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abhijitjana.wordpress.com/3420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abhijitjana.wordpress.com/3420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abhijitjana.wordpress.com/3420/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3420&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abhijitjana.net/2012/01/25/presenting-at-devdays-hyderabad-29th-january-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d57d87d3990f59469b6b6bd8f03f490?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Abhijit Jana</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/01/image12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>JScript Debugger&#8211; &#8220;Unable to attach the process. Another debugger might be attached to the process&#8221; &#8211; while application is running from Visual Studio. [ Solution ]</title>
		<link>http://abhijitjana.net/2012/01/20/jscript-debugger-unable-to-attach-the-process-another-debugger-might-be-attached-to-the-process-while-application-is-running-from-visual-studio-solution/</link>
		<comments>http://abhijitjana.net/2012/01/20/jscript-debugger-unable-to-attach-the-process-another-debugger-might-be-attached-to-the-process-while-application-is-running-from-visual-studio-solution/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 16:57:48 +0000</pubDate>
		<dc:creator>Abhijit Jana</dc:creator>
				<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[ASP.NET 4.5]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Visual Studio 2011]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[codeproject]]></category>
		<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">https://abhijitjana.wordpress.com/?p=3416</guid>
		<description><![CDATA[IE Developer toolbar provide us a fantastic and easiest way to debug JavaScript with in browser.&#160; If the web site is hosted on IIS and you are trying&#160; debug JavaScript using IE Developer tool bar, it will work fine if you the correct browser setting for debugging. If you are running your web application directly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3416&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>IE Developer toolbar provide us a fantastic and easiest way to debug JavaScript with in browser.&#160; If the web site is hosted on IIS and you are trying&#160; debug JavaScript using IE Developer tool bar, it will work fine if you the correct browser setting for debugging. If you are running your web application directly from visual studio, you might came across the problem of “<strong>Unable to attach to the process</strong>”&#160; while click on “<strong>Start debugging</strong>” button in IE Developer toolbar. In this post I am going to talk about the resolution of the same and will also talk about little bit behind the scene.</p>
<p><span id="more-3416"></span><br />
<h2><font><font color="#000080"><font>Problem:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </font></font>&#160;</font></h2>
<p>IE Developer Toolbar – JS Debugger Error <font><strong>“Unable to attach the process. Another debugger might be attached to the process” </strong></font>. </p>
<h3><font>Steps :</font></h3>
<p>1. Run an <strong>ASP.NET</strong> application from <strong>Visual Studio</strong>.</p>
<p>2. Once application launched, Press <strong>F12</strong> in browser to launch Developer Toolbar.</p>
<p>3. Move to “<strong>Script”</strong> Tab and Click on “<strong>Start Debugging</strong>” . <font size="1">Put necessary breakpoints on the script function as required before click</font>.</p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;padding-top:0;border-width:0;margin:0 auto;" title="image" border="0" alt="image" src="http://abhijitjana.files.wordpress.com/2012/01/image4.png?w=429&h=94" width="429" height="94" /></p>
<p>On click of “<strong>Start Debugging</strong>”, you will receive below error message. which says, already another debugger attached and you can not attach with current IE Process for debugging.</p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;padding-top:0;border-width:0;margin:0 auto;" title="image" border="0" alt="image" src="http://abhijitjana.files.wordpress.com/2012/01/image5.png?w=560&h=209" width="560" height="209" /></p>
<h2><font color="#000080">Solution :&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </font></h2>
<p>Follow the below steps for resolve this issue.</p>
<p>1. Go back to Visual Studio and&#160; Select “<strong>Detach All</strong>” from “<strong>Debug</strong>” menu.</p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;padding-top:0;border-width:0;margin:0 auto;" title="image" border="0" alt="image" src="http://abhijitjana.files.wordpress.com/2012/01/image6.png?w=440&h=223" width="440" height="223" /></p>
<p>2. Now click on “<strong>Start Debugging</strong>” from IE Developer Toolbar.&#160; No error , and you can continue with debugging and other work.</p>
<h2><font color="#646b86"></font><font color="#000080"><font>Behind the scene :&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </font>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </font><font color="#646b86"></font></h2>
<p>Visual Studio automatically instantiate an Internet explorer process to launch the web sites. You can check the process level using “<strong>Process Explorer</strong>”. </p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;padding-top:0;border-width:0;margin:0 auto;" title="image" border="0" alt="image" src="http://abhijitjana.files.wordpress.com/2012/01/image7.png?w=505&h=152" width="505" height="152" /></p>
<p>Also, it attached the process&#160; “<strong>iexplore.exe</strong>” automatically&#160; during launch of site that helps us debug&#160; JavaScript from visual studio itself. You can check&#160; it from Solution explorer itself</p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;padding-top:0;border-width:0;margin:0 auto;" title="image" border="0" alt="image" src="http://abhijitjana.files.wordpress.com/2012/01/image8.png?w=614&h=191" width="614" height="191" /></p>
<p>Which mean, while your site is running in browser, “<strong>iexplore.exe</strong>” ( Process for Internet Explorer) is already attached .&#160; One of the most simplest way to check this out is, navigate to&#160; <strong><a href="http://dailydotnettips.com/2012/01/20/how-to-get-list-of-attached-processes-in-visual-studio-while-debugging/" target="_blank">Debug &gt; Windows&gt; Processes</a> .&#160; </strong>This will list out all attached process with in visual studio . For any typical ASP.NET web application which is running from visual studio will have two process and <strong>iexplore</strong> is one of them.</p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;padding-top:0;border-width:0;margin:0 auto;" title="image" border="0" alt="image" src="http://abhijitjana.files.wordpress.com/2012/01/image9.png?w=775&h=180" width="775" height="180" /></p>
<p>That’s why when you are trying to attach the same process from IE Developer tool bar, it is throwing error<strong> <font></font>“Unable to attach the process. Another debugger might be attached to the process” . </strong></p>
<p><em>So now we know what was the causing the issue and let’s have a look what we did to resolve this.&#160; </em></p>
<p>As a resolution,&#160; we used “<strong>Detach All</strong>” from debug menu, which actually detach all the process which is attached with visual studio except local ASP.NET Development server process&#160; ( <strong>WebDev.WebServer40.EXE</strong> ).&#160; </p>
<blockquote><p><strong>Note :</strong> “<strong>Detach All”</strong> will detach all the attached process apart from ASP.NET Development server. Because detaching the development server is nothing but stopping your application. If you want to stop, either <strong>stop debugging</strong> or “<strong>Terminate</strong>” the local development sever process.</p>
</blockquote>
<p>“<strong>Detach All”</strong> will remove iexplore.exe from the list of attached process. So, you can go ahead and start the debugging in IE Developer toolbar.</p>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;border-top:0;border-right:0;padding-top:0;margin:0 auto;" title="image" border="0" alt="image" src="http://abhijitjana.files.wordpress.com/2012/01/image10.png?w=765&h=178" width="765" height="178" /></p>
<h3><font color="#000080">Detaching a Particular Process Instead “Detach All”&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </font></h3>
<p>If there are multiple processes attached and if you want to detach only <strong>“IE</strong> <strong>Process”,</strong> you can simply do it from process attach window, by selecting&#160; “<strong>Detach Process</strong>” from the content menu of the “<strong>iexplore.exe</strong>”.&#160; This will help you to retain on other process in attached state.</p>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;border-top:0;border-right:0;padding-top:0;margin:0 auto;" title="image" border="0" alt="image" src="http://abhijitjana.files.wordpress.com/2012/01/image11.png?w=734&h=255" width="734" height="255" /></p>
<blockquote><p>To know more about <strong>Processes Window</strong>, check out this post <a href="http://dailydotnettips.com/2012/01/20/how-to-get-list-of-attached-processes-in-visual-studio-while-debugging/">How to get list of attached processes in Visual Studio while debugging ?</a></p>
</blockquote>
<p>Hope this helps !</p>
<p>Cheers !</p>
<p>Abhijit</p>
<br />Filed under: <a href='http://abhijitjana.net/category/net-4-0/'>.NET 4.0</a>, <a href='http://abhijitjana.net/category/asp-net-4-0/'>ASP.NET 4.0</a>, <a href='http://abhijitjana.net/category/asp-net-4-5/'>ASP.NET 4.5</a>, <a href='http://abhijitjana.net/category/tips-and-tricks/'>Tips and Tricks</a>, <a href='http://abhijitjana.net/category/visual-studio/'>Visual Studio</a>, <a href='http://abhijitjana.net/category/visual-studio-2010/'>Visual Studio 2010</a>, <a href='http://abhijitjana.net/category/visual-studio-2011/'>Visual Studio 2011</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abhijitjana.wordpress.com/3416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abhijitjana.wordpress.com/3416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abhijitjana.wordpress.com/3416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abhijitjana.wordpress.com/3416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abhijitjana.wordpress.com/3416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abhijitjana.wordpress.com/3416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abhijitjana.wordpress.com/3416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abhijitjana.wordpress.com/3416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abhijitjana.wordpress.com/3416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abhijitjana.wordpress.com/3416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abhijitjana.wordpress.com/3416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abhijitjana.wordpress.com/3416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abhijitjana.wordpress.com/3416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abhijitjana.wordpress.com/3416/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3416&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abhijitjana.net/2012/01/20/jscript-debugger-unable-to-attach-the-process-another-debugger-might-be-attached-to-the-process-while-application-is-running-from-visual-studio-solution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d57d87d3990f59469b6b6bd8f03f490?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Abhijit Jana</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/01/image4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/01/image5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/01/image6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/01/image7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/01/image8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/01/image9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/01/image10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/01/image11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>I wish you a Happy New Year 2012</title>
		<link>http://abhijitjana.net/2012/01/01/i-wish-you-a-happy-new-year-2012/</link>
		<comments>http://abhijitjana.net/2012/01/01/i-wish-you-a-happy-new-year-2012/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 19:33:22 +0000</pubDate>
		<dc:creator>Abhijit Jana</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">https://abhijitjana.wordpress.com/?p=3384</guid>
		<description><![CDATA[Wish you and your family a&#160; very happy and prosperous new year 2012.&#160; May this new year bring many opportunities your way to explore every joy of life. I Hope this new year fills your life with happiness and perfect health always, much more success and happiness. As we wind up with year 2011, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3384&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:left;padding-top:0;border-width:0;margin:0 11px 7px 0;" title="image" border="0" alt="image" align="left" src="http://abhijitjana.files.wordpress.com/2012/01/image.png?w=223&h=170" width="223" height="170" />Wish you and your family a&#160; very happy and prosperous new year 2012.&#160; May this new year bring many opportunities your way to explore every joy of life. I Hope this new year fills your life with happiness and perfect health always, much more success and happiness.</p>
<p>As we wind up with year 2011, I would like to express my sincere thanks to all the visitors, readers, followers of my blog for their encouragement, feedbacks and support.&#160; Please keep visiting and send me your feedback. </p>
<p>Keep visiting here and follow me <a href="http://twitter.com/abhijitjana">@AbhijitJana</a> for quick update.</p>
<p>Again, Thanks you and a very very happy new year 2012 !</p>
<p>Thanks !</p>
<p>AJ</p>
<br />Filed under: <a href='http://abhijitjana.net/category/announcement/'>Announcement</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abhijitjana.wordpress.com/3384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abhijitjana.wordpress.com/3384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abhijitjana.wordpress.com/3384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abhijitjana.wordpress.com/3384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abhijitjana.wordpress.com/3384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abhijitjana.wordpress.com/3384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abhijitjana.wordpress.com/3384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abhijitjana.wordpress.com/3384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abhijitjana.wordpress.com/3384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abhijitjana.wordpress.com/3384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abhijitjana.wordpress.com/3384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abhijitjana.wordpress.com/3384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abhijitjana.wordpress.com/3384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abhijitjana.wordpress.com/3384/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3384&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abhijitjana.net/2012/01/01/i-wish-you-a-happy-new-year-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d57d87d3990f59469b6b6bd8f03f490?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Abhijit Jana</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2012/01/image.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Daily .NET Tips &#8211; Completed 1 Year Today</title>
		<link>http://abhijitjana.net/2011/12/27/daily-net-tips-completed-1-year-today/</link>
		<comments>http://abhijitjana.net/2011/12/27/daily-net-tips-completed-1-year-today/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 07:29:35 +0000</pubDate>
		<dc:creator>Abhijit Jana</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Daily.NETTips]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[dailydotnettips]]></category>

		<guid isPermaLink="false">https://abhijitjana.wordpress.com/?p=3381</guid>
		<description><![CDATA[I am very happy to inform that,&#160; Daily .NET Tips marks the first anniversary today.&#160; 27th Dec 2010, I announced the official launch of this web site ( .NET Tip a Day, Keeps painkillers away! – Live at http://dailydotnettips.com – 27th Dec 2010 ).&#160; A year back I started with this site with intention of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3381&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:left;padding-top:0;border-width:0;margin:0 16px 0 0;" title="image" border="0" alt="image" align="left" src="http://abhijitjana.files.wordpress.com/2011/12/image2.png?w=130&h=123" width="130" height="123" />I am very happy to inform that,&#160; <a href="http://dailydotnettips.com" target="_blank">Daily .NET Tips</a> marks the first anniversary today.&#160; 27th Dec 2010, I announced the official launch of this web site ( <a href="http://abhijitjana.net/2010/12/27/net-tip-a-day-keeps-painkillers-away-live-at-httpdailydotnettips-com-27th-dec-2010/" target="_blank">.NET Tip a Day, Keeps painkillers away! – Live at http://dailydotnettips.com – 27th Dec 2010</a> ).&#160; A year back I started with this site with intention of sharing most useful and handy tip and tricks on .NET that can improve productivity of work while coding and can give solutions of much required problems.&#160; This site is completely design for sharing Tips and Tricks, New Features, useful Code Snippet which you can use in daily development work and targeted anything related with .NET. </p>
<p><span id="more-3381"></span>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;border-top:0;border-right:0;padding-top:0;margin:0 auto;" title="DailyDotNetTips1Year" border="0" alt="DailyDotNetTips1Year" src="http://abhijitjana.files.wordpress.com/2011/12/dailydotnettips1year.png?w=485&h=360" width="485" height="360" /></p>
<p>With the 1st anniversary, I thought to share some interesting facts regarding this web site:</p>
<ul>
<li>Total numbers of tips shared : 250 </li>
<li>Total number of Facebook Fan : 500 + ( Like&#160; <strong></strong><a href="http://www.facebook.com/DailyDotNetTips">http://www.facebook.com/DailyDotNetTips</a> ) </li>
<li>Total Number of Twitter Follower : 350 +&#160; ( Follow&#160; <a href="http://twitter.com/dailydotnettips" target="_blank">@dailydotnettips</a> ) </li>
<li>Approximate Page View : 6,86,000 +</li>
<li>Numbers of post has been showcased as “Spotlight” at <a title="http://www.asp.net/" href="http://www.asp.net/">http://www.asp.net/</a> </li>
<li><a href="http://twitter.com/#!/scottgu/status/26744548516438016">Tweet from Scott Gu</a> </li>
<li>This site covered numbers of Tips and Tricks on recent release of <a href="http://dailydotnettips.com/tag/asp-net-4-5/" target="_blank">ASP.NET 4.5</a> and <a href="http://dailydotnettips.com/category/visual-studio-2011/" target="_blank">Visual Studio 2011</a> </li>
</ul>
<p>This has been a very great journey, lots of fun and learning over the year and this is just the beginning.&#160; I would like to thanks each individual of you who supported to encouraged for this web site. My personal thanks to “<a href="http://abhisheksur.com" target="_blank">Abhishek Sur</a>”, who is the&#160; main contributor and administrator of Daily .NET tips.&#160; Abhishek shared numbers of tips over the year and taken care of many backend stuff of this web site.&#160; Thanks to our valuable contributor <a href="http://jebarson.info" target="_blank">Jebarson Jebamony</a>,&#160; <a href="http://atulverma.com">Atul Verma</a>, <a href="http://dailydotnettips.com/author/pranay/">Pranay&#160; ana</a>, <a href="http://dailydotnettips.com/author/shravan/">Shravan Kumar</a> and&#160;&#160; <a href="http://dailydotnettips.com/author/brij/">Brij Bhushan Mishra </a>for their contribution with various tips.</p>
<p>And of course, many thanks to my lovely wife Ananya for her priceless support. Today is her birthday as well. Don’t forget to wish&#160; here !</p>
<p>Well, this is just the beginning and hopefully will continue with same passion over coming year. Will appreciate your suggestion and feedback to improve.</p>
<p>Thank and keep visiting.</p>
<div>Cheers, </div>
<div>Abhijit </div>
<div>Daily .NET Tips | Founder</div>
<br />Filed under: <a href='http://abhijitjana.net/category/announcement/'>Announcement</a>, <a href='http://abhijitjana.net/category/daily-nettips/'>Daily.NETTips</a>, <a href='http://abhijitjana.net/category/general/'>General</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abhijitjana.wordpress.com/3381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abhijitjana.wordpress.com/3381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abhijitjana.wordpress.com/3381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abhijitjana.wordpress.com/3381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abhijitjana.wordpress.com/3381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abhijitjana.wordpress.com/3381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abhijitjana.wordpress.com/3381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abhijitjana.wordpress.com/3381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abhijitjana.wordpress.com/3381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abhijitjana.wordpress.com/3381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abhijitjana.wordpress.com/3381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abhijitjana.wordpress.com/3381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abhijitjana.wordpress.com/3381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abhijitjana.wordpress.com/3381/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3381&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abhijitjana.net/2011/12/27/daily-net-tips-completed-1-year-today/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d57d87d3990f59469b6b6bd8f03f490?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Abhijit Jana</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2011/12/image2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2011/12/dailydotnettips1year.png" medium="image">
			<media:title type="html">DailyDotNetTips1Year</media:title>
		</media:content>
	</item>
		<item>
		<title>Wishing you all Merry Christmas</title>
		<link>http://abhijitjana.net/2011/12/25/wishing-you-all-merry-christmas-2/</link>
		<comments>http://abhijitjana.net/2011/12/25/wishing-you-all-merry-christmas-2/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 18:38:33 +0000</pubDate>
		<dc:creator>Abhijit Jana</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">https://abhijitjana.wordpress.com/?p=3377</guid>
		<description><![CDATA[Here’s wishing you all the joys of the season. Wish you and your family a Merry Christmas and a prosperous New Year in year in advance. May this good times&#160; become the golden memories of tomorrow for all of you. Wish you lots of love, joy and happiness. &#160; &#160; Best Regards, Abhijit Filed under: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3377&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:left;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://abhijitjana.files.wordpress.com/2011/12/image1.png?w=161&h=113" width="161" height="113" /> Here’s wishing you all the joys of the season. Wish you and your family a Merry Christmas and a prosperous New Year in year in advance. May this good times&#160; become the golden memories of tomorrow for all of you. Wish you lots of love, joy and happiness.</p>
<p>&#160;</p>
<p>&#160;</p>
<p>Best Regards,</p>
<p>Abhijit </p>
<br />Filed under: <a href='http://abhijitjana.net/category/announcement/'>Announcement</a>, <a href='http://abhijitjana.net/category/general/'>General</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abhijitjana.wordpress.com/3377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abhijitjana.wordpress.com/3377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abhijitjana.wordpress.com/3377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abhijitjana.wordpress.com/3377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abhijitjana.wordpress.com/3377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abhijitjana.wordpress.com/3377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abhijitjana.wordpress.com/3377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abhijitjana.wordpress.com/3377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abhijitjana.wordpress.com/3377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abhijitjana.wordpress.com/3377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abhijitjana.wordpress.com/3377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abhijitjana.wordpress.com/3377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abhijitjana.wordpress.com/3377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abhijitjana.wordpress.com/3377/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3377&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abhijitjana.net/2011/12/25/wishing-you-all-merry-christmas-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d57d87d3990f59469b6b6bd8f03f490?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Abhijit Jana</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2011/12/image1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Download : &#8220;Betty Wallpapers&#8221; &#8211; Windows Phone App for Bing image search</title>
		<link>http://abhijitjana.net/2011/12/21/download-betty-wallpapers-windows-phone-app-for-bing-image-search/</link>
		<comments>http://abhijitjana.net/2011/12/21/download-betty-wallpapers-windows-phone-app-for-bing-image-search/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 14:46:21 +0000</pubDate>
		<dc:creator>Abhijit Jana</dc:creator>
				<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Image Search]]></category>
		<category><![CDATA[MarketPlace]]></category>
		<category><![CDATA[windows phone]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">https://abhijitjana.wordpress.com/?p=3374</guid>
		<description><![CDATA[If you ever wanted an application in windows phone which can search images and wallpapers from internet and download it into your phone, then your wait is over. My friend Jebarson has developed a very simple app named &#34;Betty Wallpapers&#34; which uses Bing for searching the images / wallpapers from the internet and shows up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3374&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.windowsphone.com/en-US/apps/f69e8ceb-efa8-42e5-9a64-cbad9c6d1322" target="_blank"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:left;padding-top:0;border-width:0;margin:0 12px 0 0;" title="Screenshot1" border="0" alt="Screenshot1" align="left" src="http://abhijitjana.files.wordpress.com/2011/12/screenshot1.png?w=128&h=129" width="128" height="129" /></a>If you ever wanted an application in windows phone which can search images and wallpapers from internet and download it into your phone, then your wait is over.</p>
<p>My friend <a href="http://jebarson.info" target="_blank">Jebarson</a> has developed a very simple app named &quot;<a href="http://www.windowsphone.com/en-US/apps/f69e8ceb-efa8-42e5-9a64-cbad9c6d1322" target="_blank">Betty Wallpapers</a>&quot; which uses <a href="http://bing.com">Bing</a> for searching the images / wallpapers from the internet and shows up on the screen. You can download them directly into your library.</p>
<p>The application also exposes search options which allows you to filter your images by <strong><em>size, aspect, color, style,</em></strong>etc.</p>
<p><span id="more-3374"></span>
<p>This is a totally <u>free</u> application except that you will not be able to turn off adult filter in the trial mode considering the fact that minors will not hold a credit card.</p>
<p><a href="http://www.windowsphone.com/en-US/apps/f69e8ceb-efa8-42e5-9a64-cbad9c6d1322" target="_blank"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Screenshot5" border="0" alt="Screenshot5" src="http://abhijitjana.files.wordpress.com/2011/12/screenshot5.png?w=293&h=488" width="293" height="488" /></a>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://www.windowsphone.com/en-US/apps/f69e8ceb-efa8-42e5-9a64-cbad9c6d1322" target="_blank"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Screenshot3" border="0" alt="Screenshot3" src="http://abhijitjana.files.wordpress.com/2011/12/screenshot3.png?w=293&h=488" width="293" height="488" /></a></p>
<p>Feel free to download it from <a href="http://www.windowsphone.com/en-US/apps/f69e8ceb-efa8-42e5-9a64-cbad9c6d1322" target="_blank">Market Place</a>&#160; . Do not forget to submit your review for the same. If you have additional feedback, directly reach out to Jebarson ( <a href="http://jebarson.info">http://jebarson.info</a>&#160; / <a href="http://twitter.com/jebarson007" target="_blank">@Jebarson007</a>) </p>
<br />Filed under: <a href='http://abhijitjana.net/category/windows-phone-2/'>Windows Phone</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abhijitjana.wordpress.com/3374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abhijitjana.wordpress.com/3374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abhijitjana.wordpress.com/3374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abhijitjana.wordpress.com/3374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abhijitjana.wordpress.com/3374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abhijitjana.wordpress.com/3374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abhijitjana.wordpress.com/3374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abhijitjana.wordpress.com/3374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abhijitjana.wordpress.com/3374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abhijitjana.wordpress.com/3374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abhijitjana.wordpress.com/3374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abhijitjana.wordpress.com/3374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abhijitjana.wordpress.com/3374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abhijitjana.wordpress.com/3374/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3374&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abhijitjana.net/2011/12/21/download-betty-wallpapers-windows-phone-app-for-bing-image-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d57d87d3990f59469b6b6bd8f03f490?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Abhijit Jana</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2011/12/screenshot1.png" medium="image">
			<media:title type="html">Screenshot1</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2011/12/screenshot5.png" medium="image">
			<media:title type="html">Screenshot5</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2011/12/screenshot3.png" medium="image">
			<media:title type="html">Screenshot3</media:title>
		</media:content>
	</item>
		<item>
		<title>My Upcoming Events : Virtual Tech Days and Technology Conclave Delhi 2011</title>
		<link>http://abhijitjana.net/2011/12/10/my-upcoming-events-virtual-tech-days-and-technology-conclave-delhi-2011/</link>
		<comments>http://abhijitjana.net/2011/12/10/my-upcoming-events-virtual-tech-days-and-technology-conclave-delhi-2011/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 19:00:53 +0000</pubDate>
		<dc:creator>Abhijit Jana</dc:creator>
				<category><![CDATA[.NET Community Events]]></category>
		<category><![CDATA[Community Events]]></category>
		<category><![CDATA[TechConDelhi]]></category>

		<guid isPermaLink="false">https://abhijitjana.wordpress.com/?p=3364</guid>
		<description><![CDATA[The 13th edition of Microsoft Virtual Tech Days – being held on 14th to 16th Dec 2011. I’ll be presenting a session on Web Developer Track and will talk about “Inside IIS Request Processing and ASP.NET Page Life Cycle” on 15th Dec 2011 from 3:00pm – 4:00pm (IST) . Understanding the ASP.NET Page Life Cycle [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3364&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em></em></p>
<p><a href="http://www.virtualtechdays.com"><img title="image" border="0" alt="image" align="left" src="http://abhijitjana.files.wordpress.com/2011/09/image_thumb60.png?w=241&amp;h=82&h=82" width="241" height="82" /></a>The 13th edition of <a href="http://www.virtualtechdays.com/">Microsoft Virtual Tech Days</a> – being held on 14th <em>to 16th Dec 2011</em>. I’ll be <a href="http://www.virtualtechdays.com/speakers.aspx#195">present</a><a href="http://www.virtualtechdays.com/speakers.aspx#195">ing</a> a session on <em>Web Developer Track </em>and will talk about “<strong>Inside IIS Request Processing and ASP.NET Page Life Cycle</strong>” on <em><strong><u>15th Dec 2011</u></strong> from <font color="#000000"><strong>3:00pm – 4:00pm (IST)</strong></font></em> . Understanding the ASP.NET Page Life Cycle is an essential knowledge for developing ASP.NET Web Application, and before Page Life Cycle, IIS does a numbers of internal process with the request coming from client browser. During this session I will discuss <em><font color="#000080">how IIS process ASP.NET Requests, what happens when some client request comes to IIS, how IIS decided what kind of request it is and later in internals of ASP.NET Page lifecycle</font></em>. </p>
<p><span id="more-3364"></span>
<p>This is an live meeting event. You can attend it from any where. To register for this event click <a href="http://www.virtualtechdays.com/registration1.aspx">here</a> . Find all the details agenda from <a href="http://www.virtualtechdays.com/agendaDay2.aspx">here</a> . </p>
<p>Tune in for a demo filled session.</p>
<h3><font>Technology Conclave Delhi 2011</font></h3>
<p><a href="http://delhitechforum.com/Home.aspx" target="_blank"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;float:left;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" align="left" src="http://abhijitjana.files.wordpress.com/2011/12/image.png?w=254&h=136" width="254" height="136" /></a></p>
<p><a href="http://delhitechforum.com/Home.aspx" target="_blank">Technology Conclave</a> is the premier technical event for technology professionals in Delhi NCR interested in learning, connecting and exploring the latest Microsoft technologies. TechCon 2011 is a 2 day event <em>(<strong>Dec 17 &amp; 18</strong>, Venue : Auditorium III Siri Fort Auditorium August Kranti Marg New Delhi )</em> with Day 1 focused on Developer technologies and Day 2 focused on IT management. All the session in Technology Conclave going to be very interactive and have your questions answered by the very people who work on these technologies day-in and day-out, and who can help you plan the features and architecture in support of your business goals. TechCon Delhi came up with a numbers of latest technology talk such as HTML5, ASP.NET 4.5, Windows Azure as an agenda. Check out complete agenda here <a title="http://abhijan.me/tor7qy" href="http://abhijan.me/tor7qy">http://abhijan.me/tor7qy</a></p>
<p>I will be presenting on “<strong>Visual Studio 2011 Developer Preview and ASP.NET 4.5”</strong> . This will be a complete demo oriented session where I will be talking on few new enhancement of VS 2011 Developer preview, useful changes for web developer in Visual Studio 2011 and enhancement of ASP.NET 4.5 core runtime enhancement, data binding, new request validation along with&#160; new&#160; bundling and&#160; minification. I will also showcase how new ASP.NET 4.5 supports Async HTTPModule and HTTPHandler. </p>
<p>What else, if you are in Delhi don’t miss this event. Register yourself Today itself. Here is the complete details of Technology Conclave Delhi <a title="http://abhijan.me/tor7qy" href="http://abhijan.me/tor7qy">http://abhijan.me/tor7qy</a></p>
<p>See You There !!!</p>
<p><font color="#000080"><em>That’s all. This is going to be my last event for the year 2011. You can find out all of <a href="http://abhijitjana.net/events/">my past event details here</a>. Will be back again with new year 2012.&#160; Wish you and your family a Merry Christmas and a prosperous New Year in year in well advance.</em></font></p>
<p><em><font color="#000080"></font></em></p>
<p><font color="#000080">Cheers !</font></p>
<p><font color="#000080">Abhijit</font></p>
<br />Filed under: <a href='http://abhijitjana.net/category/net-community-events/'>.NET Community Events</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abhijitjana.wordpress.com/3364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abhijitjana.wordpress.com/3364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abhijitjana.wordpress.com/3364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abhijitjana.wordpress.com/3364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abhijitjana.wordpress.com/3364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abhijitjana.wordpress.com/3364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abhijitjana.wordpress.com/3364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abhijitjana.wordpress.com/3364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abhijitjana.wordpress.com/3364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abhijitjana.wordpress.com/3364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abhijitjana.wordpress.com/3364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abhijitjana.wordpress.com/3364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abhijitjana.wordpress.com/3364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abhijitjana.wordpress.com/3364/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abhijitjana.net&#038;blog=6080566&#038;post=3364&#038;subd=abhijitjana&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abhijitjana.net/2011/12/10/my-upcoming-events-virtual-tech-days-and-technology-conclave-delhi-2011/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d57d87d3990f59469b6b6bd8f03f490?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Abhijit Jana</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2011/09/image_thumb60.png?w=241&#38;h=82" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abhijitjana.files.wordpress.com/2011/12/image.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
