3 minute read

Welcome to 1Gig Tech update!

In today's edition, there are 6 articles on technology, news, open source, community on the fantastic and ever evolving technology world.

  • Entity Framework Loading Related Entities
    Entity Framework supports three ways to load related data - eager loading, lazy loading and explicit loading. The techniques shown in this topic apply equally to models created with Code First and the EF Designer.
  • Pure Native C++ consuming .NET classes without COM registration
    One of the problems that many C++ native developers face when interacting with .NET is the inability to load a .NET COM Dll and use the COM classes without registering the DLL. I faced this problem when adapting the debugging NetExt from pure C++ to pure C++/.NET.

You can also follow these updates on Facebook Page or can also read previous editions at 1Gig Tech

Thanks