Click here to Skip to main content
15,878,959 members
Everything / MVC

MVC

MVC

Great Reads

by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
by Vahid_N
PdfReport is a code-first reporting engine which is built on top of the iTextSharp and EPPlus libraries.
by John Atten
Add Basic Group-Based permissions management to your ASP.NET MVC application. For applications of moderate complexity, which require a little more granularity in authorization permissions, but which may not warrant moving to a heavy-weight solutions such as Active Directory.
by Jovan Popovic(MSFT)
Reordering table rows using drag and drop functionality with jQuery DataTables plug-in in ASP.NET MVC applications

Latest Articles

by Mark Pelf
A practical guide to building a multi-language ASP.NET 8 MVC application
by Mark Pelf
A practical guide to build a multi-language ASP.NET 8 MVC application
by Mark Pelf
How to build a multi-language ASP.NET 8 MVC application
by Mark Pelf
A practical guide to build a multi-language ASP.NET 8 MVC application

All Articles

Sort by Updated

MVC 

21 Mar 2024 by Mark Pelf
A practical guide to building a multi-language ASP.NET 8 MVC application
15 Mar 2024 by Mark Pelf
A practical guide to build a multi-language ASP.NET 8 MVC application
13 Mar 2024 by Mark Pelf
How to build a multi-language ASP.NET 8 MVC application
6 Mar 2024 by Mark Pelf
A practical guide to build a multi-language ASP.NET 8 MVC application
20 Dec 2023 by Shivprasad koirala
In this article, we break down some most asked interview questions on Security part in ASP.NET MVC.
20 Dec 2023 by Shivprasad koirala
This article discusses the top 50 AngularJS interview question with answers.
18 Apr 2023 by JBartlau
Integrate List & Label into existing ASP.NET MVC app
6 Feb 2023 by mural3
Progressive disclosure UI on JS disabled browsers
4 Jan 2023 by Bert O Neill
How to incorporate repository pattern
17 Mar 2022 by Coding Notes
An introduction to ASP.NET Core MVC
12 Mar 2022 by Coding Notes
An introduction to ASP.NET Core MVC
9 Mar 2022 by Coding Notes
An introduction to ASP.NET Core MVC
14 Feb 2022 by mural3
How to build custom HtmlHelpers to provide pagination in .NET Core MVC app
6 Jan 2022 by Foma Tuturov
This article gives an overview of installation, customization, routing, group of routes, controllers, modules, templates, page builder, debug panel and console of a micro-framework HLEB.
25 Jul 2021 by Shivprasad koirala
60 plus most asked ASP.NET MVC Core interview questions with answers
23 Jun 2021 by Shivprasad koirala
This post discusses the need of ASP.NET MVC model binders
14 Jun 2021 by PaulKukiel
Build a Custom PHP MVC in 30 mins and deploy to AWS lambda
12 Feb 2021 by O.Nasri
Steps to create a nice dashboard web page using .NET MVC Core
7 Oct 2020 by Henry Sheldon
A study in communication across multiple technologies using Azure cloud services, all based on a centralized informational domain
27 May 2020 by Theo Kand
An original AngularJS implementation of the most famous video game ever
16 May 2020 by Eman Alyami
.NET Core Using Entity Framework
4 May 2020 by Ayyappan Ramachandran
An overview of custom authorization with user groups in MVC
15 Mar 2020 by Habibur Rony
This article mainly focuses on the CQRS pattern. How we can implement CQRS Pattern using the MediatR. How we can use CQRS pattern with ASP.NET MVC Core and Vue.Js.
11 Mar 2020 by Dan Letecky
Create an AJAX monthly event calendar (with drag and drop support) displaying data from SQL Server database in just 10 minutes (including a coffee break).
15 Feb 2020 by Habibur Rony
Configuration Vue.js v4 in ASP.NET Core 3.1 MVC. Introduction of Node.js, NPM, WebPack and DropZone. Use of Task Runner of NPM and WebPack for compile and bundle.
8 Dec 2019 by Sunny Makode
This is an introductory article about creating an Odata Rest API in collaboration with Entity Framework. We are also going to use Autofac as our IOC container. Also, Repository and Unit of Work pattern will be used for cleaner access of persistence model through our ORM (Entity Framework).
13 Oct 2019 by RM Shahidul Islam Shahed
This article will walk you through the basic understanding of DI, why DI, code example and creation of ASP.NET Core MVC web application by using .NET Core built-in DI.
10 Oct 2019 by Joseph Rozario
This article explains how to implement Token Authentication and Authorization using JWT in ASP.NET CORE.
24 Sep 2019 by Matthew Dennis
Munq IOC Container Version 3 has been released on CodePlex and as a NuGet package. This article demonstrates how to integrate the IOC Container into an ASP.NET MVC3 project.
9 Sep 2019 by vladimir husnullin
This article shows how to create a single page web applciation using AngularJS. It will be helpful for people willing to study Angular and MVVM practices.
27 Aug 2019 by dnxit
MVC 6 .NET Core Dynamic navigation menu from the database
30 Jul 2019 by Lee P Richardson
Fighting File Downloads and Dinosaurs with NSwag via ASP.NET Boilerplate
29 Jul 2019 by Jameel VM
Explanation about Authentication, Authorization, XSS, and CSRF (Cross Site Request Forgery)
28 Jul 2019 by Adam Tibi
One of the MVC mantras is that it allows unit testing your controllers. But, that doesn't mean you should. In my opinion, you should focus your unit testing valuable effort in more effective areas as the controller, if done right, doesn't require unit testing.
17 Jul 2019 by ireland94
This program demonstrates the methodology needed for by directional messaging between a Java FX foreground and 1 or more background threads.
30 May 2019 by Member 13221290
Develop a demo service fabric in Visual Studio 2019
20 May 2019 by James A. Brannan
How to use AWS Java 2 API to create a Rest application using Spring Boot that reads and writes to a DynamoDB database
4 Apr 2019 by Mahsa Hassankashi
This article explains how to make data source for kendoTreeView, particularly it is designed for organization chart such as personals or documents which need nested query, after drag and drop one node to another one, it will save it. Look at the demo.
3 Apr 2019 by Mahsa Hassankashi
Best approach for having more secure channel to transfer user information throughout the web
3 Apr 2019 by Mahsa Hassankashi
This article enables you to generate table in any database such as Oracle, SQLServer, MySQL, SQLite, Sybase, etc. just by typing table name and its fields. Then you can use NHibernate facilities to make query for data layer.
3 Apr 2019 by Mahsa Hassankashi
This article explains the SignalR concept via chat implementation and interaction between client and server visually and involving hub class.
3 Apr 2019 by Mahsa Hassankashi
This is the simplest tutorial on AngularJS and Repository Pattern for developing professional MVC applications. It includes a source code about practical permission management project.
19 Feb 2019 by Ehsan Sajjad
Registering Custom Directories for Views in ASP.NET MVC
13 Feb 2019 by Han Bo Sun
In this tutorial, I am going to show the readers how to create an MVC application using Spring Boot, packaging as a self host WAR file, and execute using embedded Jetty application server.
13 Jan 2019 by bapak71
Using w2ui grid to show list of uploaded photos.
20 Nov 2018 by tranthanhtu.vn
How to build the SPA for enterprise application using Angular2 and WebApi (RESTful)
13 Nov 2018 by Vlad Neculai Vizitiu
How to secure Ids on web applications
12 Nov 2018 by Vlad Neculai Vizitiu
How to add functionality to an ASP.NET Core application outside of a request
23 Oct 2018 by Alen Toma
OWIN OAuth2 authentication for Facebook and Google without Entityframework
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.
17 Oct 2018 by Han Bo Sun
In this article, I like to discuss the way to set up a Spring Boot application that is packaged as a WAR archive and supports Spring MVC with JSP as view.
5 Sep 2018 by Saineshwar Bageri
How to secure ASP.NET Core MVC Applications against top 10 attacks
24 Aug 2018 by Proneetkumar Pradeep Ray
Easy way to integrate jQuery DataTable Server Side processing using Dynamic LINQ | Server Side processing using extension method
13 Aug 2018 by Member 13935194
In this article, I will demonstrate how to integrate Firebase phone number authentication in Laravel.
12 Aug 2018 by Jitendra Selvam
This article helps with getting started with automapper and use some of the commonly used functionalities.
15 Jul 2018 by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
12 Jul 2018 by charles922
AngularJS and REST API Tutorial - Part 4
21 Jun 2018 by Syed Zain Shah
In this article, you will learn about basic foremost concepts about Action Results in ASP.NET MVC 5. Hope you'll enjoy this. Feel free to give your feedback.
23 May 2018 by Andreas Schoenle
How to use CrashRptEx, to avoid some of the pitfalls of crash reporting in MFC apps or if you want the ability to continue your application after a crash
19 May 2018 by vnmatt
With the Bootstrap Helpers project, I have made things even easier for .NET developers.
10 May 2018 by Jack Xu, USA
This article provides a step-by-step tutorial on how to use ASP.NET Core MVC to create charts in web applications with data from either the client or server side.
27 Apr 2018 by charles922
AngularJS and REST API Tutorial: Part 3
20 Apr 2018 by NavnathKale
Part 2 – Extending AngularJS to make it more simple and dynamic
19 Apr 2018 by charles922
AngularJS and REST API Tutorial - Part 2
17 Apr 2018 by User 4835047
Small, customizable control for displaying JSON data similar to a GridView
10 Apr 2018 by Harshit Gindra
This article explains a design approach that involves setting the work flow of the process using config file and Unity Framework. It helps to change the flow only by updating the config file and no other code change is required.
22 Mar 2018 by Angel Gabriel Valdés Sarduy
This project is an ASPNET Core MVC site with a generic controller for CRUD and searchs.
15 Mar 2018 by charles922
AngularJS and REST API Tutorial
14 Mar 2018 by Han Bo Sun
In this article, I will present a fully working Spring MVC application. It integrates with Spring Security, and Spring Rest. The sample application can be used as a template while the tutorial gives you a general idea of how each component work.
14 Mar 2018 by Ed Charbeneau
In this article, we'll learn how to migrate existing HTML Helper patterns to Tag Helpers. Through this process, we'll form a solid reference for utilizing Tag Helpers in ASP.NET Core projects.
27 Feb 2018 by Amir Jalilifard
Lets take an exciting travel to the land of MVC, MVP and MVVM patterns with our sexy friend : JavaScript
21 Feb 2018 by Halil ibrahim Kalkan
Implemented unit and integration tests on ASP.NET Boilerplate framework using xUnit, Entity Framework, Effort and Shouldly
18 Feb 2018 by Halil ibrahim Kalkan
Building an NLayered, localized, well-structured Single-Page Web Application using AngularJs, ASP.NET MVC, Web API, EntityFramework and ASP.NET Boilerplate
10 Feb 2018 by Changming Wang
A complete event calendar, using trucking/shipping as an example, built with Visual Studio Community 2015, C# MVC and jQuery.Fullcalendar
5 Feb 2018 by Stas Wolski
The article explains how to integrate dhtmlxScheduler, an AJAX-based, interactive event calendar, in your ASP.NET MVC application.
5 Feb 2018 by Stas Wolski
This article describes how to implement a meeting room booking system in an ASP.NET MVC project with dhtmlxScheduler.
3 Feb 2018 by ashish__shukla
ASP.NET MVC 5 New Features
31 Jan 2018 by Ehsan Sajjad
Beginner's guide to implement server side pagination, sorting and filtering of gridview using jquery datatables
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
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.
21 Jan 2018 by Brady Kelly
Using a metadata attribute and editor template for DropDown lists in Razor
17 Jan 2018 by Shenwei Liu
Custom model binder for passing query strings as nested objects or collections to Web API GET or POST methods, also updated for ASP.NET Core
28 Dec 2017 by lepipele
Detailed guide on building C# ASP.NET website checkout that accepts Bitcoin (BTC), Litecoin (LTC), Ethereum (ETH) and other Crypto Currencies.
25 Nov 2017 by Daniel Carvalho Liedke
Project to generate Excel Spreadsheet from DataSet with auto size (AutoFit) columns, auto-filter, alternating light blue background color with Open XML using ASP.NET MVC
15 Nov 2017 by Shivprasad koirala, Marla Sukesh
The whole purpose of this article is to quickly brush up your MVC knowledge from ASP.NET MVC interview perspective.
15 Nov 2017 by Shivprasad koirala, Marla Sukesh
In this article, we learn MVC 5 step by step in 7 days – Day 1
15 Nov 2017 by Shivprasad koirala, Marla Sukesh
Learn MVC (Model view controller) Step by Step in 7 days – Day 2
24 Oct 2017 by Mack Ait-Aoudia
A walk-through on how to build a notification engine by integrating applications
3 Oct 2017 by Gavin Coates
Creating a multi-tenancy system where each tenants data is stored in a separate database, using ASP.NET MVC
26 Sep 2017 by Saineshwar Bageri
In this article, we are going to learn how to perform CRUD Operation with Razor Pages in ASP.NET CORE 2.0
20 Sep 2017 by RandyBuchholz
MVC supports complex objects as Models, including generics. We can use this capability to pass a standard Model type between our Views and Controllers. We can write reusable code to manipulate these standard models. This can change the way we use MVC.
12 Sep 2017 by Bart-Jan Brouwer
Use bootstrap tables with minimal coding on .Net Core 2.0!
10 Sep 2017 by Bart-Jan Brouwer
Old and new style all in one project
4 Sep 2017 by Bart-Jan Brouwer
Learn how to create JWT and use with WebApi, REST and MVC all build with .NET Core
4 Sep 2017 by Bart-Jan Brouwer
Learn how to create JWT and use with WebApi, REST and MVC All Build with .NET Core
4 Sep 2017 by Bart-Jan Brouwer
Learn how to create JWT and use with WebApi, REST and MVC all build with .NET Core
29 Aug 2017 by Ashwini Verma
Gridview in ASP.NET MVC
26 Aug 2017 by @Shiv
Easy and simple ReCptcha tool for Web Application in pure C# code, no JavaScript external plugin required
1 Aug 2017 by Saineshwar Bageri
In this article, we are going to have a look on how touse Unity framework with MVC to remove hard code dependencies from Application.
27 Jul 2017 by Makhesh TG
Sample application to demonstrate pagination using simplePagination.js in asp.net mvc core, targeting entity framework.