Design, Solutions and .NET Framework by Dejan Dimitrovski

Browse by Tags

All Tags » ASP.NET (RSS)
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...
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...
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...
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...
Posted: Wed, Apr 9 2008 14:46 by dejan | with 16 comment(s)
Filed under: ,
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...
Posted: Fri, Mar 7 2008 11:27 by dejan | with 5 comment(s)
Filed under: , ,
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...
Posted: Fri, Feb 29 2008 2:27 by dejan | with no comments
Filed under: , ,
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...