Sign in
WebApps
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.NET
ASP.NET MVC
crash
debugging
error
HttpWebRequest
IE
Installation
Internet explorer
keeps prompting
Performance
profiler
RIA
Screencast
silverlight
System.Net
Testing
WCF
Web
Web development
WF
Windows Azure Web Sites
without visual studio
WordPress
Archive
Archives
May 2013
(2)
April 2013
(5)
March 2013
(1)
February 2013
(4)
January 2013
(6)
December 2012
(1)
November 2012
(8)
September 2012
(8)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WebApps
Additional Information about Silverlight Client Timeout Value when calling a WCF WebService
Posted
6 months ago
by
Hui_Zhu
4
Comments
By default, a Silverlight client calling WCF uses the timeout settings documented here, http://msdn.microsoft.com/en-us/library/system.servicemodel.channels.binding.sendtimeout%28v=vs.95%29.aspx . SendTimeout, the default value is 1 minute. ReceiveTimeout...
WebApps
Troubleshooting Performance Issues in Windows Store Apps
Posted
5 months ago
by
Prashant Pratap
2
Comments
In this blog post, we are going to show how to use NP .NET Profiler to troubleshoot performance issues within Windows Store Applications. You can download the tool from here . Lets say we have a Windows Store Application that is taking time to...
WebApps
Launching Windows Store App under a Debugger
Posted
5 months ago
by
Prashant Pratap
1
Comments
We recently released a .NET Profiler tool for troubleshooting Windows Store Applications on Windows 8 machines. You can download this tool from here . In this blog post, we will talk about how to launch a Windows Store Application under a debugger...
WebApps
Capturing Unhandled Exception Dump
Posted
5 months ago
by
Prashant Pratap
0
Comments
In this blog post, we are going to show how to use NP .NET Profiler to capture a memory dump on unhandled exception in Windows Store Applications. You can download the profiler tool from here . Whenever a Windows Store Application gets terminated...
WebApps
Troubleshooting Memory Leaks in Windows Store Apps
Posted
5 months ago
by
Prashant Pratap
0
Comments
There are many options to troubleshoot memory leak issues in .NET applications. Most common approach is capturing a memory dump just before terminating the process and looking at the object count and gcroots. Most of the time this approach works...
WebApps
List of blog posts on NP .NET Profiler
Posted
6 months ago
by
Prashant Pratap
0
Comments
NP .NET Profiler Introduction to NP .NET Profiler FAQ on NP .NET Profiler Profiling Visual Studio Development Web Server Windows Store Apps Troubleshooting Performance Issues Launching under a debugger Capturing unhandled exception...
WebApps
FAQ on Profiling Windows Store Apps
Posted
5 months ago
by
Prashant Pratap
0
Comments
NP .NET Profiler can now profiler Windows Store Application running on Windows 8 machines. You can download the tool from here . Instructions Download the NPStoreApp.zip from here Extract it to c:\temp\np folder Double click on the NPStoreApp.exe...
WebApps
Use System.Net Trace and SSL Alert Protocol to troubleshoot SSL connection issue.
Posted
6 months ago
by
Hui_Zhu
0
Comments
WCF client and ASMX webservice client all use the System.Net.HttpWebRequest object to create underlying SSL connection. If you experience any SSL related problem, you can take a System.Net trace first. If System.Net trace shows the pattern of following...
Page 1 of 1 (8 items)