Mastering C# and .NET Programming epub下载

weixin_39821260 2019-12-01 08:30:26
Mastering C# and .NET Programming 英文epub

本资源转载自网络,如有侵权,请联系上传者或csdn删除

本资源转载自网络,如有侵权,请联系上传者或csdn删除
相关下载链接://download.csdn.net/download/u011433684/10005734?utm_source=bbsseo
...全文
13 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
Key Features Learn the concepts of Node.js to gain a high-level understanding of the Node.js execution model Build an interactive web application with MongoDB and Redis and create your own JavaScript modules that work both on the client side and server side Familiarize yourself with the new features of Node.js and JavaScript with this exclusive step-by-step guide Book Description Node.js is an open source, cross-platform runtime environment that allows you to use JavaScript to develop server-side web applications. This short guide will help you develop applications using JavaScript and Node.js, leverage your existing programming skills from .NET or Java, and make the most of these other platforms through understanding the Node.js programming model. You will learn how to build web applications and APIs in Node, discover packages in the Node.js ecosystem, test and deploy your Node.js code, and more. Finally, you will discover how to integrate Node.js and .NET code. What you will learn Understand which problems Node.js best solves Write idiomatic JavaScript and Node.js code Build web applications and command-line tools Minimise complexity and efficiently solve difficult problems Test and deploy Node.js applications Work with persistent data Implement real-time client-server applications Integrate .NET and Node.js code About the Author Harry Cummings has been working in software development for 8 years, and for the past few years, he has performed the role of technical lead across a variety of projects for varied clients. He has, in the past, also worked as a developer, project manager, and consultant. This gives him an excellent all-round view of the role of a technical lead and its relationship with other roles as well as insight into every stage of project delivery, from initial analysis to long-term maintenance. Harry has extensive experience in C#/.NET, Java and Scala, and JavaScript/Node.js. He continues to work directly with these technologies on a regular basis in the teams that he leads. His broader interests and expertise lie in sharing and nurturing software development best practices through training and mentoring. He has appeared at conferences such as NDC London and SDD Conf, speaking about diverse topics, ranging from introductory Node.js through to automated test strategies and long-term project maintainability. Table of Contents Chapter 1. Why Node.js? Chapter 2. Getting Started with Node.js Chapter 3. A JavaScript Primer Chapter 4. Introducing Node.js Modules Chapter 5. Creating Dynamic Websites Chapter 6. Testing Node.js Applications Chapter 7. Setting up an Automated Build Chapter 8. Mastering Asynchronicity Chapter 9. Persisting Data Chapter 10. Creating Real-time Web Apps Chapter 11. Deploying Node.js Applications Chapter 12. Authentication in Node.js Chapter 13. Creating JavaScript Packages Chapter 14. Node.js and Beyond
Key Features Master the powerful ReQL queries to manipulate your JSON data, Learn how to develop scalable, real-time web applications using RethinkDB and Node.js and deploy them for production, A detailed, step-by-step guide to help you master the concepts of RethinkDB programming with ease Book Description RethinkDB has a lot of cool things to be excited about: ReQL (its readable,highly-functional syntax), cluster management, primitives for 21st century applications, and change-feeds. This book starts with a brief overview of the RethinkDB architecture and data modeling, and coverage of the advanced ReQL queries to work with JSON documents. Then, you will quickly jump to implementing these concepts in real-world scenarios, by building real-time applications on polling, data synchronization, share market, and the geospatial domain using RethinkDB and Node.js. You will also see how to tweak RethinkDB's capabilities to ensure faster data processing by exploring the sharding and replication techniques in depth. Then, we will take you through the more advanced administration tasks as well as show you the various deployment techniques using PaaS, Docker, and Compose. By the time you have finished reading this book, you would have taken your knowledge of RethinkDB to the next level, and will be able to use the concepts in RethinkDB to develop efficient, real-time applications with ease. What you will learn Master the web-based management console for data-center configuration (sharding, replication, and more), database monitoring, and testing queries. Run queries using the ReQL language Perform Geospatial queries (such as finding all the documents with locations within 5km of a given point). Deal with time series data, especially across various times zones. Extending the functionality of RethinkDB and integrate it with third party libraries such as ElasticSearch to enhance our search Table of Contents Chapter 1. The RethinkDB Architecture and Data Model Chapter 2. RethinkDB Query Language Chapter 3. Data Exploration Using RethinkDB Chapter 4. Performance Tuning in RethinkDB Chapter 5. Administration and Troubleshooting Tasks in RethinkDB Chapter 6. RethinkDB Deployment Chapter 7. Extending RethinkDB Chapter 8. Full Stack Development with RethinkDB Chapter 9. Polyglot Persistence Using RethinkDB Chapter 10. Using RethinkDB and Horizon
Key Features Create, configure, and customize stunning platform-specific features as well as cross-platform UIs with the power of Xamarin Forms. Maximize the testability, flexibility, and overall quality of your Xamarin apps. Get the most out of Xamarin.Forms and create your own reusable templates with C# scripting in Xamarin. Book Description Xamarin is the most powerful cross-platform mobile development framework. If you are interested in creating stunning user interfaces for the iOS and Android mobile platforms using the power of Xamarin and Xamarin.Forms, then this is your ticket. This book will provide you the practical skills required to develop real-world Xamarin applications. You will learn how to implement UI structures and layouts, create customized elements, and write C# scripts to customize layouts. You will create UI layouts from scratch so that you can tweak and customize a given UI layout to suit your needs by using Data Templates. Moving on, you will use third-party libraries - such as the Razor template engine that allows you to create your own HTML5 templates within the Xamarin environment - to build a book library Hybrid solution that uses the SQLite.Net library to store, update, retrieve, and delete information within a SQLite local database. You'll also implement key data-binding techniques that will make your user interfaces dynamic, and create personalized animations and visual effects within your user interfaces using Custom Renderers and the PlatformEffects API to customize and change the appearance of control elements. At the end of this book, you will test your application UI for robust and consistent behavior and then explore techniques to deploy to different platforms. What you will learn Develop stunning native cross-platform apps using the Xamarin.Forms framework Work with the different UI layouts to create customized layouts using the C# programming language and tweak it for a given platform Customize the user interface using DataTemplates and CustomRenderers and the Platform Effects API to change the appearance of control elements Build hybrid apps using the Razor Template Engine and create Razor Models that communicate with a SQLite database Use location based features within your app to display the user's current location Work with the Xamarin.Forms Map control to display Pin placeholders based on the stored latitude and longitude coordinates Understand and use the MVVM pattern architecture to navigate between each of your ViewModels and implement Data Binding to display and update information Work with the Microsoft Azure Platform to incorporate API Data Access using Microsoft Azure App Services and the RESTful API Incorporate third-party features within your app using the Facebook SDK and the Open Graph API Perform unit testing and profile your Xamarin.Forms applications Deploy your apps to the Google Play Store and Apple App Store Table of Contents Chapter 1. Creating the TrackMyWalks Native App Chapter 2. MVVM and Data Binding Chapter 3. Navigating within the MVVM Model - The Xamarin.Forms Way Chapter 4. Adding Location-Based Features within Your App Chapter 5. Customizing the User Interface Chapter 6. Working with Razor Templates Chapter 7. Incorporating API Data Access Using Microsoft Azure App Services Chapter 8. Making Our App Social - Using the Facebook API Chapter 9. Unit Testing Your Xamarin.Forms Apps Using the NUnit and UITest Frameworks Chapter 10. Packaging and Deploying Your Xamarin.Forms Applications

13,654

社区成员

发帖
与我相关
我的任务
社区描述
CSDN 下载资源悬赏专区
其他 技术论坛(原bbs)
社区管理员
  • 下载资源悬赏专区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧