All Projects → ajsaulsberry → BlipDrop

ajsaulsberry / BlipDrop

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

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to BlipDrop

BlipBinding
ASP.NET MVC case study solution for PluralSight Guides. Demonstrates how to use default MVC model binding with hierarchical form data.
Stars: ✭ 29 (-27.5%)
Mutual labels:  entity-framework, ms-sql-server, mvvm-pattern, asp-net
Nlog.web
NLog integration for ASP.NET & ASP.NET Core 1-5
Stars: ✭ 252 (+530%)
Mutual labels:  asp-net, asp-net-core-mvc
Dasblog Core
The original DasBlog reimagined with ASP.NET Core
Stars: ✭ 252 (+530%)
Mutual labels:  asp-net, asp-net-core-mvc
ASP.NET-Core-2-MVC-CRUD-datatables-jQuery-Plugin
Asp.Net Example implementation of datatables.net using Asp.Net Core 2 Mvc CRUD datatables jQuery Plugin
Stars: ✭ 25 (-37.5%)
Mutual labels:  entity-framework, asp-net-core-mvc
codegenerator
Generate EF6 WebApi with an AngularJS font-end
Stars: ✭ 11 (-72.5%)
Mutual labels:  entity-framework, asp-net
Asp-net-Core-Project-with-Admin-Template-Setup
AdminLTE Template Setup with Asp.net Core MVC 2.1 Project
Stars: ✭ 50 (+25%)
Mutual labels:  asp-net, asp-net-core-mvc
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (-5%)
Mutual labels:  asp-net, asp-net-core-mvc
AspNetCore-Dynamic-Permission
Dynamic Permission Samples in ASP.NET Core and ASP.NET MVC 5.
Stars: ✭ 19 (-52.5%)
Mutual labels:  asp-net, asp-net-core-mvc
AspNetCore.Unobtrusive.Ajax
Unobtrusive Ajax Helpers (like MVC5 Ajax.BeignForm and Ajax.ActionLink) for ASP.NET Core
Stars: ✭ 46 (+15%)
Mutual labels:  jquery-ajax, asp-net-core-mvc
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+117.5%)
Mutual labels:  asp-net, asp-net-core-mvc
reconciler
Update an entity graph in store to a given one by inserting, updating and removing the respective entities.
Stars: ✭ 24 (-40%)
Mutual labels:  entity-framework, entity-framework-6
UrlBase64
A standards-compliant implementation of web/url-safe base64 encoding and decoding for .NET targets
Stars: ✭ 25 (-37.5%)
Mutual labels:  asp-net
IdentityServerSample
Sample ASP.NET Core MVC and Angular apps and API using Identity Server 4
Stars: ✭ 25 (-37.5%)
Mutual labels:  asp-net-core-mvc
Peasy.NET-Samples
Showcases a middle tier built with peasy and consumed by multiple client consumers
Stars: ✭ 33 (-17.5%)
Mutual labels:  asp-net
abp-push
Push Notification System for ASP.NET Boilerplate
Stars: ✭ 16 (-60%)
Mutual labels:  asp-net
react-redux-aspnet-core-webapi
No description or website provided.
Stars: ✭ 34 (-15%)
Mutual labels:  entity-framework
Common
Wlitsoft 框架 - 公共组件
Stars: ✭ 19 (-52.5%)
Mutual labels:  asp-net
ASP.NET-CORE-MVC-Sample-Registration-Login
C# Asp.Net Core MVC Sample Registration/Login/Email Activation Form with MsSQL Server/Entity Framework/Onion Architecture
Stars: ✭ 37 (-7.5%)
Mutual labels:  asp-net-core-mvc
Dynamic-User-Defined-Dashboards-Asp-Net-Core
Complete Solution for Dynamically Created User-Defined Dashboards using Asp.Net Core
Stars: ✭ 32 (-20%)
Mutual labels:  asp-net
steamstatus
A quick and dirty POC website to view the status of Steam CM servers. Precursor to steamstat.us
Stars: ✭ 67 (+67.5%)
Mutual labels:  asp-net

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].