Tag: Development

Community

MVC WebGrid Helper

(Oscar Garcia) If you are using Razor views and need to build a grid to show data, you can leverage the WebGrid HTML helper. This helper can let us build a grid with several features like custom styles, sorting, paging and AJAX reload.

Community

What’s Important in UI Design

(Peter Vogel) In a recent article, Billy Hollis argued that “user interface design is no longer optional” and pointed out that many UI design decisions were driven by the construction of the human eye. And that’s certainly true — but those decisions only kick in after you’ve made a whole bunch of o

Community

Oh my god, VB.NET idiosyncrasies…

(luisabreu) While I was catching up on my blog roll, I’ve noticed that my friend Alberto ended up being surprised by another nitpick difference between C# and VB.NET which does not help the programmer which needs to be proficient in both languages. Here’s the culprit code (in VB.NET and then in C#):