tryfailretry

Stories submitted by tryfailretry

Performing Static Page Checking in MVC(dimecasts.net)

submitted by tryfailretrytryfailretry(90) 2 years, 8 months ago

Taking a look at how you can setup Static Type checking within your ASP.Net MVC web project. Having static checking is a great asset as it can reduce the chances of run time errors due to refactoring. Static checking will also allow the compiler to verify all your strongly typed objects are being called correctly. read more...

add a comment |category: |Views: 203

tags: another

Learning the State Pattern(dimecasts.net)

submitted by tryfailretrytryfailretry(90) 3 years ago

Taking a look at how you can use the State Pattern in your applications to solve design issues. The State pattern is designed to allow you to create a way to reset or change how an object will act when its state is changed. By utilizing this pattern you can cleanly and easily setup your application to be state away and be able to make decisions based on the given state read more...

add a comment |category: |Views: 29

tags: another

Learning Hudson: Setting up a simple build(dimecasts.net)

submitted by tryfailretrytryfailretry(90) 3 years ago

Taking a look at how to setup the Hudson build server for our application. Start off by showing how simple it is to install Hudson and then walk through various configuration points in the server and end up by creating a simple build which pulls from SVN and runs our Nant script read more...

add a comment |category: |Views: 51

tags: another