Browse by Tags

All Tags » .NET General (RSS)

New Videos for Composite Services Guidance - CTP2 by HernanDL

You can get the latest videos for Composite Services Guidance CTP2 that show many features of this project. Videos Download Video 1: Repair and Resubmit Video 2: Analytic Tracing Video 3: Custom Probe Function Video 4: Termination Notification Video 5...

Extending Web Service Software Factory 2010 by HernanDL

If you want to extend the service factory now you can use the new MEF extensibility features which basically means that you don;t need to crack open the factory designer and you can simply create your own VSIX extension and add custom features to the...

BizTalk ESB Toolkit 2.1 Beta by HernanDL

The BizTalk ESB Toolkit 2.1 Beta version is out. In case you are giving a try to BizTalk 2010 Beta , then you might want to take a look at this toolkit for implemanting an ESB. Here are some of the new features: Supports Windows Server 2008 /2008 R2,...

Hands-on Labs for Microsoft Enterprise Library 4.1 and Unity 1.2 by HernanDL

In case you didn't notice yet, there are new HOLs for EntLib 4.1 and Unity 1.2. Included in this release are three new hands-on labs covering: - Interception (with Policy Injection Application Block and Unity ) - Dependency Injection with Unity - Validation...

Broken or missing project templates in Visual Studio 2008 or 2005 by HernanDL

After my last system restore, I got this annoying issue when I opened a VS soultion with test projects and some other project types. This is basically becasue of the "broken templates" issue. I came across this post that describes the problem and solution...
Filed under:

X509 Certificate validation by HernanDL

Some time ago I was looking for some way to validate an X509 certificate and for my surprise I couldn't find any good method to do this pretty common task. I know that the X509Certificate2 class has a Verify method but is rather limited in terms of validation...
Filed under: ,

Update TFS (Team Foundation Server) cached credentials in VS2008 by HernanDL

Recently I came across this “issue” or at least something not so straightforward when I needed to use different credentials from a TFS client in Visual Studio 2008. I found out that you have to remove the cached credentials from your network password...
Filed under:

AppDomains and Shadow Copy Issues by HernanDL

Although this may be a little off-topic post but it may be useful for someone that have the same issue that I found. If you create an AppDomain inside an aspx page in Windows 2003 (default service account) and you set the Shadow copy to true and the ApplicationBase...
Filed under:

My Laptop Got Altitude Illness by HernanDL

This week I flew to La Paz (Bolivia) to give consulting services to one of our customers. As you may know, La Paz is the highest capital city in the world (almost 12.000 ft / 3600 m). It’s a wonderful city but if you live in a city at the sea level (like...
Filed under:

Timing Managed Code by HernanDL

As part of the samples included in my last presentation about .NET Performance and Scalability, there is a useful class that encapsulates the Win32 functions QueryPerformanceCounter and QueryPerformanceFrequency . These functions let you measure the performance...
Filed under:
More Posts Next page »