abhaykochar
New Member
I'm using .Net frameworl 4.0 to create a kind of question answer website.My question here is how should i model my website and my business logic.[*]Should i create a website using a web application model using HEAVY datasets and data tables and asp.net server side controls to do my job(which i have been doing in all my applications so far.)[*]Or should I go for a self hosted Restful WCF service that will do my CRUD operations and i can use javascript to create UI.[*]Or is there something better.?I Don't mind coding extra but i want my website to have better performance.