.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

He’s live… he’s live not… he’s live…

I was making some code changes today and thought this was interesting to share. As you know, the WeakReference class has a getter and a setter method to get and set the Target which is what the weakref points to. See Using GC Efficiently – Part 3 for more details on WeakReference.   Note that the code below is only for illustration ...
Comments are closed.0 1
.NET

JScript Debugging in Visual Web Developer Orcas

Jeff King made a recent post to show off the new JScript IntelliSense feature in the March CTP of Visual Studio. Now I am going to show off the improved JScript Debugging experience in the March CTP. The first thing you will notice is that when you try to debug an IE page, VS will give you a nice little dialog reminding you to turn ...

JScript Debugging in Visual Web Developer 2005

A lot of people have asked about how to debug JScript in Visual Web Developer 2005. You need to know a few tricks before you can set a breakpoint on an ASPX document (Note that the experience is vastly improved in our Orcas March CTP and I will be making a separate blog post on that soon).  1. Enable client script debugging on IE: (image...

Visual Studio 2005 Update for Windows Vista Available

I recently posted some tips about how to have success doing web development with Visual Studio 2005 on Windows Vista.  One recommendation in that post was to install the "Beta" release of the Visual Studio 2005 Update for WIndows Vista.  I'm happy to announce final version of the Visual Studio 2005 Update for...

JScript IntelliSense March CTP Gotchas + Workarounds

The March CTP is of course a "Preview" and does have some bugs.  I thought we'd share the top issues seen and offer some workarounds. 1. TypeLibBuilder.exe "has encountered a problem..." If you're seeing this: (image) This a bug where that particular assembly has not been given a Strong Name.  The solution ...

New Beginner Development Learning Center on MSDN

Are you a true beginner at web development?  Do you want to know what CSS stands for or how to write your first line of JavaScript?  Do you already know HTML and basic web development, but are new to ASP.NET?  Are you familiar with ASP.NET but are not sure how to add master pages or membership to your application? If ...

JScript IntelliSense in Visual Studio Orcas

The March CTP of Visual Studio marks the debut of a much-requested and long-awaited feature: improved JScript IntelliSense.  We’ve been working on this for almost a year now and I’m pretty excited to finally be able to share it with the public.  There are a variety of topics I’d like to deep dive into, but for today let’s ...