Showing results for May 2007 - .NET Blog

May 31, 2007
0
0

What does the red strikethrough in CSS property grid mean?

Web Development Tools Microsoft
Web Development Tools Microsoft

In Visual Studio Orcas, the CSS property grid renders a red strikethrough when it wants to tell you that a property is either non-inherited or it is overridden by a rule with higher precedence.    Read the tooltip when you see a red strikethrough on your property and it will give you the exact reason for the strikethrough. Here are the ...

ASP.NET
May 23, 2007
0
0

Script# and ASP.NET AJAX

Web Development Tools Microsoft
Web Development Tools Microsoft

Nikhil Kothari, an architect on the ASP.NET team, has been working in his spare time on a project called Script#.  Essentially this allows an Ajax programmer to code in a strongly typed language like C# and compile their code into JavaScript.  His original article can be accessed here.  Recently he added ASP.NET AJAX support to ...

ASP.NET
May 15, 2007
0
0

64-bit vs 32-bit

maoni
maoni

As 64-bit machines become more common, the problems we need to solve also evolve. In this post I’d like to talk about what it means for the GC and the applications’ memory usage when we move from 32-bit to 64-bit.   One big limitation of 32-bit is the virtual memory address space - as a user mode process you get 2GB, and if you use large ...

.NET
May 8, 2007
0
0

New free version of Refactor! for ASP.NET

Web Development Tools Microsoft
Web Development Tools Microsoft

A while back I posted about some great free refactoring tools for ASP.NET.The folks at Developer Express have just released an updated version (2.2.2), that includes some great new refactorings.  Here's a sneak peek at just one of the new refactorings that's available:To check out all the new capabilities take a look at this blog ...

ASP.NET
May 3, 2007
0
0

Mix07 Video: Web Development using Visual Studio "Orcas"

Web Development Tools Microsoft
Web Development Tools Microsoft

At the Mix07 conference this week, I did an overview presentation of the web development features being delivered in Visual Studio "Orcas".  The folks at Mix have been kind enough to make videos of all the sessions from the conference available to the public.Click here to watch my session on Web Development using Visual Studio "Orcas...

ASP.NET