IanCooper

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

Showing some support for LINQ to SQL(codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 10 months ago

Great article detailing why LINQ to SQL deserves some attention particularly if you buy into the object oriented style of development or are currently working with an ORM such as NHibernate. read more...

add a comment |category: |Views: 248

tags: another

Architecting Linq to SQL, part 10 (codebetter.com)

submitted by terrbleterrble(1665) 3 years, 10 months ago

What Ian Cooper would like to see in the next version read more...

add a comment |category: |Views: 32

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

More testing code than production code is typical, but fine(codebetter.com)

submitted by HaackedHaacked(5105) 5 years, 2 months ago

Jeremy Miller of CodeBetter blogs writes that you may end up with more unit test code than production code, but that's fine. Remember, production code is way harder to write than test code. Test methods are each isolated units that don't have dependencies on each other, like production methods do. read more...

add a comment |category: |Views: 3

tags: another

DotNetKicks to be Open Sourced(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 2 months ago

As the community on DotNetKicks.com has grown in size over the past year, I have received received many offers of help with adding features and many requests for the source code. Due to other top secret commitments, I have recently not had as much time as I would have liked to continue the development of DotNetKicks.com. A discussion on DotNetKicks last week re-highlighted the issue of feature stagnation (the community is continuing to grow just fine). We are in the business of solving problems, and the best solution here is to open source the project. I had planned to release some code this past weekend, but some of the current dependencies include code that I don't wish to release. I am currently refactoring the dependencies, and I will be able to release some code very soon. Please shout it from the roof tops, we need all the contributers we can get. read more...

4 comments |category: |Views: 5

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

Deconstructing LINQ to SQL (Part 1)(mtaulty.com)

submitted by gosergoser(140) 5 years, 2 months ago

This article describes how LINQ is implemented in CLR types. Second part is here: http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2007/03/16/9159.aspx read more...

add a comment |category: |Views: 2

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

WaitHandles for the confused(philiprieck.com)

submitted by jasper22jasper22(1320) 5 years, 6 months ago

Confused about WaitHandles? Sure you are. For one, they have the word "Event" on them.. Are they events? Do they call delegates?. For another, what's this "Reset" action, and why would I want to do it manually? And lastly, what does the documentation mean when it says "Signaled" and "Nonsignaled"? In project [codename] you see a good number of calls to WaitHandle-derived objects , both AutoReset and ManualReset. As the interaction can be somewhat complex, it can be difficult to decipher what is going on. Hopefully this simplified example will help clear things up. read more...

add a comment |category: |Views: 7

tags: another

Channeling Ruby in C# 3.0(derekslager.com)

submitted by derekslagerderekslager(420) 5 years, 7 months ago

Using C# 3.0 features to emulate some of Ruby's "magic". read more...

add a comment |category: |Views: 2

tags: another

SQL Refactor from Red Gate - FANTASTIC!(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 7 months ago

From Red Gate Software : "We've just released a public beta of SQL Refactor. SQL Refactor is an Add-In to Microsoft Management Studio. Therefore you must have Management Studio installed. SQL Refactor’s features are available from the Management Studio menus, which can access both SQL Server 2000 and SQL Server 2005." read more...

1 comment |category: |Views: 5

tags: another

Google Code Search - Fun With Comments(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

There is more to Google Code Search then just a code! Try searching for comments! read more...

add a comment |category: |Views: 5

tags: another

Rediscover .Net with Boo(gaech.blogspot.com)

submitted by gaechgaech(1240) 5 years, 7 months ago

This article provides sample of using Boo. BooFlickr is a fast Flickr browser. read more...

add a comment |category: |Views: 34

tags: another