ASP.NET MVC Articles (111) - Page 1

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.
 
Sheonarayan
Star rating system in ASP.NET MVC 
Last updated on: 20 Dec 2016 08:46:33 AM by Sheonarayan | Views: 41404 | Category: ASP.NET MVC |
In this article, we shall learn how to develop a star rating system in ASP.NET MVC. This article contains project source code with database structure as well.
Sheonarayan
How to save more than 2 decimal places into the database using Entity Framework? 
Last updated on: 19 Dec 2016 01:53:30 AM by Sheonarayan | Views: 15011 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
In this article we shall learn how to save more than 2 decimal places into the database using Entity Framework. In general, Entity framework only saves 2 decimal places for decimal data types in the database.
Manideepgoud
Email sender with form collection in Mvc 
Last updated on: 08 Dec 2016 08:28:23 AM by Manideepgoud | Views: 5573 | Category: ASP.NET MVC |
Votes: 2 | Rating: 3 out of 5
In this article we shall learn how to send email using form collection
Sheonarayan
Implementing simple custom captcha in ASP.NET MVC 
Last updated on: 17 Jun 2016 06:50:10 AM by Sheonarayan | Views: 25804 | Category: ASP.NET MVC |
Votes: 2 | Rating: 5 out of 5
In this article, we shall learn how to implement simple CAPTCHA (that is used to stop automated robots or scripts to submit malicious data) in ASP.NET MVC.
Sheonarayan
Using MySQL with Entity Framework in ASP.NET MVC 
Last updated on: 14 Jun 2016 04:35:23 AM by Sheonarayan | Views: 30459 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
In this article, we shall learn how to use MySql database with Entity Framework in ASP.NET MVC application.
Sheonarayan
Implementing Google reCAPTCHA in ASP.NET MVC 
Last updated on: 08 Jun 2016 05:56:56 AM by Sheonarayan | Views: 15973 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
In this article, we shall learn how to implement Google reCAPTCHA in ASP.NET MVC. reCAPTCHA is a free service by Google that protects a site from spam and abuse.
Aspose
Convert HTML to PDF using Aspose.PDF in ASP.NET MVC 5 
Last updated on: 09 May 2016 04:33:27 AM by Aspose | Views: 16258 | Category: ASP.NET MVC |
Votes: 2 | Rating: 5 out of 5
In this article we will learn how to convert HTML to PDF using Aspose.PDF in ASP.NET MVC 5.
  • Panthmadan
    ASP.NET MVC Authentication (Continuation) 
    Last updated on: 03 May 2016 03:42:33 AM by Panthmadan | Views: 8993 | Category: ASP.NET MVC |
    This article is continuation of one here we will see labs to create a Login screen where a user can enter the ID and Password.
    Bsrkvarma
    Passing decimals to Action methods in MVC 
    Last updated on: 23 Mar 2016 02:05:23 AM by Bsrkvarma | Views: 9537 | Category: ASP.NET MVC |
    When we come across certain use cases, where we want to post the currency values like salary “1,234.56”, MVC framework will fail to bind them to the corresponding model properties. In such cases, we can implement the IModelBinder interface to bind those values.
    Sachinrautetc
    Binding Data to datagrid using Easyui in mvc 
    Last updated on: 02 Mar 2016 07:20:54 AM by Sachinrautetc | Views: 9011 | Category: ASP.NET MVC |
    Binding Data to datagrid using easyui, send the response from controller to view and in view we can bind data to datagrid using easyui in client side.
    Chrisc1073
    Simple Role Manager in ASP.NET MVC 5 
    Last updated on: 13 Feb 2016 01:47:54 AM by Chrisc1073 | Views: 29131 | Category: ASP.NET MVC |
    Votes: 3 | Rating: 5 out of 5
    This is a tutorial to create a simple Role Manager for ASP.NET MVC 5. It is simple because almost everything you need is on one view. I provide this because I found it hard to find anything that I could add to my webpage to provide me with simple role management functionality. The source is based largely on the works referenced herein and code snippets I needed to modify to adapt it to work for me. In summary, this is what I wanted to find when I went looking...so hopefully this will get you managing your roles fast.
    Panthmadan
    Create a simple ASP.NET MVC Project (Part 3) Validations 
    Last updated on: 02 Jan 2016 12:13:56 AM by Panthmadan | Views: 8374 | Category: ASP.NET MVC |
    Votes: 1 | Rating: 4 out of 5
    In this article will create a simple ASP.NET MVC Project.
    Panthmadan
    Creating a simple ASP.NET MVC Project (Part 2) Edit and Delete 
    Last updated on: 26 Dec 2015 08:12:10 AM by Panthmadan | Views: 8614 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 4.5 out of 5
    In this article will continue with Select, Delete and Update functions.
    Panthmadan
    Creating a simple ASP.NET MVC project (Part 1) in 23 steps 
    Last updated on: 26 Dec 2015 10:37:49 PM by Panthmadan | Views: 17967 | Category: ASP.NET MVC |
    Votes: 3 | Rating: 4.67 out of 5
    In this article we will create a simple ASP.NET MVC Project in 23 Steps.
    Sheonarayan
    Solving Date and camelCasing problem of JSON in ASP.NET MVC 
    Last updated on: 06 Dec 2016 06:19:58 AM by Sheonarayan | Views: 13947 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    This articles explains how to solve the Date format and camelCasing issue of JSON format in ASP.NET MVC. We will also learn how to create and use a custom ActionResult in ASP.NET MVC.