ASP.NET MVC Articles (111) - Page 6

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

111 records found.
 
Sourav.Kayal
Form data processing using MVC pattern 
Last updated on: 07 Sep 2013 12:31:24 PM by Sourav.Kayal | Views: 7031 | Category: ASP.NET MVC |
How to process form data in MVC architecture
Sourav.Kayal
Attach single view with multiple actions. 
Last updated on: 09 Sep 2013 11:22:05 PM by Sourav.Kayal | Views: 7510 | Category: ASP.NET MVC |
How to attach single view with multiple action
Sourav.Kayal
How to change Default Controller in MVC application? 
Last updated on: 04 Sep 2013 10:15:29 AM by Sourav.Kayal | Views: 5658 | Category: ASP.NET MVC |
How to change default controller setting in MVC application.
Sourav.Kayal
How to use ViewData and ViewBag in MVC. 
Last updated on: 03 Sep 2013 11:29:33 PM by Sourav.Kayal | Views: 20039 | Category: ASP.NET MVC |
How to use ViewData and ViewBag in MVC application.
Sourav.Kayal
Read data from SQL Server using MVC application 
Last updated on: 02 Sep 2013 10:50:38 PM by Sourav.Kayal | Views: 61481 | Category: ASP.NET MVC |
How to read from SQL Server from MVC application
Niladri.Biswas
CRUD Operation using Web API and MVC4 
Last updated on: 01 Jul 2013 05:39:37 AM by Niladri.Biswas | Views: 46372 | Category: ASP.NET MVC |
Votes: 2 | Rating: 4 out of 5
In this article we will perform a basic CRUD operation using Web API and MVC4
Niladri.Biswas
Building a CRUD using MVC 4 using Repository pattern as the model - Step by step 
Last updated on: 01 Jul 2013 05:32:34 AM by Niladri.Biswas | Views: 82016 | Category: ASP.NET MVC |
In this article we will build a CRUD operation using MVC 4 using Repository pattern as the model.
  • Niladri.Biswas
    Let us do basic CRUD using MVC4- Rajor View 
    Last updated on: 01 Jul 2013 05:15:00 AM by Niladri.Biswas | Views: 36655 | Category: ASP.NET MVC |
    In this article we will look into the basic CRUD operation using MVC 4 with Entity Framework as Model
    Nighil
    Custom Style Validation in Asp.net MVC3 
    Last updated on: 16 May 2013 07:53:26 AM by Nighil | Views: 5289 | Category: ASP.NET MVC |
    Normally Jquery unobtrusive validation in MVC3 has some default style here we can look at a validation performed in Custom Style by modifying jquery.validate.unobtrusive.js file and applying some styles to it
    Nighil
    Autosuggest which suggests on Enter Key Press 
    Last updated on: 16 May 2013 04:59:24 AM by Nighil | Views: 3295 | Category: ASP.NET MVC |
    Normally an Autosuggest control works when we press a key, it will suggest all values.Suppose database has lakhs of records then the problem arise, when user presses key each time it will go to Database and searches this will make Autosuggestion slower so here we will see a Autosuggest which searches when user permit it only by pressing Enter Key
    Nighil
    MultiLevel Autosuggest 
    Last updated on: 16 May 2013 12:27:52 AM by Nighil | Views: 3782 | Category: ASP.NET MVC |
    All may be familiar with auto-suggest control in ASP.NET MVC. In this article we will look into creating an auto-suggest which selects the item-name when code is entered or item-name is entered. There may be occasions when item code is known sometimes or name may be known. By using this technique you can apply both.
    Prabhat39
    Knockoutjs with Asp.net MVC4 
    Last updated on: 03 May 2013 06:16:03 AM by Prabhat39 | Views: 11071 | Category: ASP.NET MVC |
    Knockout.js - is a popular JavaScript library that allows easy creation of feature-rich applications based on Model-View-View Model (MVVM) pattern: user interface can be bound to a separate existing data model. And any change of the model will result in dynamic refresh of the interface.
    Prabhukiran345
    KNOW WHAT IS MVC AND DEVELOP A SIMPLE APLICATION 
    Last updated on: 23 Apr 2013 09:50:10 AM by Prabhukiran345 | Views: 6313 | Category: ASP.NET MVC |
    Votes: 1 | Rating: 5 out of 5
    * Introduction To MVC * Why Asp.net MVC over Asp.net Web Forms * MVC Architecture-Overview * MVC Request Life Cycle * Basic Example –Explain
    Saratvaddilli
    Action Results in the controllers MVC4 
    Last updated on: 20 Apr 2013 01:50:05 AM by Saratvaddilli | Views: 21583 | Category: ASP.NET MVC |
    When ever we create a controller .By default we will get an action result method .We have different types action results .Let us have an overview of available action results and where to use appropriate action result
    Saratvaddilli
    Let us know about the software requirements , Templates allowed and folder structure of an Asp.Net MVC Application 
    Last updated on: 17 Apr 2013 09:31:59 AM by Saratvaddilli | Views: 5863 | Category: ASP.NET MVC |
    Votes: 1 | Rating: 4 out of 5
    In this article we are going to know the software requirements to work with asp.net mvc4 and Supported Templates , Folder structure of an Asp.Net MVC4 application