Welcome to RightHand's community place Sign in | | Help

maj 2007 - Posts

Windows Live Writer beta 2

After such a long time we got Windows Live Writer beta 2 available for download . One thing you'll immediately notice is much improved user interface (snapshot taken in Vista). I am just not sure where is the spell checking option now. Here is a list
Posted by Miha Markic | 1 Comments

Neverending saga of writing data into Program Files folder

Writing application data into Program Files folder is bad. Period. Only the files at install time should be written to Program Files folder. Otherwise one is facing security issues (i.e. an application could inject code) and practical issues (if one is
Posted by Miha Markic | 0 Comments
Filed under: , ,

Mountain biking with GPS

I used to mountain bike a lot when I was keh keh younger These days time is more of a luxury and thus I manage only one or two rides per week. On the other hand, I am better equiped now. Sometimes I take my Qtek 2020 PocketPC, Pharos GPS bluetooth and
Posted by Miha Markic | 0 Comments
Filed under: ,

Attachment(s): Sveta gora.nmea.kmz

Intel acknowledges that there is a problem with Apple software and their RAID drivers in Vista

I finally contacted Microsoft support center about iTunes/Vista/Intel RAID situation (so far I managed to contact only Intel technical support - they said that this isn't a problem in their drivers). Rok, the Microsoft support guy, listened to me and
Posted by Miha Markic | 4 Comments
Filed under: ,

.net will dive into parallelism

According to Soma .net will push for parallelism. This is hardly a surprise as multicore CPUs and multi CPUs are becoming mainstream. Microsoft Research has already some projects that explore the area ( Accelerator - technical report , C Omega, Polyphonic
Posted by Miha Markic | 1 Comments
Filed under:

My ORM presentations at NT Konferenca 2007 (Slovene event)

A year passed like nothing and NT Konferenca , biggest national Microsoft event, is here again. This year I'll be all ORM oriented, in fact, I'll give two presentations on topic: LINQ to SQL and ADO.NET Entity Framework (which was recently postponed to
Posted by Miha Markic | 0 Comments
Filed under: , ,

Inserting records containing timestamp columns in ADO.NET Entity Framework

In case you are playing with ADO.NET Entity Framework you might have seen that, by default, when you have timestamp columns in a new entity they are being inserted into the database when inserting and saving new entity. This behavior isn't a correct one,
Posted by Miha Markic | 0 Comments
Filed under: ,