joejoejoejoe

Stories submitted by friends of joejoejoejoe

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

tags: another

Say Goodbye to NAnt and MSBuild With IronRuby(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 1 month ago

Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! read more...

add a comment |category: |Views: 651

tags: another

A Visual Look At The LINQ SelectMany Operator(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 2 months ago

An inside look at how SelectMany works, along with visuals to help you more easily understand it. read more...

add a comment |category: |Views: 468

tags: another

An Overview Of System.Collections.Generic(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 2 months ago

A look at the different collection types in the System.Collections.Generic namespace. read more...

add a comment |category: |Views: 16

tags: another

.NET 4.0 And Our Parallel Future(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 3 months ago

A look at .NET 4.0 Parallel features, and how we can use LINQ to make them even easier to use. read more...

1 comment |category: |Views: 511

tags: another

Bundler Part 2 - ASP.NET Integration(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 3 months ago

A look at the Bundler Framework and how it could be integrated in with ASP.NET and ASP.NET MVC in order automate the process of minifying and combining JavaScript files. read more...

add a comment |category: |Views: 31

tags: another

Overloading Dynamic(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 4 months ago

What happens when language features collide? read more...

1 comment |category: |Views: 233

tags: another

It’s Okay To Write Unit Tests(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 6 months ago

A few simple reasons why you should be writing unit tests. read more...

add a comment |category: |Views: 377

tags: another

Using Accessibility Modifiers on Auto Properties(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 9 months ago

It may seem obvious to many, but yes, you can use accessibility modifiers on properties! read more...

3 comments |category: |Views: 12

tags: another

Reflecting Code Is Not A Perfect Science(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 9 months ago

Interesting when .NET Reflector creates code which executes different from the code written. read more...

add a comment |category: |Views: 339

tags: another

How Do You Deal With Exceptions?(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years ago

A little post on my ideas about handling exceptions within applications. How do you handle them? read more...

add a comment |category: |Views: 748

tags: another

Code Generation Should be the Nuclear Option(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years ago

So let me first just start off by saying: I do not like code generation. In certain cases I think it can help greatly, but many people are far too eager to jump to this solution. I don't think that there is anything particularly evil about the process of generating code, but I do feel like using code generation as a day to day tool is a very bad practice. Code generation should be the tool of last resort when there is no good way to cleanly implement a solution which doesn't require code to be spread out everywhere. read more...

5 comments |category: |Views: 322

tags: another

Static Method Interception in .NET with C# and Mono.Cecil(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years ago

Interested in Mono.Cecil? A very short introduction to a very cool and powerful tool. read more...

add a comment |category: |Views: 402

tags: another

Should We Solve Institutional Problems In Our Code?(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

Is it okay for us to solve deficiencies in our development teams with code? read more...

add a comment |category: |Views: 321

tags: another

5 Blogs ASP.NET MVC Developers Should Be Following(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

Everyone knows that Phil Haack, Rob Conery, Scott Hanselman, and Scott Guthrie all provide good ASP.NET MVC content on their blogs. I wanted to provide a list of excellent resources on ASP.NET MVC that are a little less well known. read more...

add a comment |category: |Views: 471

tags: another

File Uploads in ASP.NET MVC 1.0 RTM(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

I had not messed around with file uploads in ASP.NET MVC for a while and so when I fired up ASP.NET MVC 1.0 RTM I was pleasantly surprised to find out how easy they had made it! read more...

add a comment |category: |Views: 420

tags: another