Jun
13
2010
0

Server or Client based Grid?

Html helpers are Server based. I needed a Grid Component and tried the Grid component from MvcContrib. The first impression was good but I needed extensive Ajax support and I made the mistake to add ajax functionality to that grid myself. Did some recompiles of the MvcContrib library and voila I have a Grid component that understands Ajax.

Further in de project I needed more Ajax support on several hooks in the MvcContrib Grid and I was not able to get this right. Where I went stuck was on a point where I clicked on a row on the Master Grid and the Detail Grid had to be updated with an Ajax call.

That’s why I was looking for a Component with a more natural Ajax support and jqGrid does this thing very well. Yes its a step back in programming style its all about Javascript with jQuery, but it does this job surprisingly very well.

There is a shift going on from Server based programming to Client based. Javascript Components serve this purpose very well. If they can be used with jQuery you can build very powerful sites.

So here is my advice, if you need extensive Ajax support on your pages don’t look and don’t use any server based component but go for the jQuery plug-ins.
jQuery has very good Ajax support and in combination with the jQuery plug-ins you are on the winning team :-)

Written by admin in: Uncategorized |
Apr
14
2010
0

VS 2010 Launched !

Visual Studio 2010 is launched :-) I just have downloaded the Ultimate version.  I will create a Windows 7 VHD en install VS 2010 on it and then create my first VS 2010 MVC2 / EF4 Project.

Eh.. update, the project was already started and the Developer has developed it with Ling To Sql and VS2008 so I will work on that Project with VS2008 and MVC2.

Written by admin in: VS2010 |
Mar
25
2010
0

Release date VS2010

Microsoft Visual Studio 2010 and .Net Framework 4.0 launches on April 12. This is with the new MVC2 Architecture and EF4, but not with code-only. Code-only for EF4 will be released later.

Written by admin in: VS2010 |
Mar
24
2010
0

MVC

This Blogging site will mainly be used for information of the MVC Architecture of Microsoft.

Written by admin in: MVC |

Copyright (c) - Herman van der Blom