Tagged Content List
  • Blog Post: Debugging HTTP Requests

    Using WCF application that has an HTTP binding often needs ability to monitor exact messages that are being transmitted. If you don’t like to use WCF message tracing and logging feature , you can try the alternative more accurate and easier way to capture HTTP traffic directly – using proxies. This approach...
  • Blog Post: Credentials and Double Hop

    Few year ago, when I was being an ASP.NET enthusiast, I had to deal with the problem known as hop the credential over servers. It looks that this problem still is the major pain for the most of ASP.NET developers, because many of them so often asks me that they lose the user credentials connecting to...
  • Blog Post: Visual Studio SP1 and .NET Framework SP1 RTM

    Visual Studio 2008 Service Pack 1 (SP1) and .NET Framework 3.5 SP1 are out! Even that they looks more like feature pack ( my previous article ), they offer additionally improvements in responsiveness, stability and performance. The list of delivers is: WPF and visual designer improvements .NET Framework...
  • Blog Post: Health monitoring in ASP.NET

    Growing our web site projects lead us to opportunity for a lot of errors and exceptions which make headaches for developers. Errors are part of the developers life so any kind of systematic approach to handling all mistakes with some effective mechanism is more than a need. Health monitoring is a feature...
  • Blog Post: Kerberos - solution for double hop authentication

    Everyone who knows Kerberos will agree that it is still one of the most secure authentication mechanism but at the same time it is the dubious task to configure Kerberos authentication because his complexity and presents a difficult task to undertake if you don't know how. As with most things, if...
  • Blog Post: IIS 7.0 Security aspects

    Windows Server 2008 Security Guide is available on Microsoft TechNet site and my favorite subject inside is actually IIS7 related chapter ( Chapter 6: Hardening Web Services ). This chapter focuses on how to harden Web servers running Windows Server 2008. The Web Server role by default installs IIS 7...
  • Blog Post: Web Client Software Factory 2.0

    Architects and developers can use the Web Client Software Factory to quickly incorporate many of the proven practices and patterns of building Web client applications. These practices and patterns have been identified during the development of many Web client applications and their components. WCSF...