hi frnds
how to create registration form and submit the data with entity model and oracle data base.
create wcf services for insert data .
how to do this .
simple way i know but these things apply using to mvc4/5 with 3 tier architecture
here i created 3 layers
1 here using view controller
2 business logic here want to create wcf services for insert data
3 DL layer so here want to create class and logic
so please anyone help to me on this
Nilesh ShahPosted Feb 3, 2017, 11:16 AM
Is there any compliance with any other system which makes you force write WCF?
Otherwise, if you can separate out your logic, in different projects and service layer and web front end and database are all hosted on different servers then you have met your goal of 3 - tier, I think.