Showing results for October 2009 - Page 2 of 2 - .NET Blog

Oct 6, 2009
0
0

Working with SVG files in Visual Studio and Visual Web Developer

Web Development Tools Microsoft
Web Development Tools Microsoft

Scalable Vector Graphics (SVG) is W3C standard language for describing two-dimensional vector and mixed vector/raster graphics in XML. Firefox 3+, Opera 9+ and Safari 3+ support SVG rendering. Unfortunately, Internet Explorer 8 does not support SVG natively and requires a plug-in. There a plug in from Adobe (although support was discontinued this ...

ASP.NET
Oct 2, 2009
0
0

Five Myths about Managed Code

CLR Team
CLR Team

My name is Immo Landwerth and I was a Program Manager intern this year in the CLR team. In this blog post I am not going to showcase any of the fantastic features that will ship with .NET 4.0 – my colleagues in the CLR team know them much better and already did a fabulous job discussing them here, over there and on Channel 9. Instead I want ...

.NET
Oct 2, 2009
0
0

Five Myths about Managed Code

CLR Team
CLR Team

My name is Immo Landwerth and I was a Program Manager intern this year in the CLR team. In this blog post I am not going to showcase any of the fantastic features that will ship with .NET 4.0 – my colleagues in the CLR team know them much better and already did a fabulous job discussing them here, over there and on Channel 9. Instead I want ...

.NET
Oct 2, 2009
0
0

Five Myths about Managed Code

CLR Team
CLR Team

My name is Immo Landwerth and I was a Program Manager intern this year in the CLR team. In this blog post I am not going to showcase any of the fantastic features that will ship with .NET 4.0 – my colleagues in the CLR team know them much better and already did a fabulous job discussing them here, over there and on Channel 9. Instead I want ...

.NET
Oct 1, 2009
0
0

CLR Inside Out – Profiling the .NET Garbage-Collected Heap

CLR Team
CLR Team

  The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line.  This month we have an article from Subramanian Ramaswamy and Vance Morrison on Profiling the .NET Garbage-Collected Heap.  This article provides instructions on using the CLR Profiler for memory investigations of the .NET ...

.NET