Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have view named "user registration", on click of save button pass the form data to controller action named "Create". In this context i doesn't want to use of model and jquery. model properties can be used by class library which is separate project in the main project. so i please help me out from this.

What I have tried:

PAMS-Main
Project 1. PAMS-Class Library
Project 2. PAMSExt-MVC architecture
Posted
Updated 16-May-17 2:22am

1 solution

Yes you can do.

You just separated your application different project. Here your model/Entity is in different project (class library). Its a good practice to separate your entity model in different project by which u can add reference to other project in you application.
Here, for you application you just need to add the reference of PAMS class library to your MVC Appliation.
 
Share this answer
 

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