djProduct

Stories kicked 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

Changing the Data Template for the Currently Selected Item(codingcontext.wordpress.com)

submitted by MicahMicah(220) 3 years, 7 months ago

Change a Data Template for the Currently Selected Item in a Listbox read more...

add a comment |category: |Views: 30

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

Setting the Initial Focus in WPF(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 3 years, 11 months ago

This post shows how to use the FocusManager to set the initial focus instead of calling Focus in the Loaded event handler. read more...

add a comment |category: |Views: 35

tags: another

More than Just MVC for WPF(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

This article shows some problems you can find when using the MVC in WPF for a large project. The article describes how one can use the Mediator Pattern together with the MVC to fix such issues... read more...

add a comment |category: |Views: 36

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

Crazy talk: Inline scripting and code-behind(blog.wekeroad.com)

submitted by jongallowayjongalloway(4380) 4 years, 7 months ago

Rob Conery says it's time to reconsider inline script in ASP.NET. read more...

2 comments |category: |Views: 14

tags: another