All Projects → ajsaulsberry → BlipAjax

ajsaulsberry / BlipAjax

Licence: MIT license
ASP.NET MVC case study solution for PluralSight Guides. Demonstrates using Ajax helpers and JavaScript with Razor partial 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 BlipAjax

BlipBinding
ASP.NET MVC case study solution for PluralSight Guides. Demonstrates how to use default MVC model binding with hierarchical form data.
Stars: ✭ 29 (-38.3%)
Mutual labels:  pluralsight, asp-net-mvc, dotnet-framework, hack-guides
AspNetCore-Dynamic-Permission
Dynamic Permission Samples in ASP.NET Core and ASP.NET MVC 5.
Stars: ✭ 19 (-59.57%)
Mutual labels:  aspnet-mvc, asp-net-mvc
Bootstrap-Docs
Bootstrap 2.x, 3.x Traditional Chinese Docs, Based on ASP.NET MVC 5 Framework, No Continued maintain just open source it.
Stars: ✭ 16 (-65.96%)
Mutual labels:  aspnet-mvc, asp-net-mvc
Uintra
A flexible and lightweight Umbraco based framework, for making an Intranet, Extranet or social platform based on known conventions.
Stars: ✭ 43 (-8.51%)
Mutual labels:  asp-net-mvc
Linker
🔗 A simple URL shortening website that serves as a nice demo application.
Stars: ✭ 21 (-55.32%)
Mutual labels:  pluralsight
SmartHotel360-Registration
SmartHotel360 - Registration (AKS with Windows Containers)
Stars: ✭ 28 (-40.43%)
Mutual labels:  dotnet-framework
Cake-Shop
A sample Cake Shop Website built with ASP.NET Core (Multi-Page Application)
Stars: ✭ 44 (-6.38%)
Mutual labels:  asp-net-mvc
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-61.7%)
Mutual labels:  asp-net-mvc
CourseDownloader
GUI app for downloading whole online courses with folder structure from one url
Stars: ✭ 20 (-57.45%)
Mutual labels:  pluralsight
MvcAccount
Authentication and Account Management plugin for ASP.NET MVC
Stars: ✭ 22 (-53.19%)
Mutual labels:  aspnet-mvc
CellReport
CellReport 是一个netcore实现的、以复杂统计报表为核心目标的制作、运行工具。支持数据看板、大屏制作。你可以使用数据库、excel文件、api服务、已有报表等为数据源,通过内置的集合函数组织数据,以类excel界面设计最终呈现结果。
Stars: ✭ 196 (+317.02%)
Mutual labels:  asp-net-mvc
TraceHub
Centralized and distributed logging for Web applications and services, extending System.Diagnostics and Essential.Diagnostics, providing structured tracing and logging withou needing to change 1 line of your application codes
Stars: ✭ 22 (-53.19%)
Mutual labels:  asp-net-mvc
MvcSimplePager
Simple,lightweight,easy to expand pager for asp.net mvc and asp.net core,针对asp.net mvc 和 asp.net core 设计的通用、扩展性良好的轻量级分页扩展
Stars: ✭ 13 (-72.34%)
Mutual labels:  asp-net-mvc
Meerkat.Security
RBAC library for .NET MVC and WebAPI projects
Stars: ✭ 21 (-55.32%)
Mutual labels:  asp-net-mvc
Simple.Wpf.DataGrid
An experiment to build a data grid (blotter) in WPF without using any third party libaries
Stars: ✭ 64 (+36.17%)
Mutual labels:  dotnet-framework
NextCMS
CMS project for .NET, base on nopCommerce framework
Stars: ✭ 30 (-36.17%)
Mutual labels:  asp-net-mvc
DotNetWithCMake
Your swiss army knife for creating .NET assemblies with CMake and integrating unmanaged code.
Stars: ✭ 50 (+6.38%)
Mutual labels:  dotnet-framework
elmah.io
ELMAH error logger for sending errors to elmah.io.
Stars: ✭ 31 (-34.04%)
Mutual labels:  asp-net-mvc
Krypton-Toolkit-Suite-NET-Core
A update to Component factory's krypton toolkit to support .NET Framework 3.5 to .NET Core
Stars: ✭ 27 (-42.55%)
Mutual labels:  dotnet-framework
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+85.11%)
Mutual labels:  asp-net-mvc

BlipAjax

BlipAjax is an ASP.NET MVC case study solution to accompany two guides in the PluralSight Guides collection for Microsoft .NET technologies.

PluralSight Guides

ASP.NET MVC - Using Ajax helpers with Razor partial views - The case study presented in this guide uses one AjaxHelper class method, BeginForm to provide the asynchronous functionality needed to update a section of a web page without refreshing the entire page.

ASP.NET MVC - Using JavaScript with Ajax and Razor partial views - Ajax helper methods and extensions in the System.Web.Mvc and System.Web.Mvc.Ajax namespaces can be combined with JavaScript and MVC partial views to create flexible interactive web pages with minimal 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.

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.7.2
ASP.NET MVC 5.2.7
Bootstrap 3.4.1
Entity Framework 6.4.0
jQuery 3.4.1
jQuery Validation 1.19.1
Microsoft jQuery Unobtrusive Ajax 3.2.6
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.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].