<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
	<channel>
		<title>Silverlight DataSet</title>
		<link>http://silverlightdataset.net</link>
		<description>ADO.Net DataSet for Silverlight Applications</description>
		<lastBuildDate>Thursday, 13 May 2010 22:22:00 GMT</lastBuildDate>
		<language>en-us</language>

		<item>
			<title>Fix: DataSet.ToXml method returned DateTime value in incorrect format for newly-created DataRow</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Thursday, 13 May 2010 22:22:00 GMT</pubDate>
			<description>
DataSet.ToXml method returned DateTime value in incorrect format for newly-created DataRow. Fix was applied to DataField class in Silverlight.DataSet library. Demo application was redeployed with fixed library.
			</description>
		</item>
		<item>
			<title>Fix: Missing references in Demo Application</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Thursday, 17 Dec 2009 17:15:00 GMT</pubDate>
			<description>
"References" subfolder was added to Demo application with Silverlight.Controls.dll and Silverlight.DataSet.dll in it. That solves missing references error in Demo application.
			</description>
		</item>
		<item>
			<title>Fix: Incorrect NULL vs String.Empty handling</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Wednesday, 9 Dec 2009 02:54:00 GMT</pubDate>
			<description>
Silverlight DataSet overrided String.Empty default value in database table by NULL during update despite value wasn't changed in UI. Fix was applied to Silverlight DataSet library.
			</description>
		</item>
		<item>
			<title>Final Release is Ready</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Tuesday, 8 Dec 2009 03:53:00 GMT</pubDate>
			<description>
We are pleased to inform that Silverlight DataSet final release (version 1.2.1.0) is ready for download. Silverlight.DataSet.dll is signed and can be registered in GAC.
Development is closed on this version and only patches for critical issues (if any found) will be appied to it.
Silverlight DataSet team is starting to work on next 3.0 version (we desided to keep major version in sync with Silverlight version) later this week. 
Silverlight DataSet 3.0 is scheduled for production on February 25, 2010. Please send your change requests if you want any functionality be included into third version.
Best regards. Silverlight DataSet team.
			</description>
		</item>
		<item>
			<title>Fix: DataSet throws an exception on sorting when one of the values is null</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Sunday, 6 Dec 2009 15:25:00 GMT</pubDate>
			<description>
Sorter was modifies for putting DataRows with NULL values on top in the DataRowCollection.
			</description>
		</item>
		<item>
			<title>Change Request: HasChanges property was added to DataRow, DataTable, and DataSet</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Friday, 4 Dec 2009 19:50:00 GMT</pubDate>
			<description>
HasChanges property returns True if DataRow, DataTable or DataSet has changes, otherwise False.
			</description>
		</item>
		<item>
			<title>Fix: DataSet throws an exception on System.Decimal DataColumn when regional settings are different from en-US</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Tuesday, 1 Dec 2009 18:00:00 GMT</pubDate>
			<description>
Two-way conversion between current and invariant cultures was added for displaying System.Decimal data correctly when different regional settings are selected.
			</description>
		</item>
		<item>
			<title>Fix: DataSet throws an exception when DataTable contains too many DataColumns or their names are too long</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Friday, 27 Nov 2009 11:10:00 GMT</pubDate>
			<description>
Bindable object type name was constructing by concatenating the DataColumn names. It caused the problem when type name is grown over 1024 characters. Design was changed for accomodation up to 256 DataColumns.
			</description>
		</item>
		<item>
			<title>Fix: DataSet.GetDataView method throws an exception when database table contains "smallint" field</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Thursday, 26 Nov 2009 10:40:00 GMT</pubDate>
			<description>
Please, download the latest version of Silverlight DataSet library if you use smallint field in database.
			</description>
		</item>
		<item>
			<title>Editable DataGrid support was added to Silverlight DataSet</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Friday, 20 Nov 2009 15:50:00 GMT</pubDate>
			<description>
You need only three lines of code for CRUD operations support in editable DataGrid! Please, read "Editable DataGrid Support" article from Overview section.
			</description>
		</item>
		<item>
			<title>Braking News: Download updated Demo application and Silverlight Dataset library for Silverlight 3 if you downloaded them on 2009-11-15 or 2009-11-16</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Monday, 16 Nov 2009 18:22:00 GMT</pubDate>
			<description>
Wrong version of Demo application and Silverlight DataSet library for Silverlight 3 were published on Sunday, November 15, 2009. Please download correct version now. We apologies for inconvenience you've got. Silverlight DataSet team.
			</description>
		</item>
		<item>
			<title>Changing priorities: Silverlight 3rd version</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Monday, 16 Nov 2009 14:25:00 GMT</pubDate>
			<description>
Starting from today, Silverlight DataSet update will be delivered for Silverlight 3rd version first and after than for Silverlight 2nd version. We have a plan for stopping Silverlight 2 support from January 1st 2011. Please contact us if you have any concern. Sincerely Silverlight DataSet team.
			</description>
		</item>
		<item>
			<title>Demo application with Master-Details scenarios is ready for Silverlight 3 version</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Sunday, 15 Nov 2009 09:04:00 GMT</pubDate>
			<description>
Problem with Silverlight 3 DataGrid refresh was resolved and demo application which demonstrates Master-Details scenarios is ready for download.
			</description>
		</item>
		<item>
			<title>Version 1.1.0.0 - DataRelation was added</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Thursday, 12 Nov 2009 23:05:00 GMT</pubDate>
			<description>
DataRelations support Master-Details scenarios with few line of code writing. Note: this release is for Silverlight 2 version only. There is a problem with Silverlight 3 DataGrid auto refresh when a new BindableObject is added to ObservableCollection. Special release will be done for Silverlight 3 version after problem resolution.
			</description>
		</item>
		<item>
			<title>Version 1.0.2.1 - Base64 DataColumn tyoe was added</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Thursday, 12 Nov 2009 21:00:00 GMT</pubDate>
			<description>
Supports image displying from database.
			</description>
		</item>
		<item>
			<title>Version 1.0.2.0 - Formatting of auto generated columns in DataGrid was added</title>
			<link>http://silverlightdataset.net</link>
			<pubDate>Sun, 01 Nov 2009 14:08:00 GMT</pubDate>
			<description>
Some customers were wondering whether it is possible to format auto generated DataGrid columns. They were particularly interested in column width, column format (like date / time, yes / no instead of true / false or Male / Female instead of M / F as they are stored in database), column justification based on column type and so on.
 After careful considering all pluses and minuses, we decided provide standard DataGridTextColumn object for all visual settings of DataGrid.
			</description>
		</item>
	</channel>
</rss>
