IanCooper

Stories submitted by IanCooper

Upgrading to the new version of Subversion and Tortoise(codebetter.com)

submitted by IanCooperIanCooper(225) 3 years, 10 months ago

If you use Subversion this is a great article about what you need to do to upgrade to the latest version. read more...

add a comment |category: |Views: 25

tags: another

Psake a- Powershell based build tool(codebetter.com)

submitted by IanCooperIanCooper(225) 3 years, 10 months ago

James Kovacs debuts a Rake inspired build tool based on powershell. The sweetspot here is that it could bring the functionality already in powershell into the build process. Still at almost a POC stage, but worth looking at. read more...

add a comment |category: |Views: 209

tags: another

TDD/DDD and LINQ to SQL(iancooper.spaces.live.com)

submitted by IanCooperIanCooper(225) 4 years, 11 months ago

How developers preferring TDD or DDD can work with LINQ to SQL and to what extent LINQ to SQL can be considered persistence ignorant. read more...

add a comment |category: |Views: 417

tags: another

Understanding Viewstate(weblogs.asp.net)

submitted by IanCooperIanCooper(225) 5 years, 2 months ago

Ever wanted to really understand viewstate and how you can reduce its cost and idiosyncracies. Hopefully, this is the last viewstate article yhou will ever need. read more...

3 comments |category: |Views: 22

tags: another

Are we using properties when we really want fields(theserverside.net)

submitted by IanCooperIanCooper(225) 5 years, 4 months ago

We have gotten used to preferring a public property to a public field and many standards consider public fields incorrect. But why? read more...

1 comment |category: |Views: 0

tags: another