<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Jack @ ASP.NET</title>
	<link>http://jack-fx.com/net</link>
	<description>As a software developer, I still Focus on .NET, internet, asp.net, C# and so on. I</description>
	<lastBuildDate>Tue, 24 Aug 2010 03:56:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Optional Parameters in C# 4.0</title>
		<description><![CDATA[Some members of the C# community were discussing optional parameters and the implications for future versions when optional parameter values change.&#160; In short, you need to realize that changing the value of optional parameters in a public API is a change that is observable at client code. The ramifications vary greatly, from “no big” to [...]]]></description>
		<link>http://jack-fx.com/net/2010/08/24/optional-parameters-in-c-4-0-2/</link>
			</item>
	<item>
		<title>Displaying Markers on the Chart via Microsoft Chart Controls</title>
		<description><![CDATA[01 private void BindData() { 02 03 var exams = new List&#60;Exam&#62;() 04 { 05 new Exam() { Name = "Exam 1", Point = 10 }, 06 new Exam() { Name = "Exam 2", Point = 12 }, 07 new Exam() { Name = "Exam 3", Point = 15 }, 08 new Exam() { Name [...]]]></description>
		<link>http://jack-fx.com/net/2010/08/16/displaying-markers-on-the-chart-via-microsoft-chart-controls/</link>
			</item>
	<item>
		<title>FAQ in BlogEngine.NET</title>
		<description><![CDATA[Can BlogEngine.NET be installed within an existing website? Yes. Install it in its own folder and configure the directory it resides in as an application in IIS. Some hosting providers may not allow the level of trust used in BlogEngine.NET by default. If you receive an error similar to: &#8220;Parser Error Message: It is an [...]]]></description>
		<link>http://jack-fx.com/net/2010/08/10/faq-in-blogengine-net/</link>
			</item>
	<item>
		<title>Entity Framework 4</title>
		<description><![CDATA[Some of the big improvements in EF4 include: POCO Support: You can now define entities without requiring base classes or data persistence attributes. Lazy Loading Support: You can now load sub-objects of a model on demand instead of loading them up front. N-Tier Support and Self-Tracking Entities: Handle scenarios where entities flow across tiers or [...]]]></description>
		<link>http://jack-fx.com/net/2010/08/02/entity-framework-4/</link>
			</item>
	<item>
		<title>Visual Studio 2010 Productivity Power Tools</title>
		<description><![CDATA[A set of extensions to Visual Studio Professional (and above) which improves developer productivity. In this second major release of the Power Tools we have added the following four extensions: Tools Options Support The number one feature request by far has been the ability to turn off the individual extensions in the Productivity Power Tools.&#160; [...]]]></description>
		<link>http://jack-fx.com/net/2010/07/23/visual-studio-2010-productivity-power-tools/</link>
			</item>
	<item>
		<title>WebMatrix &#8211; Microsoft&#8217;s new web tool</title>
		<description><![CDATA[What Is It? WebMatrix is everything you need to build Web sites using Windows. It includes IIS Developer Express (a development Web server), ASP.NET (a Web framework), and SQL Server Compact (an embedded database). It streamlines Web site development and makes it easy to start Web sites from popular open-source apps. The skills and code [...]]]></description>
		<link>http://jack-fx.com/net/2010/07/09/webmatrix-microsofts-new-web-tool/</link>
			</item>
	<item>
		<title>Difference betweenTryParse and Convert in C#</title>
		<description><![CDATA[TryParse int index; int.TryParse(Request.QueryString["index"], out index); This version isn’t so bad since it requires no conditional processing. The problem with the TryParse method is the out parameter, which requires the initial declaration of variable whether or not you want or need it. This also prevents it from being used in a declarative statement, since the [...]]]></description>
		<link>http://jack-fx.com/net/2010/06/29/difference-betweentryparse-and-convert-in-c/</link>
			</item>
	<item>
		<title>Try Expression Web 4 now</title>
		<description><![CDATA[Microsoft Expression Web 4 is a professional development and design tool to create modern, standards-based Web sites that use PHP, HTML/XHTML, CSS, JavaScript, ASP.NET or ASP.NET AJAX. The highlight including: Create standards-based Web sites faster &#38; easier Professional code editor &#38; design surface Make your site stand out with rich graphics support Work with leading [...]]]></description>
		<link>http://jack-fx.com/net/2010/06/14/try-expression-web-4-now/</link>
			</item>
</channel>
</rss>
