Me on mountain

Martyn Kilbryde

Full time professional developer specialising in eCommerce systems and ASP.NET.

Recent Commits

Created a basic XML product repository and a sample product Now lists products and links through showing product information.

 

Cleaned up the generation of URLs so now the slug part is created in the manager and the URL itself is done via MVC and the routing rules (which will be configurable in the future)

 

The XML category repository is more complete now. Fills in attributes and sub-category data

 

Working on the XML reader for categories

 

Moved around some properties in the category models Fixed XML file for homepage

 

Started adding an XML category repository so some decent dummy data can be added

 

MVC 4 and Mobile Support

I have been doing a lot of work on my ASP.NET MVC web platform, as well as doing work on nopCommerce v2. The more I use ASP.NET MVC then the more I love it.

Within the next few months I will be moving over some high traffic ecommerce stores onto my platform, and some of these have mobile versions. My plan has been to setup a seperate copy of the web project but with very lightweight views. This would mean they could sit on the same data layer and I have no need to do much in terms of programming.

This was until I read the release notes for ASP.NET MVC 4:

http://www.asp.net/learn/whitepapers/mvc4-release-notes

Definitely worth a read, but the point I am concentrating on here is having mobile support built in. This would make deployment and management of the websites much easier when it’s all handled in the same application. I would just need to utilise the display modes and add the views into the same project.

I’ve not had time to actually experiment with MVC 4 yet, but it’s looking promising.

mvcasp.net
Posted by: makit
Last revised: 18 May, 2012 12:05 PM

Comments

No comments yet. Be the first!

Your Comments

Used for your gravatar. Not required. Will not be public.
Posting code? Indent it by four spaces to make it look nice. Learn more about Markdown.

Preview