<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="0.92">
<channel>
	<title>Daniel Isaacs Díaz Technology Blog</title>
	<link>http://danielisaacs.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Apr 2008 19:28:40 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Convert a string into an enum</title>
		<description>Have you ever come across something like this? I had, and I thought it was something interesting to write about.

The scenario:
I was using the AJAX AutoCompleteExtender when I realized that inside the ServiceMethod of my AutoCompleteExtender, I needed to call   a method that needed between it's parameters an ...</description>
		<link>http://danielisaacs.com/2008/04/24/convert-a-string-into-an-enum/</link>
			</item>
	<item>
		<title>WPF: Add items with multiple columns to a wpf listview</title>
		<description>In this post I am going to answer some questions concerning my previous WPF post on:ListViewItem in a ListView

In my previous post, I had a WPF ListView that displayed two items, and each item occupied one row and one column.


But what if I would like to add an item to ...</description>
		<link>http://danielisaacs.com/2008/03/03/wpf-add-items-with-multiple-columns-to-a-wpf-listview/</link>
			</item>
	<item>
		<title>ASP.NET AJAX AutoComplete extender</title>
		<description>When you go to Yahoo, if you start typing in their web search, after you type several words, you end up with a window that has several options according to the search string you just entered.  I was trying to simulate that effect in an asp.net webpage.

To do this ...</description>
		<link>http://danielisaacs.com/2008/02/13/aspnet-ajax-autocomplete-extender/</link>
			</item>
	<item>
		<title>The device, \Device\Harddisk0, has a bad block</title>
		<description>I am currently using a computer with a Windows 2003 Server Operating System.  It took me about 15 minutes to get to the login screen.  When I was finally able to log into my profile, I checked the Event Viewer and saw the following error:

The device, \Device\Harddisk0, has ...</description>
		<link>http://danielisaacs.com/2008/02/02/the-device-deviceharddisk0-has-a-bad-block/</link>
			</item>
	<item>
		<title>Reading folder names from a folder in C#</title>
		<description>Another easy but useful task: Read the names of different folders that are inside a directory.  Reading the names is easy, but splitting the absolute path of the directory to only get the name of the folder, is a little bit more interesting.

I am using ASP.NET to do this:

Default.aspx

&#60;form ...</description>
		<link>http://danielisaacs.com/2007/12/19/reading-folder-names-from-a-folder-in-c/</link>
			</item>
	<item>
		<title>Sort an array of strings in C#</title>
		<description>The task: You have a string that is comma delimited , and you would like to sort that string and display it in a listbox.

I am using ASP.NET to do this:

Default.aspx

&#60;form id="form1" runat="server"&#62;
&#60;asp:listbox id="ListBox1" runat="server"&#62;&#60;/asp:listbox&#62;
&#60;/form&#62;

I just declare a listbox inside the form.

Default.aspx.cs

public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, ...</description>
		<link>http://danielisaacs.com/2007/12/18/sort-an-array-of-strings-in-c/</link>
			</item>
	<item>
		<title>Installing ASP.NET 2.0 WebService Extensions</title>
		<description>I am using Windows Server 2003 for some development on some ASP.NET 2.0 projects. However, when I tried to compile my first project I had an error that said: 
"This product requires ASP.Net web service extensions to be enabled in Internet Information Services (IIS)".
I went into my Administrative Tools-> Internet ...</description>
		<link>http://danielisaacs.com/2007/11/06/installing-aspnet-20-webservice-extensions/</link>
			</item>
	<item>
		<title>C#: Show a User Control</title>
		<description>This is the case scenario: if you have a form and in the form you have a button, if you press the button can you actually see a User Control displayed?.  A friend of mine asked me this question because in his form he was trying to display a ...</description>
		<link>http://danielisaacs.com/2007/09/01/show-a-user-control/</link>
			</item>
	<item>
		<title>LINQ: a quick start</title>
		<description>If you want a basic quick start in LINQ this is going to help you.

LINQ according to the research I did in MSDN is a "set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations." In MSDN they define LINQ in simple terms, and state ...</description>
		<link>http://danielisaacs.com/2007/08/25/linq-a-quick-start/</link>
			</item>
	<item>
		<title>Bug: DataGridViewCell adding itself</title>
		<description>If you run the code below you will notice the following behavior:

For some reason when I press a button and the button puts an error text in my cell (because of an error validation) when I go back to the cell, it selects all the text in the datagridviewcell and ...</description>
		<link>http://danielisaacs.com/2007/08/18/datagridviewcell-adding-itself/</link>
			</item>
</channel>
</rss>
