Working with Lazy Loading in Entity Framework Code First
Entity Framework 4 has Lazy Loading built-in and enabled by
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
Entity Framework 4 has Lazy Loading built-in and enabled by
Due to some database moves, I've recently been touching a lot of
Next Friday, 7 October 2011, Microsoft in Cleveland is hosting a
If you're working with ASP.NET MVC and JsonResult, you may encounter this error: This request has been blocked because sensitive information could be disclosed to third-party web sites when this is used in a GET request. …
I'm currently building an internal application for The Code Project that needs to be able to transfer the contents of some potentially very large files over the wire.
Ran into a small problem today, where I had two classes referring to one another using EF 4.1 Code First. Let's say I had a class Item and another class ItemHistory.
In my recent analysis of the Windows 8 / WinRT options for building Metro style Apps, I mentioned the many choices Microsoft is offering for building these applications.
Last week at BUILD, Microsoft introduced their vision for the next generation of Windows devices with announcements and previews of Windows 8, Metro style applications, and WinRT.
I just published an article on ASPAlliance on Moving Beyond Enums, describing when and how to move from enums to classes in your code when you start demanding more from your enums than they were designed to give.