Click here to Skip to main content
15,914,165 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Did anyone ever implemented flyweight design pattern? Pin
led mike26-Nov-07 5:37
led mike26-Nov-07 5:37 
QuestionRe: Did anyone ever implemented flyweight design pattern? Pin
CPallini26-Nov-07 6:08
mveCPallini26-Nov-07 6:08 
AnswerRe: Did anyone ever implemented flyweight design pattern? Pin
led mike26-Nov-07 10:03
led mike26-Nov-07 10:03 
GeneralRe: Did anyone ever implemented flyweight design pattern? Pin
CPallini26-Nov-07 11:18
mveCPallini26-Nov-07 11:18 
GeneralRe: Did anyone ever implemented flyweight design pattern? Pin
Paul Conrad23-Dec-07 8:16
professionalPaul Conrad23-Dec-07 8:16 
GeneralRe: Did anyone ever implemented flyweight design pattern? Pin
CPallini23-Dec-07 11:17
mveCPallini23-Dec-07 11:17 
Questioncreate windows application with database access Pin
cellardoor071621-Nov-07 11:46
cellardoor071621-Nov-07 11:46 
AnswerRe: create windows application with database access Pin
Mark Churchill21-Nov-07 13:51
Mark Churchill21-Nov-07 13:51 
SQL Server Compact Edition[^] is what you need. (Express still needs to be installed.) Compact is just a couple of dlls that let you use a single .sdf file as a database. Similar limits to Express (4gig db limit etc) - but it is also missing stored procs.

Then use this[^] to handle your data access and the whole data end of your application is done for you.

Your other option if you don't actually need the databasey features of a database is to use a prevalence mechanism[^] that stores plain .net objects for you.

Mark Churchill
Director
Dunn & Churchill

GeneralRe: create windows application with database access Pin
cellardoor071622-Nov-07 8:50
cellardoor071622-Nov-07 8:50 
AnswerRe: create windows application with database access Pin
ravtos19-Jan-08 6:25
ravtos19-Jan-08 6:25 
GeneralChild Objects Inheriting Property Values from Parents Pin
Brady Kelly19-Nov-07 23:10
Brady Kelly19-Nov-07 23:10 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 5:17
led mike20-Nov-07 5:17 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 5:25
Brady Kelly20-Nov-07 5:25 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 6:10
led mike20-Nov-07 6:10 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 6:29
Brady Kelly20-Nov-07 6:29 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 8:26
led mike20-Nov-07 8:26 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 9:20
Brady Kelly20-Nov-07 9:20 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 9:56
led mike20-Nov-07 9:56 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 10:41
Brady Kelly20-Nov-07 10:41 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Tristan Rhodes22-Nov-07 5:43
Tristan Rhodes22-Nov-07 5:43 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike26-Nov-07 4:50
led mike26-Nov-07 4:50 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Tristan Rhodes28-Nov-07 1:14
Tristan Rhodes28-Nov-07 1:14 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike28-Nov-07 6:22
led mike28-Nov-07 6:22 
QuestionScaling out transaction processing Pin
Anubis33316-Nov-07 7:50
Anubis33316-Nov-07 7:50 
AnswerRe: Scaling out transaction processing Pin
led mike19-Nov-07 4:50
led mike19-Nov-07 4:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.