http://jclaes.blogspot.com/
Name: http://jclaes.blogspot.com/
Score: 1,435.09
Last Seen: 433 days, 8 hours, 54 minutes ago
Member Since: 2 November, 2009
DotNetShoutout
atom rss
3
Shouts

ASP.NET MVC4 Installer is incompatible with Microsoft .NET Framework 4.5

published 449 days, 14 hours, 23 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 457 days, 8 hours, 15 minutes ago
Monday, February 27, 2012 9:47:43 AM GMT Sunday, February 19, 2012 3:55:37 PM GMT
I tried installing ASP.NET MVC4 beta today, but seconds into the installation the WebPI already halted the process. (more)
category: Web Dev | clicked: 36 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC 4, ASP.NET MVC4 beta
3
Shouts

Book review: Working with NHibernate 3.0

published 465 days, 7 hours, 21 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 468 days, 3 hours, 56 minutes ago
Saturday, February 11, 2012 4:49:46 PM GMT Wednesday, February 08, 2012 8:14:35 PM GMT
It's been a while since I wrote my last book review, mostly because I'm still trying to figure out when it adds value to write one. For this one it was pretty obvious, there are far too little reviews out there. Being new to NHibernate, and NHibernate being known as having a steep learning curve, I thought it would be a good idea to do some reading. Searching for books on NHibernate 3.0... (more)
category: Architecture | clicked: 26 | comment | | source: jclaes.blogspot.com
tags: Entity Framework, NHibernate, Data Access
2
Shouts

Testing DI bootstrappers

published 470 days, 5 hours, 48 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 470 days, 16 hours, 2 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Monday, February 06, 2012 8:08:20 AM GMT
While your Dependency Injection bootstrappers - being responsible for gluing your application together - are a vital part of your application, they are seldom put under test. I don't see any reason why they shouldn't be though. The cost of these tests is negligible, definitely if you compare it to the cost of the often catastrophical outcome of bugs in your bootstrappers. (more)
category: Web Dev | clicked: 25 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, Ninject, Unit Test, unit testing
3
Shouts

How Wikipedia uses HTML5 to save bandwidth

published 480 days, 5 hours, 56 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 488 days, 4 hours, 7 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Thursday, January 19, 2012 8:03:55 PM GMT
Something I hadn't noticed until recently is that Wikipedia tries to use the browser's native SVG support to render certain images. For example, if you search for a high resolution image of your country's flag, you will probably end up viewing an SVG. Next to being able to scale to an arbitrary size without suffering data loss, the SVG data format allows images to be far more compact. Basically, SVG is just XML, which also means ... (more)
category: Web Dev | clicked: 56 | comment | | source: jclaes.blogspot.com
tags: SVG, html5
4
Shouts

Autocorrecting unknown actions using the Levenshtein distance

published 488 days, 1 hour, 35 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 492 days, 8 hours, 45 minutes ago
Thursday, January 19, 2012 10:35:12 PM GMT Sunday, January 15, 2012 3:25:19 PM GMT
This weekend I prototyped an idea I had earlier this week: autocorrecting unknown actions in ASP.NET MVC. (more)
category: Web Dev | clicked: 20 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, Routing, url, Algorithm
3
Shouts

An approach to mobile support in ASP.NET MVC

published 492 days, 12 hours, 16 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 495 days, 3 hours, 51 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Thursday, January 12, 2012 8:19:20 PM GMT
I have been spending a decent amount of time working on a side project in ASP.NET MVC lately. From the start, I planned on supporting mobile. There are lots of ways you can use or extend ASP.NET MVC to support mobile. Having tried several, I can say they all have their merits, and the solution that will work for you very much depends on your requirements. In this post I will run you over the implementation that worked for me, for my specific requirements. (more)
category: Web Dev | clicked: 39 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, Mobile, ASP.NET
3
Shouts

2011's most read posts

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 521 days, 5 hours, 20 minutes ago
Saturday, December 17, 2011 6:50:23 PM GMT
I compiled a list of most popular posts that were published on this blog in 2011. Unlike last year, and the year before that, this year it's not a strict top five list. While analyzing the statistics, I found out that a few topics -covered over multiple posts - were popular this year. (more)
category: Web Dev | clicked: 12 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, anonymous types, websockets, html5
2
Shouts

When should you take performance into consideration?

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 541 days, 7 hours, 9 minutes ago
Sunday, November 27, 2011 5:01:52 PM GMT
Before publishing my previous post on rewriting an if, I knew some people would hate it, because the refactored construct is less performant. Although I think performance is important, relevant performance improvements are, apart from in tight loops, hardly ever to find in language constructs. To put it more bluntly, they are a waste of time. (more)
category: Architecture | clicked: 12 | comment | | source: jclaes.blogspot.com
tags: Refactoring, Performance, clean code
2
Shouts

Rewriting an if

published 542 days, 19 hours, 45 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 544 days, 3 hours, 51 minutes ago
Saturday, November 26, 2011 4:25:17 AM GMT Thursday, November 24, 2011 8:19:48 PM GMT
Rethinking the way of rewriting an if with multiple similar conditions. (more)
category: Architecture | clicked: 51 | 1 comment | | source: jclaes.blogspot.com
tags: if-statement, Refactoring, C#
2
Shouts

Programming for the future of mobile

published 556 days, 20 hours, 48 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 559 days, 2 hours, 39 minutes ago
Saturday, November 12, 2011 3:22:30 AM GMT Wednesday, November 09, 2011 9:31:57 PM GMT
I have been working on something small on the side lately. I hardly have anything to show for it though, most of it is still being shaped in my head. Anyhow, a very important part of the front-end is built using jQuery mobile. Although the framework hasn't been released - release candidates are available though -, it's something you should start looking into today. Why? Because the browser is the future of mobile applications. With the Flash and Silverlight bombs that were dropped today, I am even mo... (more)
category: Web Dev | clicked: 64 | 3 comments | | source: jclaes.blogspot.com
tags: jQuery-mobile, Windows Phone 7, jQuery, Mobile
6
Shouts

The gift of legacy

published 559 days, 9 hours, 20 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 567 days, 11 hours, 34 minutes ago
Wednesday, November 09, 2011 2:50:27 PM GMT Tuesday, November 01, 2011 12:36:52 PM GMT
Just after graduating, I hated legacy with the heat of a thousand suns. I felt unfortunate, having to work on old code, built using outdated technologies, while software is all about making new and shiny things. Right, guys? Those naïve expectations of a rookie got crumbled very soon. Legacy is a constant in our industry. You can try to ignore it as long as possible, but it's impossible to keep that up forever. Over the years, I have come to accept that. I even have been fully embracing it lately. ... (more)
category: Agile | clicked: 23 | 2 comments | | source: jclaes.blogspot.com
tags: legacy
2
Shouts

Viewmodel extractors in ASP.NET MVC

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 582 days, 5 hours, 44 minutes ago
Monday, October 17, 2011 6:27:05 PM GMT
Last week, I wrote something on assembling viewmodels in ASP.NET MVC. In that post, I said it would be nice to have a layer between my controller and my domain services that would assemble viewmodels for me. This would work one-way. In the other direction - from controller to domain services - I would just take a piece of my composite viewmodel and pass that directly to my domain services. Well, that last part didn't really work out eventually. I found it hard to find real-world scenarios where I cou... (more)
category: Web Dev | clicked: 15 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, ViewModel, Architecture
2
Shouts

Viewmodel assemblers in ASP.NET MVC

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 587 days, 5 hours, 51 minutes ago
Wednesday, October 12, 2011 6:19:41 PM GMT
Working on a new ASP.NET MVC side-project, I have the luxury to experiment with new technologies, but also with different patterns and naming conventions. Something which bugged me in a previous project was that we made our service layer return viewmodels. It worked rather well because the service layer in our MVC project was just another layer between the real domain services - where most of its work was creating viewmodels from domain objects or translating viewmodels into domain objects, so they c... (more)
category: Web Dev | clicked: 12 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, ViewModel, domain services, MVC
2
Shouts

Ninjecting MVC3

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 597 days, 4 hours, 15 minutes ago
Sunday, October 02, 2011 7:55:42 PM GMT
Dabbling with a new MVC3 side-project, I chose Ninject to handle dependency injection. The creative project name might have something to do with that decision. So far, I am really impressed. Setting up Ninject is a breeze, and the framework does a really good job of not getting in your way. In this post, I will walk you through a simple MVC3 project using Ninject. (more)
category: Web Dev | clicked: 9 | comment | | source: jclaes.blogspot.com
tags: Ninject, MVC 3, dependency injection
3
Shouts

Building small things

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 611 days, 9 hours, 25 minutes ago
Sunday, September 18, 2011 2:45:39 PM GMT
Due to the nature of things we build in our day to day job, writing software can wear out even the most fit of us. Most software jobs make you constantly deal with complexity. The amount of things which can lead to a complex software project are immense. A poor first design, and failure to redesign. External dependencies.. (more)
category: Agile | clicked: 0 | 1 comment | | source: jclaes.blogspot.com
4
Shouts

Recursively spawning Web Workers

published 670 days, 4 hours, 32 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 670 days, 10 hours, 27 minutes ago
Thursday, July 21, 2011 7:38:07 PM GMT Thursday, July 21, 2011 1:43:56 PM GMT
I like to think of HTML5 Web Workers simply as 'threading for the Web'. The fun quirk here is that you can start a worker that recursively spawns.. (more)
category: Web Dev | clicked: 14 | 1 comment | | source: jclaes.blogspot.com
tags: webworkers, html5
3
Shouts

Simple sorting in JavaScript

published 674 days, 15 hours, 33 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 679 days, 5 hours, 2 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Tuesday, July 12, 2011 7:08:53 PM GMT
In this post some of the simple sorting algorithms are implemented in JavaScript: bubble sort, insertion sort and selection sort. (more)
category: Web Dev | clicked: 16 | 3 comments | | source: jclaes.blogspot.com
tags: algorithms, SORTING, JavaScript
6
Shouts

No more regions on implementing interface

published 687 days, 15 hours, 56 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 693 days, 6 hours, 52 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Tuesday, June 28, 2011 5:18:28 PM GMT
Something that has been irritating me tremendously lately, is that when I implement an interface using Visual Studio all the members of that interface get surrounded by a region. After poking around in the C# Text Editor options a little while, I found the switch that enables that behaviour. (more)
category: Web Dev | clicked: 33 | comment | | source: jclaes.blogspot.com
tags: Visual Studio, Tools, Tips
2
Shouts

Checking for anonymous types

published 730 days, 18 hours, 29 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 731 days, 8 hours, 2 minutes ago
Sunday, May 22, 2011 5:42:02 AM GMT Saturday, May 21, 2011 4:08:42 PM GMT
Because I blogged about anonymous types last month, I thought following extension method would also make an interesting post. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: jclaes.blogspot.com
tags: anonymous types, Reflection, Compiler
3
Shouts

My first jQuery plugin: jRoll

published 737 days, 19 hours, 41 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 738 days, 8 hours, 8 minutes ago
Sunday, May 15, 2011 4:29:37 AM GMT Saturday, May 14, 2011 4:02:41 PM GMT
With transitioning to ASP.NET MVC, I see our JavaScript codebase increasing exponentially. And this is a big win, unless we fail to keep that codebase maintainable. We mainly rely on jQuery to do our DOM manipulations, so it's only logical for us to abstract those manipulations into reusable jQuery plugins. So today, I wrote my first jQuery plugin and named it jRoll. jRoll jRoll is a plugin that finds all the (external) links in a jQuery object, and replaces the value of the href attribute with ... (more)
category: Web Dev | clicked: 1 | comment | | source: jclaes.blogspot.com
Previous 1 2 3 4 5 Next