MVC

  • Dot Net MVC Benefits, Pros and Cons

    .NET MVC – Benefits, Pros , Cons. Compare with Angular and React

    .

    In this interesting article, we will learn about the benefits of using .NET MVC. We will also see the pros and cons of using MVC as a UI development framework and compare .NET MVC with Angular and React. So, let’s…

  • Data Validation in .NET MVC

    Data Validation and Annotation in .NET MVC

    .

    Data Validation is one of the most important parts of any application. .NET MVC provides special classes to apply validation and data annotation. In this article, we will learn how to apply Data Validation and Annotation in .NET MVC. Previous…

  • MVC View Page Logic

    How to Add Serial Numbers to a List of Records in MVC

    .

    Adding serial numbers to a list of records in an MVC application is a common requirement. It helps users to easily reference and identify records. In this article, we will walk you through how to achieve this in an ASP.NET…

  • .NET MVC Tutorial

    .NET MVC with SQL Server Database

    .

    In this article, we will learn .NET MVC with SQL Server database and entity framework. Previous Chapter: Routing in MVC The .NET MVC (Model-View-Controller) framework is a popular framework for building web applications. It promotes a clean separation of concerns…

  • .NET MVC Tutorial

    Introduction to Routing in .NET MVC

    .

    Routing is the backbone of the .NET MVC web application, determining how URLs map to controller actions. In this article, we will explore the different routing approaches available, from default routing to more advanced attribute-based routing, equipping you with the…

  • .NET MVC Tutorial

    Temp Data, View Bag, and View Data in .NET MVC

    .

    In the previous article, we created the first MVC application in Visual Studio 2022. In this article, we will learn the mechanism available in ASP.NET MVC for managing and passing data between your controller and views – Temp Data, View…

  • .NET MVC Tutorial

    First .NET MVC Application using Visual Studio

    .

    MVC is a widely adopted software design pattern that separates an application’s data, user interface, and control logic into three interconnected components: the Model, the View, and the Controller. This architectural pattern promotes code organization, scalability, and maintainability. In our…

  • .NET MVC Tutorial

    .NET MVC Tutorial For Beginners and Professionals

    .

    This is the first article of the .NET MVC Tutorial series. We will cover every topic of .NET MVC in our MVC Tutorial series. Introduction to the Model-View-Controller (MVC) Architecture The Model-View-Controller (MVC) architecture is a widely adopted software design…

  • ,

    Build Your First MVC Application in Visual Studio 2022

    .

    In this article, we will demonstrate How to build the first MVC application in Visual Studio 2022 using .NET 6. Also, we will see how the .NET 6-based MVC project is different from than .NET Core-based MVC project. Prerequisites Create…

  • Authentication and Authorization in MVC Application

    .

    In any kind of software application, Authentication and Authorization are taken very seriously. In this blog, we will see how can we apply authorization in an MVC application. By default, all Controllers and Actions in an MVC application are accessible…

  • ,

    Consume Web API 2 using JQuery in MVC application

    .

    In this blog, we will see how to create a Web API in Visual Studio 2017 and consume this API from MVC application using jQuery. Web API is the Microsoft open source technology for developing REST services based on HTTP…

  • How to integrate Google recaptcha with ASP.Net MVC Application?

    .

    In this blog, Let’s see how can we integrate Google reCapctah with ASP.Net MVC. What is Google ReCaptcha? Google reCaptcha help public websites to prevent spam access on an input form like login, signup.It is basically a way to identify…

  • How to upload an image with other form data in ASP.Net MVC?

    .

    In this blog, I will write about How to upload an image with other form data in ASP.Net MVC 5. You may read my other articles on MVC. Sometimes, we require to collect image/photo with other form inputs. For eg…

  • ASP.Net MVC Ajax.BeginForm with an example – MVC Blogs

    .

    Hi, recently I was working on a project in MVC. I had to post a form using Ajax to avoid page postback.I have demonstrated this by an example. Let’s see the code to implement Ajax.BeginForm in an MVC application. Ajax.BeginForm…

  • , ,

    LINQ with an MVC Project

    .

    This blog contains basic information about LINQ. Also, we will see how can we use LINQ in an MVC project. What is LINQ? LINQ stands for Language Integrated Query. LINQ can be used to query from a variety of data…

  • Tag Helpers in ASP.Net Core MVC

    .

    In this article, we will learn about Tag Helpers in .NET Core MVC. Tag Helpers is new feature introduced in ASP.Net Core MVC. Tag Helpers do the same thing as HTML Helpers does in previous versions of MVC but with…

  • ActionName and NonAction Attribute in ASP.Net MVC

    .

    ActionName and NonAction attribute in MVC is the attribute applied to an action method. These attribute helps route engine to execute correct Action method and the respective View. ActionName Attribute ActionName attribute actually provide a alias to the action method,…

  • ,

    Important ASP.Net MVC interview questions and answers

    .

    In this blog, I have collected ASP.Net MVC interview questions and answers. For an ASP.Net developer, MVC is very important for interviews in any MNCs. Whether you are a fresher or have .Net MVC development experience, the .Net MVC interview…

  • Caching in ASP.Net MVC

    .

    In this blog, we will see how to implement caching in MVC?Before writing MVC code for caching, you should be very much clear about “What is Caching?” What is Caching? Cache means to store it in a temp memory for…

  • How to use multiple layout pages in MVC application?

    .

    In this blog, we will see how to use multiple Layout pages in an MVC application.Layout pages are used to share common designs across all view pages. For eg, header and footer are generally common across the application. In this…


RSS
YouTube
YouTube
Instagram