All Projects → coolrare → MVC5Course

coolrare / MVC5Course

Licence: other
【ASP.NET MVC 5 開發實戰:從入門到進階】實作練習專案

Programming Languages

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

Projects that are alternatives of or similar to MVC5Course

elmah.io
ELMAH error logger for sending errors to elmah.io.
Stars: ✭ 31 (+63.16%)
Mutual labels:  asp-net, asp-net-mvc, asp-net-web-api
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-5.26%)
Mutual labels:  asp-net, asp-net-mvc
ByteScout-SDK-SourceCode
ALL source code samples for ByteScout SDKs and Web API API products.
Stars: ✭ 24 (+26.32%)
Mutual labels:  asp-net, 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 (+126.32%)
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 (+510.53%)
Mutual labels:  asp-net, asp-net-mvc
Aspnetsaml
Very simple SAML 2.0 consumer module for ASP.NET/C#
Stars: ✭ 177 (+831.58%)
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 (+252.63%)
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 (+1400%)
Mutual labels:  asp-net, 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 (+15.79%)
Mutual labels:  asp-net, asp-net-mvc
EmlakProjesi
Emlak ilanları yayınlama ve yönetme sistemi
Stars: ✭ 12 (-36.84%)
Mutual labels:  asp-net, asp-net-web-api
AspNetCore-Dynamic-Permission
Dynamic Permission Samples in ASP.NET Core and ASP.NET MVC 5.
Stars: ✭ 19 (+0%)
Mutual labels:  asp-net, 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 (+463.16%)
Mutual labels:  asp-net, asp-net-mvc
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+4452.63%)
Mutual labels:  asp-net, asp-net-mvc
BlipBinding
ASP.NET MVC case study solution for PluralSight Guides. Demonstrates how to use default MVC model binding with hierarchical form data.
Stars: ✭ 29 (+52.63%)
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 (+1694.74%)
Mutual labels:  asp-net, asp-net-mvc
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (+100%)
Mutual labels:  asp-net, asp-net-mvc
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 (+126.32%)
Mutual labels:  asp-net, asp-net-mvc
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+357.89%)
Mutual labels:  asp-net, asp-net-mvc
Cake-Shop
A sample Cake Shop Website built with ASP.NET Core (Multi-Page Application)
Stars: ✭ 44 (+131.58%)
Mutual labels:  asp-net, asp-net-mvc
RazorHtmlMinifier.Mvc5
↘️ Trivial compile-time Razor HTML Minifier for ASP.NET MVC 5.
Stars: ✭ 31 (+63.16%)
Mutual labels:  asp-net, asp-net-mvc

【ASP.NET MVC 5 開發實戰】練習專案

開發工具

版控工具

關於 LocalDB

  • SQL Server 2012 Express LocalDB (SqlLocalDB) 深入剖析
  • SQL Server 2012 LocalDB (SQL Server 11.0.3000)
    • 伺服器名稱: (localdb)\v11.0
  • SQL Server 2014 LocalDB (SQL Server 12.0.2456.0)
    • 伺服器名稱: (localdb)\MSSQLLocalDB
  • SQL Server 2016 LocalDB (13.0.2151.0)
    • 伺服器名稱: (localdb)\MSSQLLocalDB
  • SQL Server Data Tools (SSDT) LocalDB (SQL Server 13.0.2151)
    • 伺服器名稱: (localdb)\ProjectsV13

建立 ASP.NET MVC 5 專案步驟說明

  1. [檔案] / [新增] / [專案]

    image

  2. 選擇 [Web] 分類下的 [ASP.NET Web 應用程式 (.NET Framework)],設定專案 [名稱] 為 MVC5Course,設定 [架構] 為 .NET Framework 4.6.2, 勾選 [建立新的 Git 存放庫]

    image

  3. 選擇 [MVC] 專案範本,不用勾選 [Web API] 核心參考,請選擇 [無驗證]

    image

專案 NuGet 套件介紹

以下是 Visual Studio 2017 15.7.4 內建的 ASP.NET MVC 5 專案範本的 NuGet 套件介紹。

[ 後端套件 ]

[ 前端套件 ]

Windows 建議設定

課前學習資源

相關連結

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