darrenstokes

Stories submitted by darrenstokes

Using Reference Assistant to Help with Spring.net Configuration Issues(concurrentaccess.com)

submitted by darrenstokesdarrenstokes(300) 3 years, 1 month ago

XML configuration of IoC containers is flexible but can be problematic and increase debugging time. The post shows how Reference Assistant can be used to help with XML IoC configuration, using Spring.net as an example. read more...

add a comment |category: |Views: 6

tags: another

Double-clicking a VS2005 Solution in Vista(visualstudiohacks.com)

submitted by darrenstokesdarrenstokes(300) 3 years, 4 months ago

How to make double-clicking a VS2005 .sln launch VS properly in Vista. read more...

add a comment |category: |Views: 138

tags: another

Visual Studio .NET Platform Target Explained(visualstudiohacks.com)

submitted by darrenstokesdarrenstokes(300) 3 years, 9 months ago

This article discusses the meaning of the Platform Target setting for Visual Studio projects and gives some tips and links that will be helpful when migrating to 64-bit processing. read more...

1 comment |category: |Views: 698

tags: another

When /ResetAddin Doesn't Quite Cut It(visualstudiohacks.com)

submitted by darrenstokesdarrenstokes(300) 3 years, 9 months ago

A few extra steps to take if /ResetAddin does not remove all UI state for your Addin. read more...

add a comment |category: |Views: 19

tags: another

Quickly Navigate Code with the Code Definition Window(visualstudiohacks.com)

submitted by darrenstokesdarrenstokes(300) 3 years, 10 months ago

There are a few hidden gems in Visual Studio that are easy to overlook. One of those is the Code Definition Window (ctrl+\,ctrl+d or View - Code Definition Window). read more...

add a comment |category: |Views: 25

tags: another

IoC and Unity Configuration Changes for the Better(weblogs.asp.net)

submitted by darrenstokesdarrenstokes(300) 4 years, 1 month ago

IoC and Unity Configuration changes for the better. read more...

add a comment |category: |Views: 18

tags: another

ASP.NET MVC: Using UserControls Usefully (blog.wekeroad.com)

submitted by darrenstokesdarrenstokes(300) 4 years, 4 months ago

Advice for utilizing UserControls in ASP.Net MVC read more...

add a comment |category: |Views: 38

tags: another

ASP.net MVC, MVCContrib, and Using Spring.net as a Controller Factory(blog.darrenstokes.com)

submitted by darrenstokesdarrenstokes(300) 4 years, 5 months ago

Description of how to integrate spring.net with ASP.net MVC using MVCContrib. read more...

add a comment |category: |Views: 88

tags: another

Ease Versioning Multiple Assemblies by Splitting Up AssemblyInfo(blog.darrenstokes.com)

submitted by darrenstokesdarrenstokes(300) 4 years, 5 months ago

Versioning multiple assemblies for a product can be made easier by splitting the AssemblyInfo and creating a product wide file to go along with the individual assembly files. read more...

add a comment |category: |Views: 8

tags: another