Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
2k views

ASP.Net 2.0 Application without Business Logic Layer?

Is it "acceptable" to have an ASP.Net 2.0 application without the BLL (Business Logic Layer) as the following? SQL Server Data Storage & Stored Procedures Data Link Layer (Strongly Typed ...
1
vote
1answer
55 views

Is there an “object database” addon for SQL or MySQL, etc?

I'm wondering if there is an "object database" addon layer for SQL server 2008 (or MySQL, etc). Ive become used to using db4o (an object database), where you can write the contents of any object(s) ...
0
votes
2answers
1k views

ASP.NET XML ObjectDataSource Wrapper Class Examples

I want to use XML instead of SQLServer for a simple website. Are their any good tutorials, code examples, and/or tools available to make a (prefer VB.NET) wrapper class to handle the basic list, ...