- JavaScript for .NET Developers
- Ovais Mehboob Ahmed Khan
- 182字
- 2021-08-20 10:41:11
Chapter 1. JavaScript for Modern Web Applications
The growth in web development evolved with a rapid pace in recent years. Most of the business applications that developed on a desktop platform are now shifted to the web platform, and the reason is the ease of access and continuous addition of rich capabilities on the web platform. Typically, any web application that provides the characteristics of the desktop applications is considered as rich web application. Thus, it involves extensive use of JavaScript and its frameworks and libraries.
JavaScript plays an important role in developing rich applications and allows developers to do less server-side post-backs and call server-side functions through ajaxified requests. Not only this, but now many companies and communities are developing good frameworks such as Angular, Knockout, ReactJS, and so on to bring state-of-the-art and groundbreaking capabilities. Microsoft has also released the WinJS library to access mobile native device features such as camera, storage, and so on from a web application running on mobile browsers. myNFC is also a great JavaScript library that allows developers to create applications for smartphones.
- Node.js Design Patterns
- PHP程序設計(慕課版)
- 編寫高質量代碼:改善Python程序的91個建議
- OpenNI Cookbook
- 可解釋機器學習:模型、方法與實踐
- Python圖形化編程(微課版)
- Java Fundamentals
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- 計算機應用基礎項目化教程
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Hacking Android
- Docker:容器與容器云(第2版)
- 微前端設計與實現
- Python應用與實戰
- Test-Driven iOS Development with Swift