I have a small database I've written in access and I'd like to make a front-end for it as a windows forms application ( and then some day later on add an ASP.NET web-based form for user data input).
I've chosen C# as my language and I have the .NET studio installed.
I have a basic-intermediate knowledge of programming and I have dabbled in C, C++, VB6, Javascript, etc. and am currently reading "Beginning C#" from wrox.
My problem is that I don't really know the "big picture steps" for application development. The Beg C# book has a couple of chapters on windows forms, but doesn't really explain how to build an application. Some have recommended "C# databases" from Wrox, but I don't know if this books has what I'm looking for.
Does anyone know a resource that will walk you through creating a database application in C#?
I saw the wrox book about the C# app from inspiration to finish but read terrible reviews about it. I guess I'm looking for something to review the proper order of the thought process, for example
1. create db
2. create reports
3. create menus
4. create db connection strings
5. create UI
a. add code so menus are locked at appopriate times
And would then walk through the above steps -- create this module, that class, link them this way, etc.
I could likely figure out the in between steps, but I wish I had a some kind of framework on which to base my application, or a sample database application deconstructed to see how it's done.
Sorry for the long-winded post, but I figure this type of info out there somewhere.
Thanks in advance.
I've chosen C# as my language and I have the .NET studio installed.
I have a basic-intermediate knowledge of programming and I have dabbled in C, C++, VB6, Javascript, etc. and am currently reading "Beginning C#" from wrox.
My problem is that I don't really know the "big picture steps" for application development. The Beg C# book has a couple of chapters on windows forms, but doesn't really explain how to build an application. Some have recommended "C# databases" from Wrox, but I don't know if this books has what I'm looking for.
Does anyone know a resource that will walk you through creating a database application in C#?
I saw the wrox book about the C# app from inspiration to finish but read terrible reviews about it. I guess I'm looking for something to review the proper order of the thought process, for example
1. create db
2. create reports
3. create menus
4. create db connection strings
5. create UI
a. add code so menus are locked at appopriate times
And would then walk through the above steps -- create this module, that class, link them this way, etc.
I could likely figure out the in between steps, but I wish I had a some kind of framework on which to base my application, or a sample database application deconstructed to see how it's done.
Sorry for the long-winded post, but I figure this type of info out there somewhere.
Thanks in advance.