Published by

Comments

# re: Creating a custom Performance Counter

Saturday, March 28, 2009 10:51 PM by Razan

Nice work.

# re: Creating a custom Performance Counter

Tuesday, April 07, 2009 1:28 PM by Mohammad Ashraful Alam

Keep up the good stuffs.

# re: Introduction to WCF (WCF – Part 1)

Tuesday, June 23, 2009 10:36 AM by Sohel rana

I think "what was the problem in old approach" should be more elaborate to help beginners get why WCF? Before WCF, we had development and deployment tightly coupled. Now in WCF u develop and almost doesn't take care of deployment. But in non-WCF world if u developed the code for remoting and later wants to use MSMQ or web service u need to do substantial changes in code. So WCF is great! Thanks for sharing.

# re: Introduction to WCF (WCF – Part 1)

Tuesday, June 23, 2009 1:30 PM by Jalal

Thank you very much for your comment, I will try to explain it a more about the problems of old methods and the benefits of WCF.

# re: How to debug localhost (or running in IIS) Asp.net applications

Sunday, June 28, 2009 1:26 PM by Md Nazmul Ahsan

wow.. I have done the same work with windows service. I am surprised that it also work with ASP.NET. It will help me lot. Thanks for share this.

By the way, I like your blog motto. It is really different.

# re: How to debug localhost (or running in IIS) Asp.net applications

Sunday, June 28, 2009 7:49 PM by Tanzim Saqib

Why wouldn't it be working with ASP.NET as well? Both of them run as Services. Helpful post for getting started with ASP.NET though.

One issue - If you open the application in multiple browser or multiple times, it may happen that there will be several instance of the asp.net worker process, that is multiple aspnet_wp.exe/w3wp.exe in the process list.

This is absolutely wrong.

Powered by Community Server (Non-Commercial Edition), by Telligent Systems