<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Identity Interface</title>
	<link>http://jonshern.com</link>
	<description>I should know better</description>
	<lastBuildDate>Sun, 21 Feb 2010 04:25:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Silverlight and Windows Mobile 7</title>
		<description>Looks like Silverlight will be available on Windows Mobile 7
Excerpt from http://wmpoweruser.com/?p=13486
The above document confirms both Silverlight and XNA development.&#160; Silverlight is interesting, as we know it will not be present in the browser yet. XNA is however more interesting, as it is the same language used to program the ...</description>
		<link>http://jonshern.com/2010/02/20/silverlight-and-windows-mobile-7/</link>
			</item>
	<item>
		<title>Adding properties to the App Class</title>
		<description>If you want to add properties to your App class (App : Application) and actually access them in your application.
Make sure to override Current to return an App instead of an Application.
&#160;
&#160;&#160;&#160;&#160;&#160;
	&#160;&#160;&#160;&#160;&#160;&#160;&#160; public static new App Current
	&#160;&#160;&#160;&#160;&#160;&#160;&#160; {
	&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; get
	&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {
	&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return Application.Current as App;
	&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }
	&#160;&#160;&#160;&#160;&#160;&#160;&#160; }
	
	&#160;

	&#160;
 </description>
		<link>http://jonshern.com/2010/02/11/adding-properties-to-the-app-class/</link>
			</item>
	<item>
		<title>Finding a place for WCF RIA in existing applications</title>
		<description>Works with Entity Framework 4.0 CTP 2  My application so far ...  The premise of this application is to create a way for one or more people to create a common practice routine, set goals, and compare their progress.  I started this application with the intention of ...</description>
		<link>http://jonshern.com/2009/12/17/finding-a-place-for-wcf-ria-in-existing-applications/</link>
			</item>
	<item>
		<title>Using Self Tracking Entities in Entity Framework 4 to fix the error &#8211; The object could not be added or attached &#8230;</title>
		<description>Works with Entity Framework 4 CTP 2 and Visual Studio 2010 Beta 2
{&#34;The object could not be added or attached because its EntityReference has an EntityKey property value that does not match the EntityKey for this object.&#34;}
I am able to to insert the first record.
But subsequent records give the above ...</description>
		<link>http://jonshern.com/2009/12/09/using-self-tracking-entities-in-entity-framework-4-to-fix-the-error-the-object-could-not-be-added-or-attached/</link>
			</item>
	<item>
		<title>WCF RIA and Server and Client Side Authentication</title>
		<description>Works with Silverlight 4.0 beta 1, Visual Studio 2010, and the Silverlight Business Application Template
&#160;
	In WCF Ria you can decorate your service methods with the
[RequiresAuthentication] attribute to denote the user must be authenticated.
This comes from the System.Web.DomainServices namespace.
This same functionality is not available on the client side.
One method is to ...</description>
		<link>http://jonshern.com/2009/12/06/wcf-ria-and-server-and-client-side-authentication/</link>
			</item>
	<item>
		<title>WCF Ria Authentication and SqlMembershipProvider</title>
		<description>&#160;
Getting the Authentication working is a snap, if you remember how to specify the connection string for the SqlMembershipProvider.
&#160;
I had forgotten.
So it was back to Asp.net 2.0 even though I have an Application built with Silverlight 4.0.
Since WCF RIA Authentication uses the membership provider, and now the web.config is greatly ...</description>
		<link>http://jonshern.com/2009/12/02/wcf-ria-authentication-and-sqlmembershipprovider/</link>
			</item>
	<item>
		<title>Entity Framework and Sql Server Database Projects</title>
		<description>Entity Framework 4 adds a bunch of new features this time around.
One of which is to push model changes back to the database.

If you are using one of the Database projects included in the Database Edition you may wonder how you are going to bridge the gap between the two ...</description>
		<link>http://jonshern.com/2009/11/25/entity-framework-and-sql-server-database-projects/</link>
			</item>
	<item>
		<title>Acceptance Test Engineering Guidance</title>
		<description>The Patterns and Practices team at Microsoft has just released a guide to engineering acceptance tests.

	Some things that are covered.
	How to Plan for Acceptance Testing
	What Kinds of Acceptance Tests to Run
	How to Create and Run Acceptance Tests
	Defining What “Done” Means
	How to Justify Your Approach

It is book both for someone creating ...</description>
		<link>http://jonshern.com/2009/11/23/acceptance-test-engineering-guidance/</link>
			</item>
	<item>
		<title>Fishbowl &#8211; Facebook in a whole new light</title>
		<description>Recently I was at PDC.

Several talks used the application 
Fishbowl as the subject of their demo.

It is a showcase of some really nice technologies, but more importantly it is a great way to interact with facebook.
Go out and download it, it is free.

 </description>
		<link>http://jonshern.com/2009/11/22/fishbowl-facebook-in-a-whole-new-light/</link>
			</item>
	<item>
		<title>More information on XAML Toolkit CTP</title>
		<description>Micheal  Shim has some really good information regarding what is in the CTP.
http://michaelshim.com/blog/2009/11/19/xaml-toolkit-ctp/

 </description>
		<link>http://jonshern.com/2009/11/21/more-information-on-xaml-toolkit-ctp/</link>
			</item>
</channel>
</rss>
