db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » ASP.NET   (RSS)
Showing page 1 of 3 (23 total posts)
  • Solution of ID increment (come discuss my suggestion)

    I was going thru some of this stuff, but I'd found no answer for auto-increment on db4o-tutorial, so here's what I came up with, I'd really enjoy if you guys would give your points of view about it... Simple OO stuff, let's make a SuperEntity abstract class..I'm using C# for it.  using Db4o; public abstract class SuperEntity { } ...
    Posted to db4o User Forum (Forum) by tapgyn on April 12, 2008
  • Webparts with DB4O in ASP.NET

    The webparts resource is available in ASP.NET with MS-SQL integration. I wold like to know if somebody was be abble applicate the webparts with DB4O. if you have something about, please let me know. Thanks. 
    Posted to db4o User Forum (Forum) by wallck on January 22, 2008
  • Re: ASP.Net Session State and db4o

    Hi, I haven't tried this yet but whenever state management and IO is concerned in ASP.Net, it can be bad news it you have lots of it and if you are persisting it. My answer is it depends. What will be the volume of user access will there be? How heavy the transactions are? My suggestion is to create a unit test or a web test and do a load ...
    Posted to db4o User Forum (Forum) by eisanchez on November 19, 2007
  • db4oProviders for ASP.NET

    Hi, Has anyone used db4oProviders in ASP.NET. Is there a sample project that shows how to use it with an ASP.NET application as I couldn't find much documentation as to how to make the providers, especially the membership provider work with ASP.NET.Thanks 
    Posted to db4o User Forum (Forum) by alijan on September 18, 2007
  • asp.net question

    I have an object that follows the DAO pattern in my App_Code directory.   I used this class to persist one of my model objects. For some reason I later notice through ObjectManager that there is a schema for the DAO class in the database.  Why is that?  My model objects have no reference to the DAO.  Just want to make sure ...
    Posted to db4o User Forum (Forum) by jnesbitt on August 19, 2007
  • HTML Diff

    I got a few useful replies when I asked for a .NET PDF generating library. Thanks everyone. What about a way to generate diff/compare views for HTML documents? Any ideas? Ideally it would be side-by-side, but as long as I can display a merge-diff between 2 different HTML files, I'll be happy.
    Posted to planetdb4o (Weblog) by Anonymous on July 7, 2007
  • .net 2 web service and web site

    I am new to db4o but have a specific project that I am planning to use it for.  The project is made up of two separate applications the first is a web service (which will do all modifications to the objects) and the second is a web site which will read the objects and display web pages based on the data.  Both applications will need ...
    Posted to db4o User Forum (Forum) by TomLynch on July 3, 2007
  • Re: DB4O on a shared host

    Hello! There are special Starter Kits provided: http://developer.db4o.com/ProjectSpaces/view.aspx/Starter_Kits You will find an explanation for a single objectContainer implementation (shared transaction) and for client/server implementation (request transaction). Both open a database connection on the first request. You may also find some ...
    Posted to db4o User Forum (Forum) by Tetyana on May 30, 2007
  • OpenServer and ASP.NET

    Guys,  I've made here tiny app that uses OpenServer method to listen for connections on some port server = Db4o.Db4oFactory.OpenServer(AppDomain.CurrentDomain.BaseDirectory & ''sample.dbo'', 5560)server.GrantAccess(''sample'', ''sample'')  I left app running as Windows Service... Now i'm trying to connect to it from ASP.NET, ...
    Posted to db4o User Forum (Forum) by skitsanos on May 3, 2007
  • Re: An example for ASP.NET

    Hi vladoo! Thanks a lot for the corrections. You are absolutely right. New example code and StarterKit can be found here: http://developer.db4o.com/ProjectSpaces/view.aspx/Starter_Kits, Db4oSite.vsi 
    Posted to db4o User Forum (Forum) by Tetyana on March 30, 2007
1 2 3 Next >