Tag: Development

Community

An Introduction to Fiddler

(John Peterson) Sometime when you’re trying to track down a bug in a web application you need to roll your sleeves up and get your hands dirty. I was recently forced to dust off a tool I haven’t used in a while to help me get to the root of a particularly nasty little problem I was having. As I […]

Community

AppDomain concept in ASP.Net

(Rajendra kumar yerra) Asp.Net introduces the concept of an Application Domain which is shortly known as AppDomain. It can be considered as a Lightweight process which is both a container and boundary. The .NET runtime uses an AppDomain as a container for code and data, just like the operating syste

Community

Microsoft Indexing Service HOW-TO

(Ilya Verbitskiy) A lot of web sites provide search capabilities, where you can simple type several words, press “Search” button, and you’ll receive a list of pages which contains these words. It’s simple. But how can you implement these features in your own web application? Yes, you have to use ind