donfitz

Stories kicked by donfitz

12 ASP.NET MVC Best Practices(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 6 months ago

In this post Simone Chiaretta outlines a list of 12 best practices to use with ASP.NET MVC. read more...

add a comment |category: |Views: 848

tags: another

Free Code Similarity Finder - CopyPasteKiller(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years, 7 months ago

Free tool helps C# and VB.NET developers find large chunks of similar code so they can be refactored. read more...

add a comment |category: |Views: 474

tags: another

ASP.NET MVC UI Components (Continued) - Kazi Manzur Rashid(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 11 months ago

In my last post, two important issues are raised 1. The justification of having server side components for jQuery UI. 2. The style of syntax. The intension of my last post was to get the feedback of the type of syntax the ASP.NET MVC developer prefers, so I did not mention anything on the server side side integration, this might be the reason why few people were unable to find the benefits of this server side support. In this post, I will try to show few simple examples of the server side integration, lets say that you are creating a Task submit form, you can use the Slider as completed percent field instead of regular input field, like the following.... read more...

add a comment |category: |Views: 410

tags: another

The Greatest Exception Handling WTF?!? of All Time(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 11 months ago

The Exception object has ONE purpose and ONE purpose only – to represent a runtime error, nothing more. Exceptions should never be used for purposes for which they were not intended -- or you could end up with this monstrosity... read more...

4 comments |category: |Views: 1395

tags: another

Programming Asp.Net MVC by O'Reilly (devlicio.us)

submitted by daveschinkeldaveschinkel(1720) 3 years, 6 months ago

Well, it is about time we (Tim, Chris and myself) actually made this announcement. We will be doing a MVC book with O'Reilly titled 'Programming MVC'. We are super excited and super pumped to get this out the door. All three of us are huge fans of the MVC framework and know that this is framework going to be smashing success. read more...

add a comment |category: |Views: 399

tags: another

What if your contact form fails?(jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 6 months ago

Did you ever think about it? Someone types the message, clicks on send and gets the error message like "Something went wrong. Sorry...". Ok, what now? How TF can I send you a message? Read in this article. read more...

1 comment |category: |Views: 257

tags: another

Functional .NET 4.0 - Tuples and Zip(codebetter.com)

submitted by stribnystribny(225) 3 years, 6 months ago

F# vs .NET 4.0 read more...

1 comment |category: |Views: 380

tags: another

Testing is hard but debugging just sucks A$$(devlicio.us)

submitted by JemmJemm(9604) 3 years, 6 months ago

"At the users group I asked the question to the group 'who creates automated tests as part of their daily development cycle?'. After I asked this question I followed it up with, and if you don't WHY, WHY, WHY, WHY...... Below are some of the answers I received (btw, not the first time I have heard these reasons)." read more...

1 comment |category: |Views: 366

tags: another

How to Use the Facebook Developer Toolkit 2.0(socialsnippets.com)

submitted by bkonbkon(210) 3 years, 6 months ago

The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let's go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy! read more...

1 comment |category: |Views: 391

tags: another

MVC: TextBoxFor(u => u.Name) - Unleash the power(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 6 months ago

I figured I'd share my implementation of something Chad and Jeremy talked about: the TextBoxFor control. Now I don't know exactly how they implemented their version, and mine just provides the necessary basis to get started, but hopefully it'll help people bake some of this goodness within their own code. read more...

add a comment |category: |Views: 880

tags: another