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
FAQ on NP .NET Profiler
Posted
7 months ago
by
Prashant Pratap
19
Comments
NP .NET Profiler is designed to assist in troubleshooting performance, memory and first chance exception issues in .NET Applications. You can download the tool from here . Which version of the profiler to use (x86 or x64) ? If you are running...
WebApps
Troubleshooting Performance Issues in Web Application
Posted
7 months ago
by
Prashant Pratap
5
Comments
There are many options to troubleshoot performance issues in .NET Web Application. We can use ETW, performance logs, IIS logs, application logs, dumps and profiler. Today I am going to show how to use NP .NET Profiler to troubleshoot performance issues...
WebApps
Capturing Memory Dumps on Long Running WCF Requests
Posted
8 months ago
by
Prashant Pratap
2
Comments
There are many options to troubleshoot long running WCF requests. One of them is : capturing a memory dump when the long running WCF request is still executing. To capture a dump while the WCF request is still executing, you can use ServiceModelTimeTaken...
WebApps
Capturing WCF Request Execution Time
Posted
8 months ago
by
Prashant Pratap
0
Comments
Complete source code is here WCF includes a large set of performance counters to help you gauge your application’s performance. These counters can help you determine total number of WCF requests executed, request per seconds, number of faults...
WebApps
Working with WorkFlow Services
Posted
8 months ago
by
Prashant Pratap
2
Comments
Complete code is available at Developer Code Samples In some scenarios we need a Workflow to interact with ASP.NET Web application and external WCF Services. In this blog, I want to discuss how I approached it. Workflow (WF) Services are WCF Services...
WebApps
Custom WCF Streaming
Posted
8 months ago
by
Prashant Pratap
9
Comments
Complete Source code is available at code.msdn.microsoft.com Many distributed business applications work with huge number of database rows, transferring large number of record sets to multiple processes running on different machines. And most likely these...
WebApps
WCF Chunking
Posted
8 months ago
by
Prashant Pratap
0
Comments
Complete code is available at Developer Code Samples It is common scenario to have the need to upload/download large files to/from server. There are mainly two options to upload/download large files in WCF applications WCF Streaming WCF Chunking In this...
WebApps
Welcome to the blog of Web Application Development Support and Services team
Posted
8 months ago
by
Sudha Thota
1
Comments
Welcome to the blog of Web Application Development Support and Services team. We belong to Developer Tools Cluster in Commercial & Technical Services organization in Microsoft Corporation. Every day our team gets an opportunity to work with web application...
Page 1 of 1 (8 items)