Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 898 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 898 Bytes

💉 SQLi Demo (w/ .NET Interactive)

A notebook that demonstrates how SQL injection can be performed and prevented when using .NET.

Getting Started

  1. Install SQL Server Developer Edition (2019)
  2. Download and restore the AdventureWorks database (2019 LT)
  3. Download Visual Studio Code and the .NET Interactive Notebooks extension.
  4. Fork or download this repository.
  5. Open up and run the notebook.

Notes

  • Currently working with Visual Studio Code Insiders only (1.85.0-insider).
  • The .NET Interative Notebooks extension is now a Polyglot Notebooks extension.