<?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>Jack @ ASP.NET &#187; string</title>
	<atom:link href="http://jack-fx.com/net/tag/string/feed/" rel="self" type="application/rss+xml" />
	<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>Thu, 24 May 2012 14:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>C# Code Function: Converting List of strings to string</title>
		<link>http://jack-fx.com/net/2010/04/16/c-code-function-converting-list-of-strings-to-string/</link>
		<comments>http://jack-fx.com/net/2010/04/16/c-code-function-converting-list-of-strings-to-string/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 03:04:16 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[dogs]]></category>
		<category><![CDATA[finnish spitz]]></category>
		<category><![CDATA[generic class]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[mastiff]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Spitz]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[string 1]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/04/16/c-code-function-converting-list-of-strings-to-string/</guid>
		<description><![CDATA[=== Program that converts List (C#) === using System; using System.Collections.Generic; class Program { static void Main() { List&#60;string&#62; dogs = new List&#60;string&#62;(); // Create new list of strings dogs.Add("Aigi"); // Add string 1 dogs.Add("Spitz"); // 2 dogs.Add("Mastiff"); // 3 dogs.Add("Finnish Spitz"); // 4 dogs.Add("Briard"); // 5 string dogCsv = string.Join(",", dogs.ToArray()); Console.WriteLine(dogCsv); } } [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/04/16/c-code-function-converting-list-of-strings-to-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optional Parameters in C# 4.0</title>
		<link>http://jack-fx.com/net/2010/04/08/optional-parameters-in-c-4-0/</link>
		<comments>http://jack-fx.com/net/2010/04/08/optional-parameters-in-c-4-0/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 02:46:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[bodyText]]></category>
		<category><![CDATA[bool]]></category>
		<category><![CDATA[compiler error]]></category>
		<category><![CDATA[default string]]></category>
		<category><![CDATA[instance method]]></category>
		<category><![CDATA[optional parameter]]></category>
		<category><![CDATA[optional parameters]]></category>
		<category><![CDATA[SendMail]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=112</guid>
		<description><![CDATA[The definition of a method, constructor, indexer, or delegate can specify that its parameters are required or that they are optional. Any call must provide arguments for all required parameters, but can omit arguments for optional parameters. Each optional parameter has a default value as part of its definition. If no argument is sent for [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/04/08/optional-parameters-in-c-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Side Validation With ASP.NET MVC</title>
		<link>http://jack-fx.com/net/2010/01/12/server-side-validation-with-asp-net-mvc/</link>
		<comments>http://jack-fx.com/net/2010/01/12/server-side-validation-with-asp-net-mvc/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:34:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[End]]></category>
		<category><![CDATA[Private privateGivenName]]></category>
		<category><![CDATA[Private privateSurname]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[Required]]></category>
		<category><![CDATA[Server Side Validation]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[string 3]]></category>
		<category><![CDATA[string 9]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[WebForms]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/01/12/server-side-validation-with-asp-net-mvc/</guid>
		<description><![CDATA[When you’re using ASP.NET MVC, there’s no validation controls for you compared to ASP.NET WebForms. It is always important to validate data on the server as well as the client. Back when Dynamic Data was being developed, a set of attributes was created to help tell the Dynamic Data folks about validation and other metadata [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/01/12/server-side-validation-with-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hack the ASP.NET Parser</title>
		<link>http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/</link>
		<comments>http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:41:48 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[abstraction]]></category>
		<category><![CDATA[asp.net parser]]></category>
		<category><![CDATA[BuildProviders]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[compliation]]></category>
		<category><![CDATA[context]]></category>
		<category><![CDATA[ControlBuilders]]></category>
		<category><![CDATA[ExpressionBuilders]]></category>
		<category><![CDATA[PageParserFilters]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[repeater id]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[virtual path]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/</guid>
		<description><![CDATA[The ASP.NET compliation system is pretty complex. There are all kinds of extensibility points, including BuildProviders, PageParserFilters, ControlBuilders, ExpressionBuilders and the list goes on. One unknown *feature* of the parser is it’s ability to generate code from something called an InstanceDescriptor. The parser has a special way of dealing with ITemplate properties so if we [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

