Introduction to MVC 5 Partial View
ASP.NET MVC

Partial View is a special type of view provided by ASP.NET MVC 5 which resides upon the View. In short, we can divide the large view into small parts and can render it using a partial view. The partial view can be reusable in multiple views and helps us to minimize code duplication.

Mapper NuGet
Visual Studio

In this article, we will talk about my first NuGet which map objects and their properties from one type to another.

C# Coding Standards
C#

In this article, we’ll learn how we can optimize lines of code, which we should follow to write better, more clear code

CRUD Operation In AngularJS
AngularJS

AngularJS is an MVC based framework developed and managed by Google. It is an open source project so anyone can use it. We are going to use AngularJS version 1.6 for developing this application. As we all know that AngularJS is faster than jQuery and it also supports two-way data binding.

Directory Structure of MVC Project
ASP.NET MVC

As the craze of ASP.NET MVC is increasing, many new developers and students are moving towards learning ASP.NET MVC. As the project contains lots of folders so to understand this, we have created this Article which focuses on explaining the folder structure of the new MVC 5 project.

Introduction To ASP.NET MVC
ASP.NET MVC

In this article, we will discuss ASP.NET MVC. MVC stands for Model-View-Controller and it is a framework for developing web applications which have become so popular these days. Earlier developers would go for ASP.NET to create a web application, MVC is an extension to it.

How To Start And Stop Loader On Every AJAX Call
AJAX

In this article, we’ll learn how to put AJAX loader for all AJAX calls from all pages which extend from your layout page in MVC. Here, we will create a simple MVC project and call the AJAX function from view. For beginners who are new to AJAX, AJAX is Asynchronous JavaScript and XML, it’s a front-end web technology that calls web-server asynchronously. It will load your content without loading or leaving your current page.

Subscribe

Select Categories