Seleziona una pagina
2.4 Ghz mini tastiera wireless con touchpad, telecomando con ricaricabile Li-Ion batteria per Sony Bravia KD65 x E9305 165,1 cm Smart TV

2.4 Ghz mini tastiera wireless con touchpad, telecomando con ricaricabile Li-Ion batteria per Sony Bravia KD65 x E9305 165,1 cm Smart TV


Price: EUR 16,56
(as of Feb 26, 2020 21:12:43 UTC – Details)



Caratteristiche: – 92 chiavi, tastiera wireless 2.4 GHz con Touchpad. – Touchpad DPI regolabile funzioni. – Built-in alto Touchpad astuto sensibile con gradi design flip. – Funzione di retroilluminazione a LED, potete ci in nero con luce LED – Mini tastiera Qwerty con tasti di controllo multimediali e tasti di controllo di gioco per PC. – sonno auto e modo auto di risveglio. – Il design ergonomico è facile da trasportare e funzionare. – costruire-in rimovibile batteria ricaricabile agli ioni di litio che ha tempo standby time. Specifiche tecniche: campo di funzionamento: metri (max), senza disturbi del segnale e nessun limite Direzione. Gamma di frequenza: 2.403 GHz ~ 2.480 GHz Tensione di funzionamento: 3.3 V Tensione di carica: 4.4 V ~ 5.25 V modulazione: GFSK layout: UK canale: 78 canali Potenza TX: meno di + 5dbm tasso di trasmissione: 1 m bit/sec tolleranza di frequenza: +/-30ppm Consumo: 55 ma (su), 1 ma (sonno) Tipo di batteria: Built-in batteria agli ioni di litio pacchetto compreso: 1 tastiera wireless 1 ricarica cavo dati 1 manuale dell’ utente Nota: 1. Grazie alla tecnologia Wave 2.4 G adozione, la connessione può essere soggetta a interferenze da ostacoli come muri, metalli o altri dispositivi elettronici. Si prega di tenere lo spazio tra la tastiera e il ricevitore USB libero dell’ ostacolo. 2. In linea con la politica di sviluppo, il produttore si riserva il diritto di modificare. Le specifiche senza preavviso. Le illustrazioni nel manuale sono solo per riferimento. Si prega di operare secondo il vero design.Built-in alto touchpad astuto sensibile con gradi design Flip.
Forma innovativa, portatile, elegante, perfetto per PC, Pad, Android TV Box, Google TV Box, Xbox 360, PS3, HTPC, IPTV
Raggio di azione: 15 meters (max), senza alterazione del segnale e nessun limite di direzione.
Combinazione perfetta: 92 tasti QWERTY tastiera wireless + touchpad che supporta le funzioni di multi-finger, un singolo dito fare clic sinistro del mouse, funzione mouse clicca su come il diritto a due dita, double Finger drag as the Rolling schermo



Mastering ASP.NET Web API: Build powerful HTTP services and make the most of the ASP.NET Core Web API platform (English Edition)

Mastering ASP.NET Web API: Build powerful HTTP services and make the most of the ASP.NET Core Web API platform (English Edition)


Price: EUR 25,47
(as of Feb 26, 2020 20:11:39 UTC – Details)


Leverage ASP.Net Web API to build professional web services and create powerful applications.

About This Book

  • Get a comprehensive analysis of the latest specification of ASP.NET Core and all the changes to the underlying platform that you need to know to make the most of the web API
  • See an advanced coverage of ASP.NET Core Web API to create robust models for your data, create controllers, and handle routing and security
  • This book is packed with key theoretical and practical concepts that can be instantly applied to build professional applications using API with Angular 4, Ionic, and React

Who This Book Is For

This book is for .Net developers who wants to Master ASP.NET Core (Web API) and have played around with previous ASP.NET Web API a little, but don’t have in-depth knowledge of it. You need to know Visual Studio and C#, and have some HTML, CSS, and JavaScript knowledge.

What You Will Learn

  • Acquire conceptual and hands-on knowledge of ASP.NET Core (MVC & Web API)
  • Learn about HTTP methods, the structure of HTTP content, internet media types, and how servers respond to HTTP requests and their associated HTTP codes
  • Explore middleware, filters, routing, and unit testing
  • Optimize Web API implementations
  • Develop a secure Web API interface
  • Deploy Web API projects to various platforms
  • Consume your web API in front end application based on Angular 4, Bootstrap, and Ionic
  • Implement and explore the current trends in service architecture

In Detail

Microsoft has unified their main web development platforms. This unification will help develop web applications using various pieces of the ASP.NET platform that can be deployed on both Windows and LINUX. With ASP.NET Core (Web API), it will become easier than ever to build secure HTTP services that can be used from any client.

Mastering ASP.NET Web API starts with the building blocks of the ASP.NET Core, then gradually moves on to implementing various HTTP routing strategies in the Web API. We then focus on the key components of building applications that employ the Web API, such as Kestrel, Middleware, Filters, Logging, Security, and Entity Framework.Readers will be introduced to take the TDD approach to write test cases along with the new Visual Studio 2017 live unit testing feature. They will also be introduced to integrate with the database using ORMs. Finally, we explore how the Web API can be consumed in a browser as well as by mobile applications by utilizing Angular 4, Ionic and ReactJS.

By the end of this book, you will be able to apply best practices to develop complex Web API, consume them in frontend applications and deploy these applications to a modern hosting infrastructure.

Style and approach

Using a hands-on approach, we cover both the conceptual as well as the technical aspects of the ASP.NET Core (Web API) framework.

Table of Contents

  1. Introduction to Micro-services & Service Oriented Architecture
  2. Understanding HTTP & REST
  3. Anatomy of ASPNET Core WebApi
  4. Controllers Actions and Models
  5. Implementing Routing
  6. Middleware & Filters
  7. Testing
  8. WebApi Security
  9. Integration with Database
  10. Error Handling, Tracing & Logging
  11. Optimization & Performance
  12. Hosting & Deployment
  13. Modern Web Frontends



Learn NodeJS in 1 Day: Complete Node  JS Guide with Examples (English Edition)

Learn NodeJS in 1 Day: Complete Node JS Guide with Examples (English Edition)


Price: EUR 2,99
(as of Feb 26, 2020 18:09:47 UTC – Details)


Node.js supports both client and server side applications. It is based on JavaScript and is very fast in operation. These distinctive features made node.js as one of the most powerful framework in the Java Ecosystem. JavaScript alone allows you to build real-time and scalable mobile and web applications. With this e-book, you will explore more on the node.js framework and how to use it efficiently for web development.

Average developers or beginners who struggle to understand node.js basics will find this book very helpful and productive. The book tried to put examples that simplify problems usually faced by the users like how asynchronous code works, what are modules, how big file can be read, node.js express, etc. You will find that lots of concepts that take a long time to master can be learned in a day or two.

If this is your first interaction with node.js and don’t want all sort of troubles that arise with the node, this edition is recommended. After going through this e-book, node.js will become an absolute pleasure.

Table of content

Chapter 1: Introduction

  1. Introduction to Node.js
  2. What is Node.js?
  3. Why use Node.js?
  4. Features of Node.js
  5. Who uses Node.js
  6. When to Use Node.js
  7. When to not use Node.js

Chapter 2: How to Download & Install Node.js – NPM on Windows

  1. How to install Node.js on Windows
  2. Installing NPM (Node Package Manager) on Windows
  3. Running your first Hello World application in Node.js

Chapter 3: Node.js NPM Tutorial: Create, Publish, Extend & Manage

  1. What are modules in Node.js?
  2. Using modules in Node.js
  3. Creating NPM modules
  4. Extending modules
  5. Publishing NPM(Node Package Manager) Modules
  6. Managing third party packages with npm
  7. What is the package.json file

Chapter 4: Create HTTP Web Server in Node.js: Complete Tutorial

  1. Node as a web server using HTTP
  2. Handling GET Requests in Node.js

Chapter 5: Node.js Express FrameWork Tutorial

  1. What is Express.js?
  2. Installing and using Express
  3. What are Routes?
  4. Sample Web server using express.js

Chapter 6: Node.js MongoDB Tutorial with Examples

  1. Node.js and NoSQL Databases
  2. Using MongoDB and Node.js
  3. How to build a node express app with MongoDB to store and serve content

Chapter 7: Node.js Promise Tutorial

  1. What are promises?
  2. Callbacks to promises
  3. Dealing with nested promises
  4. Creating a custom promise

Chapter 8: Bluebird Promises Tutorial

Chapter 9: Node.js Generators & Compare with Callbacks

  1. What are generators?
  2. Callbacks vs. generators

Chapter 10: Node js Streams Tutorial: Filestream, Pipes

  1. Filestream in Node.js
  2. Pipes in Node.js
  3. Events in Node.js
  4. Emitting Events

Chapter 11: Node.js Unit Testing Tutorial with Jasmine

  1. Overview of Jasmine for testing Node.js applications
  2. How to use Jasmine to test Node.js applications

Chapter 12: Node.Js Vs AngularJS: Know the Difference

  1. What is Node JS?
  2. What is Angular JS?
  3. Node JS VS. Angular JS
  4. What Is Better Node JS Or Angular JS?

Chapter 13: Node.js Vs Python: What’s the Difference?

  1. What is Node.js?
  2. What is Python?
  3. Node.JS Vs. Python
  4. When to use Node js?
  5. When to use Python?