Welcome to MSDN Blogs Sign in | Join | Help

Darren Jefford

Solution Architect, Microsoft Consulting Services, Microsoft UK

Browse by Tags

All Tags » .NET   (RSS)
EIF vs Enterprise Library
Following on from my previous posting on Logging and Instrumentation and to address some confusion recently amongst customers, how does the new Enterprise Library relate to the Enterprise Instrumentation Framework ? The Enterprise Library is the latest Read More...
Web Services: Concurrent Connections
The issue of concurrent outbound Web Service calls being throttled to two per endpoint comes up again and again with unmanaged and managed code – and it embarrassingly bit me last week in a BizTalk Performance and Scaling exercise despite me harking on Read More...
Visual Studio 2005 Team System Walkthroughs
Some walkthroughs and sample projects for TS are available here – Looks like they should have been in the build recently released. They cover: Unit Testing, Web Testing, Load Testing, Profiling and Code Analysis! Read More...
PAG Logging Application Block based on EIF
A new PAG Application Block is about to be released, which is built on and extends the Enterprise Instrumentation Framework (EIF) It will provide some new EIF event sinks for MSMQ, SQL, etc. and even deliver support for Request Tracing across Web Service Read More...
ASP to ASP.NET Migration Assistant
I've had a play with this ASP to ASP.NET migration assistant and it does exactly what it says on the tin and seems to do a fairly good job on the pages I've run through it.  It looks, feels and outputs like the VB to VB.NET migration stuff. You can Read More...
Encrypting Credentials in your XML config files
I came across this a while back, but lots of people aren't aware of it. If you want to specify processmodel, impersonation or SessionStateDB credentials you (until now) had to put them in the config file as clear text, which isn't a great thing. You can Read More...
System.Web.Mail and Authentication
A question came up recently on how to send email from .NET, System.Web.Mail offers a nice MailMessage and SmtpMail class that does the trick. The classes are a wrapper over the CDOSYS functionality that's been around for a bit, and are much nicer than Read More...
PDC Bloggers
Check out http://www.pdcbloggers.com ,  Should be an interesting resource for those not going to the PDC, and for those sessions you don't make! Read More...
Getting the paths for "Special Folders"
I've been cutting some code today (for once!) and I needed to find out the location of the users "My Documents" folder.  A bit of a dig and I stumbed across System.Envrionment.SpecialFolder.Personal, I'd never come across this before (probably because Read More...
Call Dispose on your ServicedComponent's (please)
My last blog entry pointed at a Enterprise Services FAQ which mentions that you should call .Dispose on your ServicedComponent proxies. Now this "recommendation" isn't documented very well, hence most people don't do it and you won't hit problems most Read More...
Enterprise Services FAQ
Mike just pointed me at this superb Enterprise Services FAQ, it's a really good collection of some of the common problems people hit. Read More...
Developer Tools Roadmap
Microsoft have just released the Visual Studio Roadmap details covering Whidbey and Orcas, you can find the article here VB seems to be getting lots of fluffy features in Whidbey, Syntax/Semantic checking akin to the Word spell checker, and Edit-and continue Read More...
Page view tracker