Skip to content Skip to sidebar Skip to footer
Showing posts with the label Entity Framework

C# Code That Run Constantly - Service Or Separate Thread?

I have a .NET 4 web application that has 3 separate projects associated – DAL, BAL, and UI. I am u… Read more C# Code That Run Constantly - Service Or Separate Thread?

Code First Conventions Confusion

Models: public class Status { public int Id { get; set; } } public class Podcast { public … Read more Code First Conventions Confusion