-
Article: Web Performance Testing with Visual Studio 2010
I wrote an article for Visual Studio Magazine a while back on Web Performance Tests in Visual Studio 2010. It’s part 1 of 2. Enjoy. In web performance tests, the addition of Loops and Conditions enables developers to write more complex and intelligent tests against their applications. For load tests, the addition of 64-bit agents…
-
Silverlight 4 Databound CheckBoxList and RadioButtonList Controls
Last week I needed a CheckBoxList control and a RadioButtonList control for Silverlight 4. I was surprised that they weren’t already part of the standard controls or the Silverlight Control Toolkit. RadioButtonList CheckboxList Once I started to work on the controls, I realized that I didn’t know how to databind RadioButtons or databind Checkbox controls…
-
Bind a Silverlight 4 HyperlinkButton NavigateUri in a DataGrid to a DataSource value
The Problem: How to generate a NavigateUri for a HyperlinkButton in a DataGrid that contains an Id value using a data binding expression. The Answer: Use StringFormat inside the NavigateUri binding. It’s a pretty common thing to do in any kind of application – you’ve got a grid that’s filled with data and from that…
-
Error 2103 “Unhandled Error in Silverlight Application”
Seen this error before? Line: 54 Error: Unhandled Error in Silverlight Application Code: 2103 Category: InitializeError Message: Invalid or malformed application: Check manifest At first I was terrified that there was some kind of mysterious corruption in my Visual Studio 2010 Silverlight 4 bits. After some searching on The Internets, I found the answer at…
-
Error 2103 “Unhandled Error in Silverlight Application”
Seen this error before? Line: 54 Error: Unhandled Error in Silverlight Application Code: 2103 Category: InitializeError Message: Invalid or malformed application: Check manifest At first I was terrified that there was some kind of mysterious corruption in my Visual Studio 2010 Silverlight 4 bits. After some searching on The Internets, I found the answer at…
-
Visual Studio 2010 Web Testing Article at Visual Studio Magazine
FYI, part 1 of my Visual Studio Load Testing & Web Testing article is up on the Visual Studio Magazine site. -Ben
-
Presentation and Code from my TechEd 2010 Session – “Top 10 Mistakes in Unit Testing”
I just got back from TechEd 2010 New Orleans and as promised, here’s my slide deck and sample code. Thanks to all of you who came to my session. If you missed the session, the video has been posted at TechEd Online. -Ben
-
Presentation and Code from my TechEd 2010 Session – “Top 10 Mistakes in Unit Testing”
I just got back from TechEd 2010 New Orleans and as promised, here’s my slide deck and sample code. Thanks to all of you who came to my session. If you missed the session, the video has been posted at TechEd Online. -Ben
-
The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration.
Have you seen this error with a Visual Studio 2010 ASP.NET or Silverlight project? The configuration section ‘system.web.extensions’ cannot be read because it is missing a section declaration. I’ve been wrestling with it for the last hour and I just found the answer. In a web browser, it appears as an HTTP Error 500.19 –…
-
The configuration section ‘system.web.extensions’ cannot be read because it is missing a section declaration.
Have you seen this error with a Visual Studio 2010 ASP.NET or Silverlight project? The configuration section ‘system.web.extensions’ cannot be read because it is missing a section declaration. I’ve been wrestling with it for the last hour and I just found the answer. In a web browser, it appears as an HTTP Error 500.19 –…