|
|
Browse by Tags
All Tags » ASP.NET (RSS)
Showing page 1 of 3 (23 total posts)
-
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 { } ...
-
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.
-
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 ...
-
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
-
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 ...
-
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.
-
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 ...
-
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 ...
-
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, ...
-
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
1
|
|
|