Showing archive results for 2009

Oct 6, 2009
Post comments count0
Post likes count0

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 y...

ASP.NET
Oct 5, 2009
Post comments count0
Post likes count0

Choosing Between the Task Parallel Library and the ThreadPool

Danny Shih
Danny Shih

If you’ve been following the development of the Task Parallel Library (TPL), or if you’re an avid reader of this blog, you’re likely aware that the default scheduler in TPL is based on the new and improved ThreadPool in .NET 4.  In light of this, though, quite a few folks have asked whether there are any advantages (particula...

.NET Parallel Programming
Oct 2, 2009
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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 G...

.NET
Sep 30, 2009
Post comments count0
Post likes count0

Visual Studio 2010 Property Grid Filtering

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2010 improves .NET framework multi-targeting by applying framework-appropriate filtering to the property grid and Intellisense. For example, if you select a button on a web form of a .NET 2.0 web project, in the Property Grid you  will see: If you go to the Project Properties and change the Target Framework version to 4.0: .....

ASP.NET
Sep 28, 2009
Post comments count0
Post likes count0

Dev10 Beta1, Deploy Web application with SQL Express mdf file to host’s SQL server

Web Development Tools Microsoft
Web Development Tools Microsoft

For many web applications developed using Visual Studio, developers uses SQL express with mdf database file under app_data folder.  If deploying data host requires SQL server, developers have to find ways to deploy the schema and data from mdf file to the host SQL server. Dev10 Beta1 provides an easy solution to publish the mdf file to the SQ...

ASP.NET
Sep 24, 2009
Post comments count0
Post likes count0

Software for building and hosting web sites at no cost for 3 years!

Web Development Tools Microsoft
Web Development Tools Microsoft

I’m excited to announce – WebsiteSpark – a new program from Microsoft that provides software and support for building web sites, at no cost for 3 years. What You Get Software: WebsiteSpark provides software licenses that you can use for 3 years at no upfront cost (there is only an exit fee of $100 payable upon exit from the program).  Once en...

ASP.NET
Sep 22, 2009
Post comments count0
Post likes count0

CLR Inside Out – What’s New in the .NET Framework 4 Base Class Library

CLR Team
CLR Team

  Sorry for the delay in the post, but in case you haven’t seen it yet, the new installment of the “CLR Inside Out” column in MSDN magazine is available on line.  This month we have an article from Justin Van Patten on What’s New in the .NET Framework 4 Base Class Library, covering mainly the new features that wer...

.NET