Click here to Skip to main content
15,867,568 members
Everything / MVC / MVC5

MVC5

MVC5

Great Reads

by raddevus
Part 1: Master the ASP.NET MVC Project Template & Technologies (Razor, jQuery, JavaScript, Bootstrap, CSS). Part 2: Build an ASP.NET MVC app which runs in the browser but feels like using a desktop app.
by Mostafa Asaduzzaman
Simple Message/Reply app using MVC 5
by Simon B.
How to localize an ASP.NET MVC application and read all text from a database while still using DataAnnotations.
by kannankeril
This article is an attempt at splitting out the controller layer to reduce its complexity and improve quality and maintainability of the resulting code.

Latest Articles

by Shaurya Servegar
How to implement Custom RouteHandler and Custom Handler in ASP.NET MVC 5
by Saineshwar Bageri
In this article, we are going to learn how to implement the best Logging libraries available in the market for an ASP.NET MVC application.
by Yogi S.
Tutorial on implementing OpenWeatherMap API in ASP.NET MVC. It will teach how to get real time weather data of any city of the world.
by Proneetkumar Pradeep Ray
JQuery Datatable (Dynamic columns) populate after Ajax JSON response via server side processing - Using EF Raw SQL query

All Articles

Sort by Score

MVC5 

22 Mar 2017 by raddevus
Part 1: Master the ASP.NET MVC Project Template & Technologies (Razor, jQuery, JavaScript, Bootstrap, CSS). Part 2: Build an ASP.NET MVC app which runs in the browser but feels like using a desktop app.
23 May 2015 by Mostafa Asaduzzaman
Simple Message/Reply app using MVC 5
13 Apr 2016 by Simon B.
How to localize an ASP.NET MVC application and read all text from a database while still using DataAnnotations.
25 Nov 2016 by kannankeril
This article is an attempt at splitting out the controller layer to reduce its complexity and improve quality and maintainability of the resulting code.
18 Jan 2017 by Bart-Jan Brouwer
.Net Core datagrid with server side paging, sorting and filtering
29 Feb 2016 by wells cheung
Privilege Control System based on MVC and WCF.
16 Aug 2018 by Proneetkumar Pradeep Ray
JQuery Datatable (Dynamic columns) populate after Ajax JSON response via server side processing - Using EF Raw SQL query
25 Feb 2016 by otark777
Some thoughts about one page angular site based on ASP.NET Web API 2 and Cassandra NOSQL database
24 Jan 2016 by raddevus
This article extends the 2-part article I wrote showing you how to write your own blog engine in ASP.NET MVC.
8 Mar 2016 by otark777
Some thoughts about one page Angular site based on ASP.NET Web API 2 and Cassandra NOSQL database
14 Nov 2017 by jgauffin
Save time and effort with the help of codeRR, which finds and analyses errors for you, improving code quality along the way.
22 Feb 2019 by Saineshwar Bageri
In this article, we are going to learn how to implement the best Logging libraries available in the market for an ASP.NET MVC application.
19 Feb 2016 by Dave W Hunt
Wouldn't it be nice to use a partial view with its own model on multiple pages?
15 Dec 2015 by Brownie24
A simple, step-by-step guide to implementing a multi-select list in .NET MVC, intended for beginners to .NET.
13 Dec 2016 by jamuro77
This article explains how to create a simple Multi-Language ASP.NET MVC 5 Web Application. I'll show how to translate texts, localize images or entire views as well as how to deal with URL routing to support several languages.
11 Aug 2016 by Vincent Maverick Durano
This article talks about how to perform Fetch, Edit, Update and Delete (FEUD) operations in our ASP.NET MVC 5 application.
19 Oct 2018 by Yogi S.
Tutorial on implementing OpenWeatherMap API in ASP.NET MVC. It will teach how to get real time weather data of any city of the world.
6 Aug 2016 by Vincent Maverick Durano
This article explains how to create a Login page and create a custom role-based page authorization in ASP.NET MVC 5 application.
15 Oct 2016 by Prabu ram
A complete automatic generation of menu in ASP.NET MVC using attributes applied on controllers.
18 May 2014 by Shahriar Hossain
[Attribute] Routing in ASP.NET MVC 5 / WebAPI 2
2 Feb 2016 by syed shanu
In this article we will see how to use ASP.NET Identity in MVC Application for creating user roles and display the menu depending on user roles.
31 Jan 2018 by Ehsan Sajjad
This article demonstrates how to implement advanced search on a gird using JQuery DataTables in asp.net mvc 5
27 Jul 2015 by Marla Sukesh
In this article we will take our MVC 5 Project into next level by introducing Data Entry Screen and Database Communication.
27 Jul 2015 by Marla Sukesh
This article is continuation of day 5 for Learn MVC Project in 7 Days.
2 Dec 2016 by Vincent Maverick Durano
This article will walk you through on implementing a simple "shoutbox" feature in your ASP.NET MVC 5 application.
2 Nov 2015 by Javad Zarrinabadi
Complete MVC example of pagination, filtering and sorting inside partial view with edit in modal dialog
7 Oct 2016 by Manprit Singh Sahota
This article is about connecting entity framework code first approach and user defined table type function.
16 Jul 2014 by Rahul Rajat Singh
In this article we will look into ASP.NET Identity System which comes as the default authentication and authorization mechanism with ASP.NET MVC 5 internet application template. We will try to understand the ASP.NET Identity system and compare it with the ASP.NET simple membership providor and the c
15 Dec 2015 by databaseobjectmodel
A sample infrastructure project such as erp, mrp, crm, admin panel.
2 Feb 2016 by raddevus
After working through this article you will have a novel way of easily posting new blog articles which will auto-update the content on your site and you will have learned the C# ASP.NET MVC code to do this.
23 May 2014 by Shahriar Hossain
Learn how to deal with enum dropdown list in Asp.Net MVC 5.1
3 Jul 2018 by Vincent Maverick Durano
This article is part 1 of the series for building a simple web application in ASP.NET MVC 5.
11 Aug 2016 by MSagar007
This artcile shows how to make a CRUD operation in single View using Javascript in MVC
27 Aug 2014 by R M Shahidul Islam Shahed
ASP.NET MVC 5 applications
21 Dec 2015 by Khademul Basher
Authentication and Authorization using Asp.net Identity
31 Jan 2018 by Ehsan Sajjad
Beginner's guide to implement server side pagination, sorting and filtering of gridview using jquery datatables
8 Mar 2016 by syed shanu
In this article you will learn how to create Kids Learn game using MVC and AngularJS
27 Jul 2015 by Marla Sukesh
This article is continuation of day 7 for Learn MVC Project in 7 Days.
25 Sep 2014 by Mathew Soji
Logging is a method of tracking/monitoring what is going on when an application is in progress/running.
20 Sep 2016 by Amir Shahinkar
This article walks you through the steps of creating a single page application with ui-router.
27 Apr 2016 by DmitriyArh88
Creating of user-friendly configurable internationalization mechanism in ASP.NET MVC application
3 Jan 2015 by iSahilSharma
A detailed description about controllers in ASP.NET MVC 5.
23 Jan 2016 by Shashangka Shekhar
In this article we will get a short overview on AngularJS, then we will create a ASP.Net MVC-5 CRUD application using AngularJS(v1.4.8).
13 Oct 2016 by Sachin Makwana
Convert uploaded video to MP4 and store it in database. Create thumbnail of the uploaded video and Stream the video from Database using HTML5 video tag and Entity Framework.
17 Dec 2014 by iSahilSharma
This article provides an overview of the web application framework ASP.NET MVC 5.
5 Aug 2016 by Vincent Maverick Durano
This is part four of the series on Building Web Applications in ASP.NET MVC 5.
6 Oct 2014 by Afazal MD 3104209
AngularJS integration with Web API explained with a product list and added new product with get and post method.
14 Jun 2017 by Ehsan Sajjad
A guide on how to implement gridview in ASP.NET MVC 5
15 Aug 2016 by Halit Yurttaş
We are examine to customize AJAX interface custom search elements
11 Jul 2016 by satya inumarthi
Here I explain how to create custom authentication and mapping it to the default filters like Authorize, roles..etc
29 Dec 2014 by Mahdi K.
This article will help you to handle all types of errors in MVC platform; MVC Views, API, 404.0, Synchronous/Asynchronous Calls all with same user experience centrally.
22 May 2015 by debashishPaul
Implementation of basic role based authorization in ASP.NET MVC5 with ASP.NET Identity 2.0
26 Nov 2013 by Srinivasa Dinesh Parupalli
CRUD operations made easy with the new scaffolding feature of MVC 5.
6 Dec 2015 by Brownie24
A simple how-to for beginners to .NET MVC for the implementation of bootstrap modals and client/server-side validation.
25 Jan 2016 by raddevus
Why is the _ViewStart.cshtml file so important to understanding MVC and the Razor ViewEngine? This article shows you the magic of the _ViewStart file and reveals secrets of MVC code using ILSpy.
15 Dec 2015 by Snx.sahay
This is a C# MVC web project with Knockout JS and web API OData controller. Technologies and version used for these articles are MVC 5.0, OData controller 4.0, Knockout Js 3.4, and jQuery 2.0.3.
31 Jan 2018 by Ehsan Sajjad
In this post, I will be addressing this problem and we will learn that how can implement CRUD using JQuery DataTables in one page without any full page reloads.