Search Results

0
votes
1answer
63 views

AddWithValue difficulty

I want to run parameterized SQL with .NET. But when I use AddWithValue() the generated command does not work. SqlCommand cmd = new SqlCommand("SELECT * FROM table WHERE table.name …
1
vote

Does anyone know of a good diff tool for C#?

I know you are looking for a tool. But since I know of none, here is how I would accomplish this: Read a book on compiler design Lex/Parse your code Create an Abstr …