Jun 19, 2008
I am thinking of having another chat in the coming weeks and wanted to see if there were any topics that you really wanted to talk about. We seemed to get a lot of discussion going around SQL Injection so I thought that may be a good topic. ...
2 comments
Tags: DebuggingASP.NETIIS.NETChatMicrosoft
Jun 10, 2008
There are a lot of places to look for Microsoft documentation currently online. Depending on the area that you are focused in, you may have to visit any of a number of sites to get the information that you require. One of the best places to start...
2 comments
Tags: ASP.NETIISSilverlightVisual StudioMicrosoft
Jun 04, 2008
It is still pretty early in the process, but I wanted to let you know that we are going to be adding SOS for .NET 2.0 to the Debugger package , with all of the new functionality that I have been referencing in my posts here. I am actively trying to get...
1 comments
Tags: DebuggingASP.NETIIS.NETMicrosoftSOS
May 30, 2008
If you are into reading about ASP.NET, Debugging, or any of the other topics that I write about, here are some others that you may want to check out: ScottGu - ASP.NET Manager. He has all the updates on the new things coming out for ASP.NET and...
1 comments
Tags: ASP.NETIIS.NETMicrosoft
May 01, 2008
Are you interested in working on .NET and helping to shape it’s future? The .NET Framework team is hiring . These are some great opportunities that I highly suggest you check out. There is everything from being a Program Manager and...
1 comments
Tags: ASP.NETIIS.NETMicrosoft
Apr 29, 2008
So lately I have been looking into these two web sites a lot more and it isn’t always easy to figure out which one is used for what. So I thought I would try to explain it here. Code Gallery is a community-enabled Web site where you can share developer...
1 comments
Tags: ASP.NETIISSilverlightVisual Studio.NETMicrosoftVistaWindows
Apr 25, 2008
A common problem we see when moving to .NET all revolves around the finalizer. There are a few reasons that this happens: Developers move from C/C++ to C# and are used to created classes with a constructor and destructor. Developers don’t understand...
1 comments
Tags: DebuggingASP.NETIIS.NETMicrosoftHigh Memory
Apr 24, 2008
So we recently came across an issue where Visual Studio 2005 and 2008 Designers were not respecting assembly binding redirection. Scenario We have a file which is now version 2 and stored in the GAC . So the assembly version is 2.0.0.0. We...
2 comments
Tags: ASP.NETIISVisual StudioMicrosoftCode