Tuesday, August 27, 2013

Hybrid Mobile Application Development with Telerik’s Icenium & Kendo UI Mobile

Yesterday i attended the HOL session from Telerik, A very informative session it was.

The cenium enables you to use HTML5, CSS and JavaScript to develop, test, and publish applications that runs on IOS and Android.

The Application can be developed on the IDE that is Graphite, this can be downloaded and installed on your desktop. The alternative option for development is using MIST that can be opened on the Web browser.

Following are the Features supported by the IDE

1.IDE with Intellisense
2. Kendoui
3. Icenium
4. Cloud hosting
5 Version Control
6 TFS work item manager
7.Certificate Management
8.Live testing and troubleshooting on different devices


for more details you can visit there website 
http://www.icenium.com/

To download  Graphite : http://cdn.icenium.com/live/graphite/publish/setup.exe
For MIST http://app.icenium.com/mist

Soon i will be coming up with the Example of how to develop a simple mobile application using the new framework.




Monday, August 5, 2013

MVC 5 New Features


In software market people as still opting MVC 3 and MVC 4 in there respective projects, Microsoft is focused on improving the MVC framework. Now soon we will see MVC 5 in the market.

To give a brief overview of the new features that MVC 5
  1. Authentication filters : This filters will run prior to authorization filters in Asp.Net Pipeline and will help developers to specify authentication logic per-action,per-controller or at global level for all the controllers.
  2. Filter overrides: override filters specify a set of filter types that should not be run for a given scope [action or controller]
  3. ASP.NET Identity for authentication and identity management
  4. MVC template has been updated with Bootstrap to provide sleek and responsive  look and feel