Andrei's blog
sharing coding bits
Saturday, February 16, 2013
Saving state in Windows Phone 8 emulator
›
http://sviluppomobile.blogspot.ro/2013/01/saving-windows-phone-8-emulator-state.html http://blogs.msdn.com/b/devfish/archive/2012/11/27/wha...
Saturday, February 02, 2013
Windows Phone versions, Windows and Visual Studio versions
›
On https://dev.windowsphone.com/en-us/downloadsdk are listed all the Windows Phone SDKs. SDK 7.1 Targets devices with Windows Phone 7....
Tuesday, January 15, 2013
Asynchrounous programming aka async and await support in Windows, Windows RT and Windows Phone
›
The new async / await syntax of C# 5 is natively supported in WinRT, .NET 4.5 and Windows Phone 8. Up until 22 Oct 2012 it was additionally...
Tuesday, January 08, 2013
WCF Data Services + oData + Entity Framework + Silverlight + Telerik simple application
›
At the time writing this article, WCF Data Services(previously known as ADO.NET Data Services) ships separately from .NET Framework and are ...
Wednesday, December 19, 2012
NHibernate Inverse and Cascade
›
Best explanation: http://www.emadashi.com/2008/08/nhibernate-inverse-attribute/ Suppose we have a Parent with a collection of Child objects...
SaveOrUpdate Vs Update and Save in NHibernate
›
Chapter 9 : http://www.nhforge.org/doc/nh/en/index.html But cliff notes: Save() takes a new object without an identifier and attaches it t...
NHibernate defaults
›
Nullable – yes, all properties are nullable by default Lazy – yes, all properties are lazy by default. They must be virtual and public or p...
‹
›
Home
View web version