Nuovo:
58,84 €
Tutti i prezzi includono l'IVA.
Resi GRATUITI
Restituisci questo articolo gratuitamente
  • Il reso gratuito è disponibile per l'indirizzo di spedizione scelto. È possibile restituire l'articolo per qualsiasi motivo in condizioni nuove e non usate senza costi di spedizione del reso.
  • Scopri di più sui resi gratuiti.
oppure consegna più rapida sabato, 3 giugno. Ordina entro 3 ore 19 min. Maggiori informazioni
Disponibilità immediata
[{"displayPrice":"58,84 €","priceAmount":58.84,"currencySymbol":"€","integerValue":"58","decimalSeparator":",","fractionalValue":"84","symbolPosition":"right","hasSpace":true,"showFractionalPartIfEmpty":true,"offerListingId":"xyX8FLqz5QwULoLftcx0lDz0o1nKIf9aIVdtNyejMTwwO8rtvBTmV5fNe7XO2pIr9TbNuUJpJsgXYFvPGx8XW%2FXsj7cNMLEb84hzrNQwolB9MEp2H6RRCEMctvkWZy%2FEfFMeUvCEWSpM3RHfWcTPnw%3D%3D","locale":"it-IT","buyingOptionType":"NEW"}]
58,84 € () Include le opzioni selezionate. Include il pagamento mensile iniziale e le opzioni selezionate. Dettagli
Prezzo
Subtotale
58,84 €
Subtotale
Scomposizione del pagamento iniziale
Costi e data di spedizione e totale dell'ordine (tasse incluse) indicati al momento del pagamento.
Pagamento
Transazione sicura
La transazione è sicura
Ci impegniamo a proteggere i tuoi dati e la tua privacy. Il nostro sistema di protezione dei pagamenti crittografa i tuoi dati durante la trasmissione. Non divulghiamo i dati della tua carta di credito a venditori terzi né rivendiamo i tuoi dati personali a terze parti. Maggiori informazioni
Spedizione
Amazon
Venditore
Amazon
Pagamento
Transazione sicura
Ci impegniamo a proteggere i tuoi dati e la tua privacy. Il nostro sistema di protezione dei pagamenti crittografa i tuoi dati durante la trasmissione. Non divulghiamo i dati della tua carta di credito a venditori terzi né rivendiamo i tuoi dati personali a terze parti. Maggiori informazioni
Spedizione
Amazon
Venditore
Amazon
Advanced ASP.NET Core 3 S... è stato aggiunto al tuo carrello
Ne hai uno da vendere?
Confronta offerte su Amazon
Aggiunto
55,93 €
+ 2,90 € di spedizione
Venduto da: London Lane Italia
Venduto da: London Lane Italia
(2653 valutazioni)
95% positive negli ultimi 12 mesi
Generalmente spedito entro 3-4 giorni.
Costi di spedizione e Politica di reso
Aggiunto
64,85 €
& Spedizione GRATUITA
Venduto da: Paragon OS
Venduto da: Paragon OS
(34 valutazioni)
97% positive per tutta la durata
Generalmente spedito entro 4-5 giorni.
Costi di spedizione e Politica di reso
Immagine del logo dell'app Kindle

Scarica l'app Kindle gratuita e inizia a leggere immediatamente i libri Kindle sul tuo smartphone, tablet o computer, senza bisogno di un dispositivo Kindle. Maggiori informazioni

Leggi immediatamente sul browser con Kindle per il Web.

Con la fotocamera del cellulare scansiona il codice di seguito e scarica l'app Kindle.

Codice QR per scaricare l'app Kindle

Passa al retro Passa al fronte

Segui l'autore

Si è verificato un errore. Riprova a effettuare la richiesta più tardi.

Advanced ASP.NET Core 3 Security: Understanding Hacks, Attacks, and Vulnerabilities to Secure Your Website Copertina flessibile – 30 ottobre 2020

4,7 4,7 su 5 stelle 4 voti

Prezzo Amazon
Nuovo a partire da Usato da
Formato Kindle
Copertina flessibile
58,84 €
52,46 €

Promozioni attive per questo prodotto
Questo articolo è acquistabile con il Bonus Cultura e con il Bonus Carta del Docente quando venduto e spedito direttamente da Amazon. Sono esclusi prodotti di Venditori terzi sul Marketplace di Amazon. Verifica i termini e condizioni dell' iniziativa Bonus Cultura 18app e di Carta del Docente.

Opzioni di acquisto e componenti aggiuntivi

Descrizione prodotto

Dalla quarta di copertina

Incorporate security best practices into ASP.NET Core. This book covers security-related features available within the framework, explains where these feature may fall short, and delves into security topics rarely covered elsewhere. Get ready to dive deep into ASP.NET Core 3.1 source code, clarifying how particular features work and addressing how to fix problems. 

For straightforward use cases, the ASP.NET Core framework does a good job in preventing certain types of attacks from happening. But for some types of attacks, or situations that are not straightforward, there is very little guidance available on how to safely implement solutions. And worse, there is a lot of bad advice online on how to implement functionality, be it encrypting unsafely hard-coded parameters that need to be generated at runtime, or articles which advocate for certain solutions that are vulnerable to obvious injection attacks. Even more concerning is the functions in ASP.NET Core that are not as secure as they should be by default.

Advanced ASP.NET Core 3 Security is designed to train developers to avoid these problems. Unlike the vast majority of security books that are targeted to network administrators, system administrators, or managers, this book is targeted specifically to ASP.NET developers. Author Scott Norberg begins by teaching developers how ASP.NET Core works behind the scenes by going directly into the framework's source code. Then he talks about how various attacks are performed using the very tools that penetration testers would use to hack into an application. He shows developers how to prevent these attacks. Finally, he covers the concepts developers need to know to do some testing on their own, without the help of a security professional.

What You Will Learn

  • Discern which attacks are easy to prevent, and which are more challenging, in the framework
  • Dig into ASP.NET Core 3.1 source code to understand how the security services work
  • Establish a baseline for understanding how to design more secure software
  • Properly apply cryptography in software development
  • Take a deep dive into web security concepts
  • Validate input in a way that allows legitimate traffic but blocks malicious traffic
  • Understand parameterized queries and why they are so important to ASP.NET Core
  • Fix issues in a well-implemented solution
  • Know how the new logging system in ASP.NET Core falls short of security needs
  • Incorporate security into your software development process

This book is for software developers who have experience creating websites in ASP.NET and want to know how to make their websites secure from hackers and security professionals who work with a development team that uses ASP.NET Core. A basic understanding of web technologies such as HTML, JavaScript, and CSS is assumed, as is knowledge of how to create a website, and how to read and write C#. You do not need knowledge of security concepts, even those that are often covered in ASP.NET Core documentation.

Scott Norberg is a web security specialist currently based in the Seattle, Washington area. He has almost 15 years of experience successfully delivering software products in a wide range of roles. As a security consultant, he has experience with many testing tools and techniques, including Dynamic (DAST) and Static (SAST) testing, as well as manual testing and reviewing source code. Along with the many websites he has designed and built with various versions of ASP.NET, he has performed security assessments for many more. While his language of choice is C#, he has also built websites, components, and other tools in F#, VB.NET, Python, R, Java, and Pascal. He holds several certifications, including Microsoft Certified Technology Specialist (MCTS), certifications for ASP.NET and SQL Server, and a Certified Information Systems Security Professional (CISSP) certification. He also has an MBA from Indiana University.


L'autore

Scott Norberg is a web security specialist with almost 15 years of experience in various technology and programming roles, focusing on developing and securing websites built with ASP.NET. As a security consultant, he specializes on blue team (defensive) techniques such as Dynamic Application Security Testing (DAST), code reviews, and manual penetration testing. He also has an interest in building plug-and-play software libraries that developers can use to secure their sites with little-to-no extra effort. As a developer, Scott has primarily built websites with C# and various versions of ASP.NET, and he has also built several tools and components using F#, VB.NET, Python, R, Java, and Pascal.

Scott holds several certifications, including Microsoft Certified Technology Specialist (MCTS), certifications for ASP.NET and SQL Server, and a Certified Information Systems Security Professional (CISSP) certification. He also has an MBA from Indiana University.

Scott is currently working as a contractor and consultant through his business, Norberg Consulting Group, LLC. You can see his latest ideas and projects at scottnorberg.com.


Dettagli prodotto

  • Editore ‏ : ‎ Apress; 1st ed edizione (30 ottobre 2020)
  • Lingua ‏ : ‎ Inglese
  • Copertina flessibile ‏ : ‎ 428 pagine
  • ISBN-10 ‏ : ‎ 1484260163
  • ISBN-13 ‏ : ‎ 978-1484260166
  • Peso articolo ‏ : ‎ 740 g
  • Dimensioni ‏ : ‎ 17.81 x 2.46 x 25.4 cm
  • Recensioni dei clienti:
    4,7 4,7 su 5 stelle 4 voti

Informazioni sull'autore

Segui gli autori per ottenere aggiornamenti sulle nuove uscite, oltre a consigli avanzati.
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

Scopri di più sui libri dell'autore, guarda autori simili, leggi i blog dell’autore e altro ancora

Recensioni clienti

4,7 su 5 stelle
4,7 su 5
4 valutazioni globali
5 stelle
69%
4 stelle
31%
3 stelle 0% (0%) 0%
2 stelle 0% (0%) 0%
1 stella 0% (0%) 0%

Nessuna recensione cliente

Ci sono 0 recensioni cliente e 4 valutazione cliente.