Skip to content

Instantly share code, notes, and snippets.

@andyyou
Last active December 17, 2015 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyyou/5525220 to your computer and use it in GitHub Desktop.
Save andyyou/5525220 to your computer and use it in GitHub Desktop.
Nuget List
ASP.NET MVC Basic 專案 Nuget 預設安裝
<Basic>
<Empty>
1. Microsoft.NET Framework 4 HTTP Client Libraries + 繁體中文資源
2. Microsoft ASP.NET MVC 4 + 繁體中文資源
3. Microsoft ASP.NET MVC Fixed DisplayModes + 繁體中文資源
4. Microsoft ASP.NET Razor 2 + 繁體中文資源
5. Microsoft ASP.NET Web API Client Libraries + 繁體中文資源
6. Microsoft ASP.NET Web API Core Libraries + 繁體中文資源
7. Microsoft ASP.NET Web API Web Host + 繁體中文資源
8. Microsoft ASP.NET Web API
9. Json.NET
10. Microsoft ASP.NET Web Page 2 // WebFrom & MVC 共同使用的一些 dll
11. Microsoft.Web.Infrastructure // 動態註冊 HTTP Modules
</Empty>
12. EntityFramework
13. jQuery
14. Microsoft ASP.NET Web Optimization Framework + 繁體中文資源 // bundle & mini file 的功能
15. Modernizr // 偵測瀏覽器對於(廣義的) HTML5 各種規格支援的程度
16. WebGrease // 優化JS & CSS
=== Backbone 專案把以下移除了
17. KnockoutJS // Javascript Data Binding
18. jQuery UI // UI Framework
19. jQuery Validation // 驗證
20. Microsoft jQuery Unobtrusive Ajax // 搭配 jQuery Validation ,Unobtrusive JavaScript是一種將Javascript從HTML結構抽離的設計概念。
21. Microsoft jQuery Unobtrusive Validation
</Basic>
==== 以下為 Backbone SPA 專案多增加的 Nuget
22. Backbone.js // 將 Javascript MVC 結構化
23. underscore.js // 和 Backbone 相依,一些 Foreach, contain 等過濾,巡覽的方法。
24. JSON-js json 2
25. Postal // For e-mail template
26. Microsoft ASP.NET Web Pages 2 Data // Update: 2013/5/6
27. Microsoft ASP.NET Web Page 2 Web Data // new Razor 和效能改善
28. [X] FontAwesome.less // ICON with bootstrap
29. [X] Bootstrap Less Source // 移除 jQuery UI 換裝 Bootstrap CSS Framework
30. [X] RazorEngine // 簡易樣板
==== TypeScript 定義檔
31. backbone.TypeScript.DefinitelyTyped
32. bootstrap.TypeScript.DefinitelyTyped
33. jquery.TypeScript.DefinitelyTyped
34. underscore.TypeScript.DefinitelyTyped
==== After Update addin
35. Microsoft ASP.NET Universal Providers Core Libraries // 增加一些 Azure 的套件
36. Microsoft ASP.NET Universal Providers for LocalDB
37. Microsoft ASP.NET Universal Providers 核心程式庫繁體中文資源
==== Web API 專案多的 Nuget
<WebApi>
EdmLib // [wcf]entity data models 對應類別,分析結構,資料序列化
Microsoft ASP.NET Web API Help Page
Microsoft ASP.NET Web API OData
Microsoft ASP.NET Web API Tracing + 繁體中文資源
ODataLib // [wcf] OData 它是一個開放的網絡協議,專門運用在查詢和數據的更新。(透過Http回傳Atompub、JSON、XML)
System.Spatial // [wcf]
</WebApi>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment