Skip to content

samattwood9/sqli-dotnet-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

💉 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.