I gave an invited talk at the GEOIDE Student Network (GSN) today on the use of .NET in scientific computing. Usually the concern around scientific problems is performance-related, though much of the introductory material is appropriate for introducing any group to .NET. For many performance-related tasks, a managed environment can produce code that is just as fast as native code. Some great references on writing fast managed code can be found:
- http://blogs.msdn.com/ricom/
- http://blogs.msdn.com/ricom/archive/2005/02/22/378335.aspx
- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/fastmanagedcode.asp