Browse by Tags
All Tags »
.NET (
RSS)
Want to know the amount of information we are dealing in everyday life, read on http://blogs.msdn.com/stevecla01/archive/2010/03/15/a-yottabyte-you-say.aspx
What is lazy loading object? As per Martin Fowler , " An object that doesn't contain all of the data you need but knows how to get it." Here Bruno explains clearly how lazy loading works in terms of ADO .NET entity framework 4.0
Here we go. http://blogs.msdn.com/bclteam/archive/2007/02/13/long-paths-in-net-part-1-of-3-kim-hamilton.aspx
Tess explains how to approach the troubleshooting a issue. http://blogs.msdn.com/tess/archive/2009/09/09/first-step-in-troubleshooting-complex-issues-define-and-scope-your-issue-properly.aspx I like this comment "This is so true. One of my favorite cartoons...
Here is an article on the power of spell checker in the next generation http://blogs.msdn.com/inside_office_online/archive/2009/06/18/the-next-generation-of-the-spell-checker.aspx
Simple article on the difference between Trap/Try in PowerShell http://blogs.msdn.com/powershell/archive/2009/06/17/traps-vs-try-catch.aspx
VS 2010 and .NET 4.0 beta is now available http://msdn.microsoft.com/en-us/subscriptions/downloads/default.aspx?pv=18:370
Ever wondered about what is POCO? POCO stands for Plain Old CLR Object which does not have any persistence concerns. Jaroslaw Kowalski explained this in detail I know it is coming. Yes you can do the deferred/lazy loading in Entity Framework 4.0 as explained...
More Posts