RightHand's community place

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

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.
    Posted to Righthand blogs (Weblog) by Miha Markic on oktober 3, 2008
  • 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 regret it. The only feature I miss is LINQ support which is supposed to appear in ...
    Posted to Righthand blogs (Weblog) by Miha Markic on avgust 23, 2007
  • 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 troubles. Check out a couple of ADO.NET vNext screencasts here.
    Posted to Righthand blogs (Weblog) by Miha Markic on september 29, 2006
  • 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 TraceSwitches either at runtime or in config file. But what if you want to execute the same select directly in Sql Server Management Studio perhaps? The reason might be ...
    Posted to Righthand blogs (Weblog) by Miha Markic on september 14, 2006
  • Implementing more useful tracing for LLBLGenPro 2.0

    Version 1/14.9.2006LLBLGen 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 TraceSwitches either at runtime or in config file. Here is an example:<system.diagnostics> <switches> <add ...
    Posted to Righthand blogs (Weblog) by Miha Markic on september 14, 2006
  • 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 to set its size beforehand (ok, you can explicitly expand or contract it later on) and ...
    Posted to Righthand blogs (Weblog) by Miha Markic on avgust 28, 2006
  • 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 to set its size beforehand (ok, you can explicitly expand or contract it later on) and ...
    Posted to Righthand blogs (Weblog) by Miha Markic on avgust 28, 2006
  • 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 MSDN Magazine (free CHM downloads) on PocketPC while I wait somewhere (don't you hate waiting ...
    Posted to Righthand blogs (Weblog) by Miha Markic on avgust 18, 2006
  • 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 through project custom propery or typed directly. As a bonus, you can set default values through ...
    Posted to Righthand blogs (Weblog) by Miha Markic on julij 11, 2006
  • 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 for customers (actually you have to build the utility from sources that ship with ...
    Posted to Righthand blogs (Weblog) by Miha Markic on julij 10, 2006
Powered by Community Server, by Telligent Systems