Showing results for April 2006 - .NET Blog

Apr 25, 2006
0
0

Meet the Team – Danny Chen

Web Development Tools Microsoft
Web Development Tools Microsoft

Hi, I'm Danny Chen, (2nd from the right, grey shirt, next to Pete).  Like Pete, I'm also an SDET for Visual Web Developer.  I've been at Microsoft for about 1 1/2 years.  Prior to shipping Visual Studio 2005, I was on the QA team for ASP.NET.  I really enjoy working with the extensibility features of Visual Studio and ASP.NET whether it's creating ...

ASP.NET
Apr 21, 2006
0
0

Welcome to our blog!

Web Development Tools Microsoft
Web Development Tools Microsoft

Welcome to the Web Development Tools team blog!  Recently we decided to create a team blog to ensure regular content to you from more of our team members.   Who are we, you ask?  Web Development Tools is the team that brought you the awesome Visual Web Developer Express product.  If you haven't downloaded this yet, what are you waiting for? ...

ASP.NET
Apr 19, 2006
0
0

Large Object Heap

maoni
maoni

LOH (Large Object Heap) contains objects that are 85,000 bytes or bigger (there’s also some objects that are less than 85,000 bytes that are allocated on the LOH by the runtime itself but usually they are very small and we’ll ignore them for this discussion).   The way LOH is implemented changed dramatically from 1.0 to 1.1. In 1.0 we used a ...

.NET