Question

I am new to .NET and have started working on a .NET project with ADO.NET data access. How do I prevent SQL Injection in ADO.NET? I am using both VB.NET and C#.

Any code examples would be helpful.