Dev Log


Tech blog by Rok Povšič

How to fix mouse offset bug in VMWare Workstation under Windows 8.1 host

There’s a bug in mouse behavior that happened to me in VMWare Workstation under Windows 8.1 host with Ubuntu 14.04 as client. When hovering mouse over something and/or selecting something by dragging, the mouse moved it’s position by some offset.

Continue reading

[C#] Why it’s better to have short-lived DataContext

When you work with SQL databases in your C# application, one way is to use LINQ to SQL framework. The way to use LINQ to SQL is to create an instance of DataContext for your specific database and use it to retrieve, insert, update and delete data.

Continue reading

Page 2 / 2