Code Monkey home page Code Monkey logo

ajsaulsberry / blipdrop Goto Github PK

View Code? Open in Web Editor NEW
41.0 11.0 43.0 1.61 MB

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

Home Page: https://www.pluralsight.com/guides/asp-net-mvc-populating-dropdown-lists-in-razor-views-using-the-mvvm-design-pattern-entity-framework-and-ajax

License: MIT License

C# 12.13% CSS 0.17% JavaScript 84.49% HTML 3.17% ASP.NET 0.03%
asp-net asp-net-core-mvc jquery jquery-validation jquery-ajax entity-framework html ms-sql-server mvvm-pattern entity-framework-6

blipdrop's Introduction

BlipDrop

BlipDrop is an ASP.NET MVC case study solution created to accompany a guide in the PluralSight Guides collection for Microsoft .NET technologies.

PluralSight Guides

ASP.NET MVC - Populating dropdown lists in Razor views using the MVVM design pattern, Entity Framework, and Ajax - This guide presents a couple common ways to populate dropdown lists in ASP.NET MVC Razor views, with an emphasis on producing functional HTML forms with a minimum amount of code.

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 for complete information.

Design Patterns

Model-View-ViewModel
Repository

Solution Projects

Project Application Layer
Blip.Drop (all)

Technologies

Dependency Version*
.NET Framework 4.6.2
ASP.NET MVC 5.2.7
Bootstrap 3.4.1
C# 6
Entity Framework 6.4.0
jQuery 3.5.0
jQuery Validation 1.19.1
Microsoft jQuery Unobtrusive Validation 3.2.11

* As of the latest commit.

Getting Started

  1. Download or clone this repository.
  2. Open the solution in Visual Studio 2017 or higher.
  3. Select the Blip.Drop project.
  4. Open the Web.config file in the project root and update the value of connectionString for the ApplicationDbContext connection string to point to a SQL Server database engine that exists on your local machine.
  5. Open a Package Manager Console window.
  6. Run: update-database.

This will create the database, apply Entity Framework migrations, and run the Seed method to populate the database with values for the lookup tables.

Configuration

  • The project contains a configuration string which may require modification for the developer's specific environment:

    Project File
    Blip.Web Web.config
  • The configuration string specifies the target database server: Data Source=(localdb)\MSSQLLOcalDB. Developers using a different target database will have to change the connection string.

License

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

Contributing

See the accompanying instructions on How to contribute.

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.