Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everybody
I'm new to C# database applications

I'm working on a project. It's main main purpose is to work on a database (Microsoft Access one).
main parts of my work are:
- the database operations(insert, update, delete, select)
- the forms to view the data and manipulate it.

I'm using Visual Studio 2005 capabilities to perform the job -adding a dataset and linking it to my database-.
Actually it merges the database code, forms code and business rules...

I need some more structured work, something like MVC
how can I get this performed ? i.e. what is the best way to build a structured C# database application ? the best ... not the easiest ?
Posted

1 solution

 
Share this answer
 
Comments
mido_h_89 10-Jul-13 7:17am    
thank u, it really helped ...
But I have a tiny question plz
is there a way to perform this task by manipulating the C# auto generated code (when dragging a dataset item into a from). I want to make use of the auto generated code to avoid lots of code writing
Most welcome... :)

Refer - A Tool to create N-Layer Architecture Classes.
It might help you.
I guess you rejected the solution by mistake. So, please accept it again.

Thanks,
Tadit

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900