Well let me tell you in advance I was not aware about HTML5 before my last project.Once I started digging I found that this is platform independent,having support of all browser latest version,light weighted and best for mobile application and other smart devices.This gives you advantage of not create two website one for browser and other for mobile and smart devices.
Now coming to technology front ,there are the following skill set you require to develop the portal based on HTML5:
-C# 4.0
-WCF
-HTML5
-CSS
-JQuery and there latest plugin
-SQL server
Whole application will have four part:
-HTML page using HTML5 tag(Developer can select HTML5 editor from VS2010 tools menu,which will support intellisense on HTML tag)
-service layer using WCF RESTful classes(this layer can be segregated into three layer:
1-Service class
2-Business class
3- DataAccess Class
Basically Service class method will be called in AJAX call using URI)
-JQuery (This rich scripting language provide all GUI control plugin,by using that plugin developer can render there UI at client end and the data get populated later.
-AJAX call to WCF RESTFul method(This AJAX call actually hit the service and send the request in different format like JSON,HTML and once the service call executed successfully it respond the data in JSON,HTML,text format.ONce Developer get the data ,it can rendered at client side without any delay.This methodology actually give end user a look and feel where he feels that everything is there on the click ...No postback.
In my next session I will throw some code piece here
Comments
Post a Comment
Please post your comments