bitwisejp

Stories submitted by bitwisejp

Focus on fun and step into freedom in your career(blog.jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 3 years, 2 months ago

A blog post that should be able to get people motivated to start working for the right reasons again. read more...

add a comment |category: |Views: 7

tags: another

The Dark Side Of Declaritive DataBinding(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

The first article in a series that will discuss the pitfalls of the traditional declaritive databinding approaches that are touted at many demos/presentations etc. Over the course of the series, techniques and practices will be introduced to allow for more confidence and robustness in your databinding scenarios. read more...

add a comment |category: |Views: 5

tags: another

Handling Dynamic Business Rules(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

Short intro, that discusses the topic of how to manage business rules that can change in the domain layer. read more...

add a comment |category: |Views: 311

tags: another

Validation In The Domain Layer - Take Two(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

A continuation on how to perform validation in the domain layer. This article discusses moving validation onto a layer supertype, so that all domain objects have validation at their disposal. read more...

add a comment |category: |Views: 71

tags: another

Automating Your Builds With NAnt - Part 8 (CruiseControl)(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

Ever wondered how to go about setting up a repository and a cruise control installation to automate the building of your project? Check out this commercial-free, 1hr screencast that demonstrates from start to finish, how you place your code under version control and how you can get an automated build process working with Cruise Control .Net. read more...

1 comment |category: |Views: 113

tags: another

The IHttpHandler and IHttpModule Interfaces (jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

Take a look at how you can utlize these powerful, yet highly underused interfaces to solve problems that people often solve by unecessarily building full blown web pages. read more...

add a comment |category: |Views: 1

tags: another

Unlock files/folders with ease(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

Ever been developing a web app, and you wanted to delete a folder but you couldn't because some process had a lock on it. Instead of hunting down and manually trying to determine what process is maintaining the lock; you can utilize Unlocker to remove the lock for you without any guessing required!! read more...

add a comment |category: |Views: 5

tags: another

Applied Test Driven Development For Web Applications - Part 1(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

In this series of articles you will learn about how to go about practically applying Test Driven Development to the creation of a moderately complex web application. During the process you will learn all sorts of new and interesting techniques that you can take with you and apply to the development of your own web applications. read more...

1 comment |category: |Views: 77

tags: another

Enhancing Images using the Decorator Design Pattern(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Ever looked for a practical, meaningful use for the decorator pattern. This article will show how you apply the Decorator pattern to change the look of images at runtime. read more...

add a comment |category: |Views: 9

tags: another

Automating Your Builds With NAnt - Part 7(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Learn how to use NAnt to automate the deployment of an ASP.Net web application. read more...

1 comment |category: |Views: 75

tags: another

Handling Drop Down Lists in Web Pages With Model View Presenter(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Take a look at the way that drop down lists in web pages can be manipulated and controlled from outside of the code behind files, using the model view presenter pattern. Source code included. read more...

add a comment |category: |Views: 35

tags: another

TDD By Example - Money(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Learn how to use TDD to drive out a simple scenario. Creating a custom type to encapsulate money. If you find yourself using decimals a lot to represent money in your application, then get started building a first class type that encapsulates the rules for you. In the process, learn how using TDD can help you drive out the functionality in small testable pieces. read more...

1 comment |category: |Views: 594

tags: another

Validation In The Domain Layer - Take One(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Take a look at one strategy for performing rich validation in the domain layer of your application. And learn how effective use of generics and dependency injection can provide you with flexible validation scenarios that can be context based. read more...

add a comment |category: |Views: 33

tags: another

NAnt Starter Series(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

A series of articles that will walk you through the layout of your project directory, compiling your projects and test projects with NAnt, as well as dealing with multi-developer scenarios (regarding databases). read more...

add a comment |category: |Views: 52

tags: another

Automating Your Builds With NAnt - Part 6(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Learn interesting ways to deal with the database in a multi-developer, continuous integration environment. You will learn how to be able to quickly rebuild the database from the command line, as well as deal correctly with managing scripts between mulitple developers with differering machine configurations. read more...

add a comment |category: |Views: 22

tags: another

Automating Your Builds With NAnt - Part 5(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Learn how to automate the running of unit tests against your application so that you can get quick feedback regarding the health of the codebase. read more...

add a comment |category: |Views: 26

tags: another