An open API service indexing awesome lists of open source software.

https://github.com/ajsaulsberry/blipco

ASP.NET MVC case study solution for PluralSight Guides. Demonstrates using multiple submit buttons with a single form element.
https://github.com/ajsaulsberry/blipco

asp-net-mvc aspnet-mvc c-sharp dotnet-framework hack-guides html pluralsight

Last synced: 19 days ago
JSON representation

ASP.NET MVC case study solution for PluralSight Guides. Demonstrates using multiple submit buttons with a single form element.

Awesome Lists containing this project

README

          

# BlipCo

**_BlipCo_** is an ASP.NET MVC case study solution created to accompany a guide in the [**PluralSight Guides**](https://www.pluralsight.com/guides) collection for Microsoft .NET technologies.

## PluralSight Hack.Guides()

[ASP.NET MVC - Using multiple submit buttons with default model binding and controller actions](https://www.pluralsight.com/guides/asp-net-mvc-using-multiple-submit-buttons-with-default-model-binding-and-controller-actions) - This guide demonstrates how to use ASP.NET MVC to easily create HTML pages with multiple submit buttons with minimal code by leveraging MVC default model binding and controller actions. No JavaScript is required for these techniques.

*Notice: PluralSight and the author(s) disclaim any liability for errors or omissions in this code. See the [Disclaimer of Warranties and Limitation of Liability](#disclaimer-of-warranties-and-limitation-of-liability) for complete information.*

## Solution Projects

| Project | Application Layer |
| :--- | :--- |
| BlipCo | Complete MVC Web Application |

## Technologies

| Dependency | Version*
| :--- | ---:
| .NET Framework | 4.6.2
| ASP.NET MVC | 5.2.3
| Bootstrap | 3.0

* As of the latest commit.

## Getting Started

1. Download or clone this repository.
1. Open the solution in Visual Studio 2017 or higher.
1. Run the application.
1. Press **Buttons** on the home page.
1. Set breakpoints in **UserController.cs to experiment.

## License

This project is licensed under the terms of the MIT license.

## Contributing

See the accompanying instructions on [How to contribute](CONTRIBUTING.md).

## Disclaimer of Warranties and Limitation of Liability

The contents of this repository are offered on an as-is and as-available basis and the authors make no representations or warranties of any kind concerning the contents, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable.

To the extent possible, in no event will the authors be liable on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of the use of the contents, even if the the authors have been advised of the possibility of such losses, costs, expenses, or damages.

The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.