Entity framework Introduction
I am going to start writing blogs based on Microsoft entity framework as far as today’s scenario people are working on entity framework. Let me tell you about the different approaches of entity framework by which we can make communication between ASP.net MVC and...
Custom User Login form using ASP.Net MVC LINQ Jquery JSON
Custom User Login form using ASP.Net MVC LINQ Jquery JSON In this blog tutorial we will see that how we can create custom login form using MVC, LINQ, jquery and json.Here I am using $.getJSON method of jquery. Step1. Create new Empty MVC Project Open Visual...
Read Controller action using Jquery in ASP.NET MVC and LINQ
Read Controller action using Jquery in ASP.NET MVC and LINQ In this example I am going to demonstrate that how we can read controller action using jquery and json. Action will return output in json format.here I am using $.getJSON method of jquery. Step1. Create new...
LINQ CRUD in asp.net MVC using LINQ to SQL
LINQ CRUD in asp.net MVC using LINQ to SQL Step1. Create new Empty MVC Project Open Visual Studio->New Project->Visual C#->Web->ASP.NET Web application->Give Project Name->Select Empty Template->Check MVC Checkbox->Click OK Step 2. Now to we will add LINQ to sql...