Showing posts with label Dot Net. Show all posts
Showing posts with label Dot Net. Show all posts

Difference Between ViewData, ViewBag and TempData with Example

Introduction: In ASP.NET MVC there are three ways - ViewData, ViewBag and TempData to pass data from controller to view and in next reques...

How to change maxJsonLength property in web.config

Introduction: This article explains how to solve the problem of “Error during serialization or deserialization using the JSON JavaScript...

Overview of ASP.NET vNext and MVC 6

Introduction: Microsoft has announced the next generation of ASP.NET at TechEd North America on 12 May 2014, which is called ASP.NET vNext...

Dynamic Ajax Pie Chart in Asp.net with Database

Introduction: This article explains how to create dynamic Ajax pie chart in asp.net with database using c#, or create pie chart in asp.n...

Domain modelling approaches in Entity Framework

Introduction: A business domain is populated with related and interconnected entities which have its own properties and behavior. Most imp...

How to improve Entity Framework Performance

Introduction: LINQ to Entity is a great ORM for querying and managing database. It offers a lot of things, so it is mandatory to know abou...

Using T4 templates in Entity framework

Introduction: T4 stands for Text template transformation toolkit which is a template-based code generation engine built into Visual S...

Generate Class From JSON or XML in Dot Net with C#

Introduction: There is cases application written using the .NET Framework written by a developer that receives a JSON or XML string from...

Entity Framework Code First Migrations

Introduction: Code-First approach allows you to define model classes as per the Domain requirements via POCOs. Hence, you have complete ...

Difference between Lazy Loading and Eager Loading

Introduction:  In LINQ and Entity Framework, you have Lazy Loading and Eager Loading for loading the related entities of an entity. In t...

Introduction to Entity Framework

Introduction: ADO.NET Entity Framework is an Object/Relational Mapping (ORM) framework that enables developers to work with relational d...