How Rename Project And Solution Name In ASP.NET MVC
ASP.NET MVC

Hello Guys, In this article will learn how to change ASP.NET MVC solution and all the projects name in visual studio, let’s do it step by step. First of all, rename your solution and projects name. Project Name Full solution name Then go to the project’s properties. Change Assembly name and Default namespace name with…

What Is The Difference between Viewbag Viewdata and Tempdata?
ASP.NET MVC

Introductions ViewBag, ViewData, and TempData all are objects in ASP.NET MVC and these are used to pass the data in various scenarios. ViewData ViewBag TempData It is Key-Value Dictionary collection It is a type object It is Key-Value Dictionary collection ViewData is a dictionary object and it is property of ControllerBase class ViewBag is Dynamic property…

Dynamic Highcharts In ASP.NET MVC 5
ASP.NET MVC

Here, we will learn about creating dynamic Highcharts in ASP.NET MVC 5. We have already seen how we can create the Highcharts with static data, Now its time to create Highcharts with Dynamic data which is used in real-world applications. We will be creating line charts with dynamic data.

How To Return Nested JSON In C#
ASP.NET MVC

In this article, we will learn how to return nested JSON in C#. JSON objects are written in key/value pairs. Values in a JSON object can be another JSON object, known as Nested JSON Objects.

Subscribe

Select Categories