When we are developing application using MVC framework where we would mostly working with Client side technology which make you application lightweight. We will use JavaScript, jQuery library and Bootstrap CSS to make our website interactive and friendly with user. We can validate or check our Form (.aspx, .html, .cshtml) before sending it on server and making ajax calls (post or get) through which we can reduce response time to load a website and provide a better user experience for website.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
When we are developing application using MVC framework where we would mostly working with Client side technology which make you application lightweight. We will use JavaScript, jQuery library and Bootstrap CSS to make our website interactive and friendly with user. We can validate or check our Form (.aspx, .html, .cshtml) before sending it on server and making ajax calls (post or get) through which we can reduce response time to load a website and provide a better user experience for website.