嗨我正在考慮開發移動Web應用程序。我想知道是否有可能使用JQuery Mobile創建應用程序的前端,並使用C Sharp創建將連接到SQL Server的後端。這個應用程序將基於3層結構的含義表示層,業務邏輯層和數據訪問層。所有數據庫操作都將使用LINQ完成。使用JQuery Mobile和C sharp的移動Web應用程序
1
A
回答
0
這是可能的。事實上,分解不同層次是一種常見的做法。我建議你看看下面的內容:http://www.asp.net/mvc/ - 你可以得到你需要的所有工具。
ASP.NET MVC將幫助分解您的業務邏輯(控制器)中的演示文稿(視圖),並且您的數據訪問層將成爲您的模型。
1
相關問題
- 1. 使用jQuery Mobile,Django和Phonegap構建移動應用程序
- 2. 將現有的Web應用程序移植到移動Web應用程序
- 3. 對移動Web應用程序和Web應用程序使用YII框架(php)
- 4. 使用Moovweb,jQuery mobile和Phonegap構建jQuery Mobile應用程序
- 5. 使用Jquery Mobile,PHP和MySQL的移動應用程序登錄表格
- 6. asp.net Web Api和移動應用程序
- 7. 移動Web應用程序和結果
- 8. 將ionic2移動應用程序部署爲Web應用程序
- 9. Web應用程序和移動應用程序
- 10. 驗證碼在移動應用程序和Web應用程序
- 11. 使用與Web和移動應用程序相同的Firebase應用程序
- 12. 作爲本地移動應用程序的Web應用程序
- 13. jquery mobile的動畫應用程序
- 14. Web與移動Web應用程序刮?
- 15. 本地移動應用程序的Rails Web應用程序
- 16. 移動web應用程序部署
- 17. Dojo/jQuery Mobile/etc如何適用於移動應用程序
- 18. 使用移動應用程序接近新的Web應用程序
- 19. 將頁面動態添加到jQuery移動Web應用程序
- 20. 使用Windows Azure雲服務使移動和Web應用程序
- 21. 如何爲使用jQuery Mobile,PhoneGap和Django實現的移動Web應用程序實現首次登錄方案?
- 22. Mobilefirst移動應用程序和THyM Mobile應用程序的建議
- 23. 帶Web服務的移動Web應用程序
- 24. 如何使用Optimizely測試使用jQuery Mobile構建的移動Web應用程序?
- 25. Web應用程序+移動應用程序的技術棧
- 26. 使用Jquery mobile for web應用程序的Android的警報和通知
- 27. 移動設備的Web應用程序?
- 28. JQuery Mobile和Cordova應用程序示例
- 29. Phonegap JQuery Mobile移動電子商務應用程序
- 30. 使用jQuery移動應用程序中的Facebook登錄
是的,你可以創建與
jQuery Mobile
和C#
演示與實體框架的DAL,但什麼會讓你覺得你可能不能夠這樣做呢? – 2012-02-14 20:19:21