Search results for query: *

  1. G

    Persistence with .NET

    Checklist for ORM Here is a general checklist that one should consider while selecting an ORM product: · Architecture of the Product. · Support for relevant standards. · Support for transactions. · Handling of null values. · Multi-DBMS support. ·...
  2. G

    Data Access Layer in VB .NET

    Thx Sharma, I'm currently evaluating TierDeveloper, looks good to me so far. I've also heard about WilsonORMapper, but not sure whether this will help in my case or not. Does anybody know about it?
  3. G

    Data Access Layer in VB .NET

    Can any body suggest me an OR mapper that can help me build DAL in VB? I’m using SQLServer2005 and would like the support for CLR stored procedures.
  4. G

    ASP.NET Cache

    Hi, I have the following two questions regarding cache. 1) How can I specify the storage limit for the ASP.NET cache? I want to store the objects in the secondary storage when the storage limit exceeds. 2) I want to use secondary storage for ASP.NET cache(related to 1), how can I achieve that...
Back
Top