If you are working from an EF context, the context has its own LOG. This can be written out to your development console (see example below).

context.Log = Console.Out;

DataClassesDataContext context = new DataClassesDataContext();
IEnumerable<Order> result = context.Orders;
var product = result.Where(x => x.OrderID == 12);
context.Log = Console.Out;

Anuj holds professional certifications in Google Cloud, AWS as well as certifications in Docker and App Performance Tools such as New Relic. He specializes in Cloud Security, Data Encryption and Container Technologies.

Initial Consultation

Anuj Varma – who has written posts on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.