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

Browse by Tags

All Tags » ORM » .net

Material from my "Making ORM applications more secure/Naredimo ORM aplikacije varnejše" presentation

I posted both slides and demo code from my " Making ORM applications more secure/Naredimo ORM aplikacije varnejše " presentation held at Bleeding Edge conference in Portorož on 1.10.2008. The material is in Slovene language. Enjoy.

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: , ,

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: ,

FinalBuilder4 action for LLBLGenPro available

Yesterday I crafted a Final Builder 4 action for LLBLGen Pro that invokes its command line code generator utility (CliGenerator). You can find free download here . Note: CliGenerator is included with LLBLGen Pro SDK which is an extra download available
Posted by Miha Markic | 0 Comments
Filed under: ,