Tag Archives: sql

All Database Backed Web Apps are “Just CRUD Apps”

It’s time to end the debate between “Just simple CRUD Apps” and “more complex” apps. Very complex behavior can be expressed through a small set of fairly simple rules. This is often described as emergent behavior or just emergence. The … Continue reading

Posted in Web | Tagged , | Leave a comment

Using SQL Compact Edition Under ASP.NET

What is SQLCE? SQL Compact Edition is the “low end” version of a SQL database solution from Microsoft. It is a single-file, application managed, database implementation. It doesn’t have all of the bells and whistles of the high end database … Continue reading

Posted in .NET, Web | Tagged , , | 1 Comment