Andrei's blog

sharing coding bits

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...

NHibernate Get vs Load behavior in whether returning the proxy or not

›
When returning an entity by using Get or Load, NHibernate first tries to return it from the session cache. If it’s not there, then Get and ...
Friday, November 16, 2012

Remote debugging in Visual Studio, target on a different domain

›
My computer is a Windows 7 32bits and I had to debug a ASP.NET 32 bit worker process running on a Windows Server 2008 64 bit machine. The s...
‹
›
Home
View web version

About Me

My photo
Andrei Nitescu
Passionate software developer with ❤ for .NET C# Xamarin
View my complete profile
Powered by Blogger.