Recently Microsoft has released a beta SIMD vector library (Microsoft.Bcl.Simd) for C# which requires installation of the RyuJIT CTP and works only Windows 8.
You can also just used a native SSE library and invoke it from C#. For example the Yeppp library, see this StackOverflow answer.