Front End | Development
hertzen.com
Paul Irish originally shared this post:Mr +Niklas von Hertzen has been doing some very cool experiments lately. (He made html2canvas (the thing that basically has a rendering engine written in…
Paul Irish originally shared this post:Mr +Niklas von Hertzen has been doing some very cool experiments lately. (He made html2canvas (the thing that basically has a rendering engine written in…
I was attending a .NET User Group yesterday about the buzz word “Alt.NET” at Metro Toronto User Group.They said it is an alternative tools and approaches to the mainstream .NET. My question was,…
I tried to really see the difference of these key words in C# and i still get it weired.http://msdn2.microsoft.com/en-us/vcsharp/aa336814.aspxfor ‘out’, we can pass the variable unassigned but we have…
Recently, I have been asked about the alternative way to Dispose objects as we often do in the “finally” block in “Try .. Catch .. Finally” block for connection object. I have seen “using” keyword in…