/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





Mike has posted a bunch of ADO.NET Data Services videos up on Channel 9. Even though I haven't had a chance to check them out yet, it's easy to presume that these are going to be as great as all of his other screencasts. http://channel9.msdn.com/tags/UK He says there are more to come. Enjoy.
This how-to video series is focused on data-based application development in Windows Presentation Foundation using Visual Studio 2008.
I learned a neat ESQL trick from Danny Simmons today. The most basic Entity SQL expression is one that would simply query for a single entity with no filters, no projection etc. context.CreateQuery<Customer>("SELECT VALUE con FROM MYEntityContainer.Contacts AS con") You can actually express the string using only the target collection: context.CreateQuery<Customer>("MyEntityContainer.Contacts") and EF will build the same command tree as it d ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC