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

Browse by Tags

All Tags » ORM

NTKonferenca 2008 Entity Framework slides

You can download the slides of my Entity Framework presentation from NTKonferenca 2008 . I hope you've enjoyed the presentation.
Posted by Miha Markic | 1 Comments
Filed under: , ,

LLBLGen Pro gets LINQ capability

My favorite ORM tool just got better - Frans implemented Linq to LLBLGen Pro . He really implemented it to the last detail as he writes in a series of blog post (a must read for everybody doing LINQ to an ORM product). If you are a customer go grab the
Posted by Miha Markic | 0 Comments
Filed under: , ,

Is true belief a good attribute of an architect

Recently I've came across this forum thread regarding the future of Developer Express ' eXpress Persistent Objects for .NET (XPO) ORM product. Customers (actual ones, not potential) are asking whether XPO will someday support n-tier development. They
Posted by Miha Markic | 1 Comments
Filed under: ,

LINQ to SQL showstoppers

I have to say that I like LINQ to SQL, heck, I even do presentations about it . So, it is a cute ORM. What is that good about it features LINQ. However, there are some serious showstoppers in there. One are more serious than the others. I won't deal with
Posted by Miha Markic | 2 Comments
Filed under: , ,

Speaking at CodeCamp in Zagreb, Croatia

I am pretty busy lately and also have been attending CEE MVP Open Days 2007 summit in beautiful Cavtat right next Dubrovnik in beautiful warm weather. Nevertheless I've found enough time to (re)deliver LINQ to SQL presentation and co-moderate ORM - hero
Posted by Miha Markic | 5 Comments
Filed under: ,

LLBLGen Pro got even better

Frans released a new major version of his LLBLGen Pro ORM. Basically, a top notch ORM product got even better. Make sure you check the what's new list - and if you are looking for an (better) ORM, don't hesitate to give it a try, you won't
Posted by Miha Markic | 3 Comments
Filed under: , ,

Microsoft ORM saga revealed

Matt Warren talks about what happened to ObjectSpaces, WinFS and why Microsoft is going with LINQ to SQL as sole ORM product in Orcas wave. Very interesting read I have to say and kudos to Matt for such a revealing post. It actually reveals many (odd
Posted by Miha Markic | 0 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: , ,

ADO.NET vNext Entity Data Model Designer Prototype, CTP

Get much awaited ADO.NET vNext Entity Data Model Designer Prototype, CTP here (note: you'll need LINQ May CTP and ADO.NET vNext CTP (August 2006) to make it work. And make sure you don't install this stuff on production machine as you can easily get into
Posted by Miha Markic | 0 Comments
Filed under: ,

Implementing more useful tracing for LLBLGenPro 2.0

LLBLGen Pro has an internal tracing mechanism that outputs data to Trace class using standard .net mechanism. To enable various tracing categories you have to switch one various TraceSwitch es either at runtime or in config file. But what if you want
Posted by Miha Markic | 0 Comments
Filed under: , ,

Implementing more useful tracing for LLBLGenPro 2.0

Version 1/14.9.2006 LLBLGen Pro has an internal tracing mechanism that outputs data to Trace class using standard .net mechanism. To enable various tracing categories you have to switch one various TraceSwitch es either at runtime or in config file. Here
Posted by Miha Markic | 3 Comments
Filed under: ,

Extending LLBLGenPro's ResultsetFields to work like List

These days I had a need to use ResultsetFields for fetching dynamic list. As you know, ResultsetFields derives from EntityFields2 (I am working with LLBLGenPro 2.0 .net 2) which is basically an array. There is nothing wrong with that, it is just you have
Posted by Miha Markic | 0 Comments
Filed under: ,

Extending LLBLGenPro's ResultsetFields to work like List

These days I had a need to use ResultsetFields for fetching dynamic list. As you know, ResultsetFields derives from EntityFields2 (I am working with LLBLGenPro 2.0 .net 2) which is basically an array. There is nothing wrong with that, it is just you have
Posted by Miha Markic | 0 Comments
Filed under: ,

Taking LLBLGenPro and other CHM help files everywhere with PocketPC

If you have a PocketPC and you want to read CHM files (compiled HTML Help Format - previous MS' help format) on it then here is the solution. Pete's free CHMReader does the job very well and the result is actually very readable. I read every issue of
Posted by Miha Markic | 0 Comments
Filed under: ,

Generic Plugin for LLBLGen Pro v2

I started to build my own collection of LLBLGen Pro plugins. For now, there is only one - Generic Field Setter. It is capable of looping through single/all project entities and set matching fields to read only. The comma delimited field list can be set
Posted by Miha Markic | 2 Comments
Filed under: ,
More Posts Next page »