Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am totally new in creating web application in asp.net using c# and linq. My data base is ready and using ORM each table is treat as class. i know that each table is a class and each attribute of table is an objects.

i create registaion form now i want to save data from fegistration form and save it in entity framework class (table) but i dont know about how to connect these.

thanks

What I have tried:

i tried tutorials and books but they all using builtin functionality packages of asp.net according to their own need of projects. i want to know about the real and simple coding for understanding the functionality.
Posted
Comments
[no name] 19-Mar-16 7:57am    
Please explain "they all using builtin functionality packages of asp.net" and what do you want exactly instead of that..
johannesnestler 22-Mar-16 10:42am    
Oh man - this kind of question will not bring you any further...there are no shortcuts to get an understanding of any programming "topic" - work through(!) any decent EF Asp.net-With-Data tutorial (web is full of them, but please goolge yourself). So if you can't work out "the essence" from these tutorials you should maybe use the plain MSDN documentation to work through it. But maybe you can eleborate what you mean with "builtin", cause you are using a FRAMEWORK wich has some functionality builtin - or what did you expect?
I don't know what you know, or where you got stuck -but things should be quite simple... Create an context, add/remove/attach/update the objects in the context, call Save and that's it...

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