All Projects → ajsaulsberry → BlipBinding

ajsaulsberry / BlipBinding

Licence: MIT license
ASP.NET MVC case study solution for PluralSight Guides. Demonstrates how to use default MVC model binding with hierarchical form data.

Programming Languages

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

Projects that are alternatives of or similar to BlipBinding

BlipDrop
ASP.NET MVC case study solution for PluralSight Guides. Demonstrates how to use populate dropdown lists in Razor views.
Stars: ✭ 40 (+37.93%)
Mutual labels:  entity-framework, ms-sql-server, mvvm-pattern, asp-net
BlipAjax
ASP.NET MVC case study solution for PluralSight Guides. Demonstrates using Ajax helpers and JavaScript with Razor partial views.
Stars: ✭ 47 (+62.07%)
Mutual labels:  pluralsight, asp-net-mvc, dotnet-framework, hack-guides
Aspnetsaml
Very simple SAML 2.0 consumer module for ASP.NET/C#
Stars: ✭ 177 (+510.34%)
Mutual labels:  asp-net, asp-net-mvc
PostgreSQL.AspNet.Identity.EntityFramework
ASP.NET Identity 2.0 Storage Provider using PostgreSQL EntityFramework
Stars: ✭ 26 (-10.34%)
Mutual labels:  entity-framework, asp-net-mvc
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-37.93%)
Mutual labels:  entity-framework, asp-net-mvc
Xclcms
XCLCMS is a lightweight CMS (content management system) background management system, Developed using asp.net MVC, it provides a simple and easy-to-use web API interface and supports multiple applications for a single merchant.
Stars: ✭ 107 (+268.97%)
Mutual labels:  asp-net, asp-net-mvc
Recaptcha Net
reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
Stars: ✭ 116 (+300%)
Mutual labels:  asp-net, asp-net-mvc
codegenerator
Generate EF6 WebApi with an AngularJS font-end
Stars: ✭ 11 (-62.07%)
Mutual labels:  entity-framework, asp-net
Aspnetmvcactivedirectoryowin
ASP.Net MVC with Active Directory Authentication using Owin Middleware
Stars: ✭ 44 (+51.72%)
Mutual labels:  entity-framework, asp-net-mvc
Decision
Simple Decision System
Stars: ✭ 50 (+72.41%)
Mutual labels:  entity-framework, asp-net-mvc
Clinicmanagement
Clinic management project using Asp.net mvc5
Stars: ✭ 74 (+155.17%)
Mutual labels:  entity-framework, asp-net-mvc
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+2882.76%)
Mutual labels:  asp-net, asp-net-mvc
Reinforced.typings
Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
Stars: ✭ 341 (+1075.86%)
Mutual labels:  asp-net, asp-net-mvc
React Aspnet Boilerplate
A starting point for building isomorphic React applications with ASP.NET Core, leveraging existing techniques.
Stars: ✭ 285 (+882.76%)
Mutual labels:  asp-net, asp-net-mvc
Efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Stars: ✭ 10,838 (+37272.41%)
Mutual labels:  entity-framework, dotnet-framework
Ad-Hoc-Report-Builder-.net-mvc
Open Source Reporting tool for .NET6/.NET Core/.NET Framework that you can embed in your application and generate dashboards and ad hoc reports
Stars: ✭ 43 (+48.28%)
Mutual labels:  asp-net, asp-net-mvc
steamstatus
A quick and dirty POC website to view the status of Steam CM servers. Precursor to steamstat.us
Stars: ✭ 67 (+131.03%)
Mutual labels:  asp-net, asp-net-mvc
MVC5Course
【ASP.NET MVC 5 開發實戰:從入門到進階】實作練習專案
Stars: ✭ 19 (-34.48%)
Mutual labels:  asp-net, asp-net-mvc
Mockqueryable
Moking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
Stars: ✭ 281 (+868.97%)
Mutual labels:  entity-framework, dotnet-framework
Ef6
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
Stars: ✭ 1,218 (+4100%)
Mutual labels:  entity-framework, dotnet-framework

BlipBinding

BlipBinding 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 - Getting default data binding right for hierarchical views - The power of default model binding in ASP.NET MVC extends beyond the flat data model of a simple input form or list of records. Using a few straightforward coding techniques, developers can use ASP.NET to create forms and collect data for hierarchical entity relationships. This guide presents an example of using ASP.NET MVC model binding to present and collect hierarchical form data in a hierarchical structure.

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.Data Data Context and Repositories
Blip.Entities Data Entities
Blip.Web User Interface (views) and Business Logic (controllers)

Technologies

Dependency Version*
.NET Framework 4.6.2
ASP.NET MVC 5.2.3
Bootstrap 3.3.7
C# 6
Entity Framework 6.1.3
jQuery 3.2.1
jQuery Validation 1.16.0
Microsoft Identity 2.2.1
Microsoft jQuery Unobtrusive Validation 3.2.3

* 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.Data project.
  4. Open a Package Manager Console window.
  5. Select "Blip.Data" for Default Project.
  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

  • Two projects contain configuration strings which may require modification for the developer's specific environment:

    Project File
    Blip.Data App.config
    Blip.Web Web.config
  • The configuration strings specify the instance of SQL Server Express installed with Visual Studio 2017 as the target database server: Data Source=(localdb)\ProjectsV13. Developers using a different target database will have to change the connection strings in both projects.

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].