Stories recently tagged with 'CodeThinked'

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

Introduction to Mixins For the C# Developer(codethinked.com)

submitted by dwhittakerdwhittaker(13.1k) 3 years ago

If you are a C# developer then you may keep hearing about all the cool kids from Smalltalk, Ruby, Python, Scala using these crazy things called mixins. read more...

add a comment |category: |Views: 413

tags: another

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

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month 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

Ditching the Micro-Optimization Fetish(codethinked.com)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

Seems like today is the day for performance optimization talks: in String.Empty, in calls to ActionLinks, in high-performance IoC containers. But people sometimes miss the point that these are micro-optimizations: thanks God Justin tries to bring a bit of sanity in this geeky world of micro-optimization read more...

1 comment |category: |Views: 254

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

Do We Create Type Systems In Dynamic Languages?(codethinked.com)

submitted by nkoharinkohari(1310) 3 years, 1 month ago

Justin Etheredge examines whether home-grown type systems appear in large projects written with dynamic languages. read more...

add a comment |category: |Views: 7

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

Beginning Mocking With Moq 3 - Part 4(codethinked.com)

submitted by jcoffmanjcoffman(370) 3 years, 1 month ago

into to mocking using moq libary, part 4 read more...

add a comment |category: |Views: 151

tags: another

Heisenberg And Lambdas(codethinked.com)

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

How can we tell if an object is going to leak? We can't hold a reference to it, since that will cause it to stick around. So how can we get a reference which isn't a reference? Well, we get a weak reference! read more...

add a comment |category: |Views: 343

tags: another

To Inject Or Not To Inject(codethinked.com)

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

The benefits of Dependency Injection are very hard to see when only dealing with very simple examples. I tried to come up with an example that is simple enough to fit in a blog post, but is able to show the benefits of using Dependency Injection. read more...

4 comments |category: |Views: 529

tags: another

Beginning Mocking With Moq 3 - Part 2(codethinked.com)

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

Beginners introduction to mocking using the recently released Moq 3 framework. read more...

1 comment |category: |Views: 234

tags: another

Beginning Mocking With Moq 3 – Part 1(codethinked.com)

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

A intro to mocking using the newly release Moq 3 framework. read more...

4 comments |category: |Views: 451

tags: another

Spiff Up Your ASP.NET MVC Form With jQuery(codethinked.com)

submitted by joe.feserjoe.feser(115) 3 years, 3 months ago

Since many people who are being introduced to ASP.NET MVC are being simultaneously introduced to jQuery I felt like I’d give you a quick introduction to a few jQuery plug-ins that will help you make better forms. But most importantly make your forms better without you really having to do too much to them. read more...

add a comment |category: |Views: 306

tags: another

Today I've Realized How Far We Have To Go(codethinked.com)

submitted by deanweberdeanweber(230) 3 years, 3 months ago

A call to climb on the shoulders of giants within the software develeopment industry. read more...

add a comment |category: |Views: 451

tags: another