Is there any way of searching for result that contain one tag and not another?

For example I want C# results but I don't want the ones that also contain ASP.NET.

Can I search for something like this?

[c#] -[asp.net]

share|improve this question

1 Answer

up vote 12 down vote accepted

Sure you can. The + and - operators both exist in the SO search. Just try it if you're not sure.

Just try it.

share|improve this answer
Must... Upvote... Hand-drawn-line... – Richard J. Ross III Jun 13 '12 at 14:27

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged