Measuring Entity Framework Performance using ETW
ETW, or Event Tracing for Windows, is a technology from Microsoft that allows for extremely fast logging from a running application. Windows itself is using ETW, and technology has been part of Windows since Windows 2000. A developer can write code to start and stop tracing sessions, given that an application being traced has been …
Continue reading ‘Measuring Entity Framework Performance using ETW’ »