BlipDrop icon indicating copy to clipboard operation
BlipDrop copied to clipboard

ASP.NET MVC case study solution for PluralSight Guides. Demonstrates how to use populate dropdown lists in Razor views.

Results 3 BlipDrop issues
Sort by recently updated
recently updated
newest added

You have ```C# @Html.EditorFor(model => model.CustomerName, new { htmlAttributes = new { @class = "form-control", @autofocus = "autofocus" } }) @Html.ValidationMessageFor(model => model.CustomerId, "", new { @class = "text-danger" })...

Was working through your guide https://www.pluralsight.com/guides/asp-net-mvc-populating-dropdown-lists-in-razor-views-using-the-mvvm-design-pattern-entity-framework-and-ajax and noticed this. As a beginner, I was a little confused til I looked at the source here. ![image](https://user-images.githubusercontent.com/1037197/43875530-bf3d74b4-9b5e-11e8-9c28-57d96f3536a7.png)

Bumps jQuery.Validation from 1.19.1 to 1.19.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jQuery.Validation&package-manager=nuget&previous-version=1.19.1&new-version=1.19.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies