<?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/"
	>

<channel>
	<title>ASP Experts &#187; IntelliSense</title>
	<atom:link href="http://www.aspexperts.com/tag/intellisense/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspexperts.com</link>
	<description>.net programming, mssql, c#, vb.net....</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:06:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to solve JavaScript IntelliSense problems in VS2010</title>
		<link>http://www.aspexperts.com/how-to-solve-javascript-intellisense-problems-in-vs2010</link>
		<comments>http://www.aspexperts.com/how-to-solve-javascript-intellisense-problems-in-vs2010#comments</comments>
		<pubDate>Tue, 09 Nov 2010 00:30:12 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[IntelliSense]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JScript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[VSDoc]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[VS2010 should support all of the VS2008 JavaScript functionalities as shown in Scott Guthrie’s VS2008 JavaScript IntelliSense blog .&#160; It includes: 1. Basic type inference 2. IntelliSense from referenced external JavaScript libraries 3. IntelliSense from XML comments for functions, parameters and return types 4. Calling web services using ASP.NET AJAX &#160; Additionally, VS2010 RTM had some improvement, including: 1. IntelliSense when manipulating browser objects 2. Dynamic generated variable IntelliSense 3. Default JavaScript snippets within IntelliSense to help you code faster Scott Guthrie has a brief blog covering some of these. &#160; Due to the dynamic feature of our JavaScript engine, we may run info conflicts between XML commented...(<a href="http://blogs.msdn.com/b/webdevtools/archive/2010/11/08/how-to-solve-javascript-intellisense-problems-in-vs2010.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7638994" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>VS2010 should support all of the VS2008 JavaScript functionalities as shown in Scott Guthrie’s VS2008 JavaScript IntelliSense blog .&#160; It includes: 1. Basic type inference 2. IntelliSense from referenced external JavaScript libraries 3. IntelliSense from XML comments for functions, parameters and return types 4. Calling web services using ASP.NET AJAX &#160; Additionally, VS2010 RTM had some improvement, including: 1. IntelliSense when manipulating browser objects 2. Dynamic generated variable IntelliSense 3. Default JavaScript snippets within IntelliSense to help you code faster Scott Guthrie has a brief blog covering some of these. &#160; Due to the dynamic feature of our JavaScript engine, we may run info conflicts between XML commented&#8230;(<a href="http://blogs.msdn.com/b/webdevtools/archive/2010/11/08/how-to-solve-javascript-intellisense-problems-in-vs2010.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7638994" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/how-to-solve-javascript-intellisense-problems-in-vs2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VSDoc for jQuery 1.4.1 Now Available</title>
		<link>http://www.aspexperts.com/vsdoc-for-jquery-1-4-1-now-available</link>
		<comments>http://www.aspexperts.com/vsdoc-for-jquery-1-4-1-now-available#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:07:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[IntelliSense]]></category>
		<category><![CDATA[Jeff King]]></category>
		<category><![CDATA[JScript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[visual Studio 2008 sp1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We finished generating a new VSDoc for the latest update of jQuery. You can download it from the jQuery Downloads page . A refresher on how to use the file can be found here or here . Happy coding! Jeff King Program Manager Visual Studio Web Tools Read More......(<a href="http://blogs.msdn.com/webdevtools/archive/2010/02/08/vsdoc-for-jquery-1-4-1-now-available.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7339891" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>We finished generating a new VSDoc for the latest update of jQuery. You can download it from the jQuery Downloads page . A refresher on how to use the file can be found here or here . Happy coding! Jeff King Program Manager Visual Studio Web Tools Read More&#8230;&#8230;(<a href="http://blogs.msdn.com/webdevtools/archive/2010/02/08/vsdoc-for-jquery-1-4-1-now-available.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7339891" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/vsdoc-for-jquery-1-4-1-now-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

