kberridge

Stories kicked by kberridge

Project anti-pattern: Many projects in a Visual Studio Solution File(lostechies.com)

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

I've been hearing from several colleagues about how their Visual Studio solution files have many (i.e. more than 10, and usually more than 30 -- in one case, more than 100!). So far, none of them have been able to give me any good explanation for why this is and most of them hate it but they can't change it because their architect/lead/whatever won't let them. I'm hoping that by getting the discussion going on this in the greater community, we can try to discourage everyone from having lots of projects in a solution. read more...

add a comment |category: |Views: 477

tags: another

Why arrays start at 0(codebetter.com)

submitted by kberridgekberridge(65) 3 years, 11 months ago

A short overview of where [0] comes from read more...

add a comment |category: |Views: 25

tags: another

Dependency Inversion(kevin-berridge.blogspot.com)

submitted by kberridgekberridge(65) 4 years ago

A brief description of Dependency Inversion and a discussion of the downsides read more...

add a comment |category: |Views: 4

tags: another

Bug Reports(kevin-berridge.blogspot.com)

submitted by kberridgekberridge(65) 4 years, 1 month ago

A quick post on writing easy and descriptive Bug Reports read more...

add a comment |category: |Views: 0

tags: another

Easter Egg in the VS 2008 Installer?(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 years, 1 month ago

I can't reproduce it, but I'm pretty sure I saw an easter egg when installing Visual Studio 2008. read more...

4 comments |category: |Views: 21

tags: another

Pash - cross platform PowerShell(igorshare.wordpress.com)

submitted by jessejesse(100) 4 years, 1 month ago

Pash is a portable PowerShell implementation written using pure .Net 2.0. It compiles on VS 2008 as well as on Mono. Provide a rich shell environment for other OSes, as well as a hostable scripting engine for rich applications. The user experience should be seamless for people who are used to PowerShell on Windows. read more...

add a comment |category: |Views: 26

tags: another

TFS Source Control(kevin-berridge.blogspot.com)

submitted by kberridgekberridge(65) 4 years, 1 month ago

A description of some issues with TFS's Source Control system read more...

add a comment |category: |Views: 26

tags: another

Stored Procedures vs. Ad-Hoc (yet again yawn)(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 1 month ago

Inspired by Chris Love's Things I Hate About NET post http://www.dotnetkicks.com/aspnet/Things_I_Hate_About_NET I respond to his love of (yech) Stored Procedures. read more...

add a comment |category: |Views: 15

tags: another

Stop creating custom delegate types!(lostechies.com)

submitted by jazzman007jazzman007(170) 4 years, 1 month ago

If you declare even a single delegate type in your code (and you're using .NET 3.5), stop and make sure there isn't already an Action or Func delegate that works for you. read more...

add a comment |category: |Views: 16

tags: another

.NET structs(kevin-berridge.blogspot.com)

submitted by kberridgekberridge(65) 4 years, 1 month ago

Some interesting insight into structs in .NET read more...

3 comments |category: |Views: 2

tags: another

Returning a proper case string in .Net(west-wind.com)

submitted by mklinkermklinker(20) 4 years, 1 month ago

A very short succinct snippet on how to title case a string. read more...

add a comment |category: |Views: 28

tags: another

Ioc and DI(kevin-berridge.blogspot.com)

submitted by kberridgekberridge(65) 4 years, 1 month ago

Inversion of Control and Dependency Injection, how and why? read more...

add a comment |category: |Views: 0

tags: another