Error!
Success!

By tag: CodeThinked

showing:  of
0
kicks

How Do You Deal With Exceptions?  (Unpublished)

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


Kicked By:
Drop Kicked By:
0
kicks

Code Generation Should be the Nuclear Option  (Unpublished)

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 cod...


Kicked By:
Drop Kicked By:
0
kicks

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

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


Kicked By:
Drop Kicked By:
0
kicks

Introduction to Mixins For the C# Developer  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Should We Solve Institutional Problems In Our Code?  (Unpublished)

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


Kicked By:
Drop Kicked By:
0
kicks

Ditching the Micro-Optimization Fetish  (Unpublished)

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-optimiz...


Kicked By:
Drop Kicked By:
0
kicks

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

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.


Kicked By:
Drop Kicked By:
0
kicks

Do We Create Type Systems In Dynamic Languages?  (Unpublished)

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


Kicked By:
Drop Kicked By:
0
kicks

File Uploads in ASP.NET MVC 1.0 RTM  (Unpublished)

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!


Kicked By:
Drop Kicked By:
0
kicks

Heisenberg And Lambdas  (Unpublished)

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!


Kicked By:
Drop Kicked By:
0
kicks

Beginning Mocking With Moq 3 - Part 4  (Unpublished)

into to mocking using moq libary, part 4


Kicked By:
Drop Kicked By:
0
kicks

To Inject Or Not To Inject  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Beginning Mocking With Moq 3 - Part 2  (Unpublished)

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


Kicked By:
Drop Kicked By:
0
kicks

Beginning Mocking With Moq 3 – Part 1  (Unpublished)

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


Kicked By:
Drop Kicked By:
0
kicks

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

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...


Kicked By:
Drop Kicked By: