Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
ADO.NET Data Services (VS08 Sp1 B1) - Surfacing Data
Jun 28, 2010 at 8:13 AMI love your videos. I really do, in particular the ones from PRISM.
but here I have two comments. for us, people that wants to learn, but it is a little difficult to know all the tricks. so I am going to give a trick for this video.
in the service initialization put this line. Althought it is in the video, it won't be in your project when you are connecting your own database, and you can easily forget.
public static void InitializeService(DataServiceConfiguration config)
{
config.SetEntitySetAccessRule("*", EntitySetRights.All);
}
this make the entities appear when you are browsing service.svc
when you are seeing an specific table and you only get the feed page.
go to tools->Internet Options->Content->Settings.....
uncheck the option.
Turn on feed reading view
thanks a lot mike. I appreciated all your videos.
Prism & Silverlight: Part 1 - Taking Sketched Code Towards Unity
Jun 18, 2010 at 12:09 PMYou are a great teacher, It is really a great series. I am right now in #6. and it has helped me a lot to understand prism. Thanks a lot.