djProduct

Stories submitted by djProduct

.NET 3.5, Design by contract and Spec#(geekswithblogs.net)

submitted by djProductdjProduct(50) 2 years, 6 months ago

Good article set on design by contract implementation in Spec# read more...

add a comment |category: |Views: 9

tags: another

FIXED - Cannot eliminate warning VSP2013 when Code Coverage is enabled(djproduct.blogspot.com)

submitted by djProductdjProduct(50) 2 years, 7 months ago

FIXED - Cannot eliminate warning VSP2013 when Code Coverage is enabled in TeamBuild builds Code coverage instrumentation warning while processing file [Your Assembly] Warning VSP2013 : Instrumenting this image requires it to run as a 32-bit process. The CLR header flags have been updated to reflect this. This is something I ran into while writing unit tests for a project. The error pops up when you have code coverage enabled for your unit tests. read more...

add a comment |category: |Views: 24

tags: another

FIXED: Windows could not start the Subversion Apache on Local Computer(djproduct.blogspot.com)

submitted by djProductdjProduct(50) 2 years, 7 months ago

FIXED: Windows could not start the Subversion Apache on Local Computer The Error: Windows could not start the CollabNet Subversion Apache on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 1. read more...

add a comment |category: |Views: 30

tags: another

Using the ResolveUrl method inside your class library Business Logic(djproduct.blogspot.com)

submitted by djProductdjProduct(50) 2 years, 7 months ago

Using the ResolveUrl method inside your class library Business Logic Layer (BLL) Getting around passing HttpContext.Current to your business logic layer, or BLL. The Problem: You want to use handy methods like ResolveUrl inside your Business Logic Layer (BLL) which is a class library. You don't want to reference System.Web or any .Net framework library beneath the System.Web subsystem inside your BLL libraries. read more...

add a comment |category: |Views: 64

tags: another

Check Validator - An ASP.NET Validator Control(adamtibi.net)

submitted by djProductdjProduct(50) 3 years, 9 months ago

Thanks! Just what I needed. read more...

add a comment |category: |Views: 20

tags: another