Answered by:
custom framework

Question
-
hi
i want to create a my own custom framework by utilizing the features.
i have to develop this framework for such an enterprise which deals much transactions.
how this framework could be most plugable, maintainable, scaleable and most optimizeable.
share your experiences please?
uch
maifs
Friday, December 28, 2012 6:51 AM
Answers
-
Hi Mehmood,
I think the question you asked is quite general and large-scoped :)
Since you post the question in this forum, I assume you'd like to build the application framework through Windows Store html+javascript project. Then, I would recommend you first take a look at the following free book which is really good for developers who want to build windows store app with HTML5 + javascript. YOu will be able to get many ideas about the entire architecture and programming interfaces provided by the windows runtime and the html5+javascript specific framework:
#Free ebook: Programming Windows 8 Apps with HTML, CSS, and JavaScript (First Preview)
http://blogs.msdn.com/b/microsoft_press/archive/2012/06/04/free-ebook-programming-windows-8-apps-with-html-css-and-javascript-first-preview.aspx
Then, before you start building your own application framework or components, try exploring and getting familar with the built-in javascript project templates (for windows store app dev) in Visual Studo 2012. Those pre-defined projecgt templates will help generating some simple code framework (such as page navigation and layout management...) which follows the best practice of windows store app design and development.#JavaScript project templates for Windows Store apps
http://msdn.microsoft.com/en-us/windows/apps/hh758331.aspx
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Edited by Steven Cheng - MSFTModerator Monday, December 31, 2012 7:22 AM
- Marked as answer by Song Tian Tuesday, January 8, 2013 5:24 AM
Monday, December 31, 2012 7:18 AMModerator
All replies
-
Hi Mehmood,
I think the question you asked is quite general and large-scoped :)
Since you post the question in this forum, I assume you'd like to build the application framework through Windows Store html+javascript project. Then, I would recommend you first take a look at the following free book which is really good for developers who want to build windows store app with HTML5 + javascript. YOu will be able to get many ideas about the entire architecture and programming interfaces provided by the windows runtime and the html5+javascript specific framework:
#Free ebook: Programming Windows 8 Apps with HTML, CSS, and JavaScript (First Preview)
http://blogs.msdn.com/b/microsoft_press/archive/2012/06/04/free-ebook-programming-windows-8-apps-with-html-css-and-javascript-first-preview.aspx
Then, before you start building your own application framework or components, try exploring and getting familar with the built-in javascript project templates (for windows store app dev) in Visual Studo 2012. Those pre-defined projecgt templates will help generating some simple code framework (such as page navigation and layout management...) which follows the best practice of windows store app design and development.#JavaScript project templates for Windows Store apps
http://msdn.microsoft.com/en-us/windows/apps/hh758331.aspx
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Edited by Steven Cheng - MSFTModerator Monday, December 31, 2012 7:22 AM
- Marked as answer by Song Tian Tuesday, January 8, 2013 5:24 AM
Monday, December 31, 2012 7:18 AMModerator -
Steven thanks for replying to my thread.
I just confused about JavaScript/j Query. I mean how things could be most dynamic as we know it is not a strongly typed nor True OPP nor fully Data structures support nor even custom generics/templates.
It supports but with partial features not fully.
maifs
- Edited by Mehmood Ahmed Tuesday, January 1, 2013 1:34 PM
Tuesday, January 1, 2013 1:33 PM