Design, Solutions and .NET Framework by Dejan Dimitrovski

April 2008 - Posts

WCF Security Guidance
Microsoft Patterns and Practices Group has published a nice guidance for WCF security. Excellent set of Questions and Answers, separated in different categories such as: Design Considerations, Auditing and Logging, Authentication, Authorization, Exception... read more
Posted: Tue, Apr 29 2008 16:24 by dejan | with no comments
Filed under: , ,
WCF Service Behaviors - Instance and Concurrency Management

When we design our enterprise application, we need to provide a great scalability, performance, throughput, transactions, reliability etc. Sincerely there is no one-fit solution to solve all our needs, but WCF can help us solving all those architectural requirements using different techniques. One of those technique is Instance and Concurrency Management, available through WCF service behaviors, discussed in this article.

... read more
Posted: Tue, Apr 29 2008 16:17 by dejan | with 4 comment(s)
Filed under: ,
Recommended tools for a developer
Many of you have asked me to share my list of favorite tools, so definitely here it is: Web Development Notepad++ - excellent Notepad replacement, supporting multi-tabs, several programming languages etc. Fiddler - HTTP Debugging Proxy which logs all... read more
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... read more
Posted: Wed, Apr 9 2008 14:46 by dejan | with 16 comment(s) |
Filed under: ,
No excuses - LINQ rules!

Researching on this great feature in .NET 3.5, I found a lot of useful information for anyone who intend to take a deep dive in this area. Particular for me, after Microsoft flavors on LINQ (LINQ to SQL, LINQ to XML and LINQ to Entities) I found other providers which can have a great usability in everyday work.

... read more
Posted: Sun, Apr 6 2008 9:26 by dejan | with no comments |
Filed under: ,