hi-techito.blogspot.com
WPF Architecture | Hi-Tech ITO Technical Forum
http://hi-techito.blogspot.com/2012/05/wpf-architecture.html
Monday, 21 May 2012. To know more about the WPF, one must have a clear idea about the architecture of WPF. The architecture of WPF is Actually multilayered architecture. It spans across Three layers - Managed Code and Unmanaged Code Core operating system, we can call thesis set of layers have built up assemblies That The Entire framework. The major components of WPF are illustrated in Figure below. The public API is only Exposed via this layer. Majority of WPF is in managed code. Directly interface is to...
hi-techito.blogspot.com
Progress Dialog | Hi-Tech ITO Technical Forum
http://hi-techito.blogspot.com/2011/11/import-android.html
Wednesday, 23 November 2011. Import android.app.Activity;. Import android.app.ProgressDialog;. Import android.content.pm.ActivityInfo;. Import android.os.Bundle;. Public class ProgressDialogActivity extends Activity {. Called when the activity is first created. */. Public void onCreate(Bundle savedInstanceState). SetRequestedOrientation(ActivityInfo.SCREEN ORIENTATION USER);. SetContentView(R.layout.main);. ProsetProgressStyle(ProgressDialog.STYLE HORIZONTAL);. ProsetMessage("Loading data.");. Watermark ...
hi-techito.blogspot.com
Polynomial equations in excel | Hi-Tech ITO Technical Forum
http://hi-techito.blogspot.com/2012/07/polynomial-equations-in-excel.html
Monday, 30 July 2012. Polynomial equations in excel. Polynomial equations in excel: Download Polynomial Formula Excel. You all must be thinking what a topic for a software professional. After a long time I had put a depth efforts to build one excel formula to get polynomial equation value. I have taken following reference Material:. 3rd Order Polynomial Trendline. Equation: y = (c3 * x 3) (c2 * x 2) (c1 * x 1) b. C3: =INDEX(LINEST(y,x {1,2,3}),1). C2: =INDEX(LINEST(y,x {1,2,3}),1,2). 1) B2:B9 is x axis.
hi-techito.blogspot.com
July 2012 | Hi-Tech ITO Technical Forum
http://hi-techito.blogspot.com/2012_07_01_archive.html
Monday, 30 July 2012. Polynomial equations in excel. Polynomial equations in excel: Download Polynomial Formula Excel. You all must be thinking what a topic for a software professional. After a long time I had put a depth efforts to build one excel formula to get polynomial equation value. I have taken following reference Material:. 3rd Order Polynomial Trendline. Equation: y = (c3 * x 3) (c2 * x 2) (c1 * x 1) b. C3: =INDEX(LINEST(y,x {1,2,3}),1). C2: =INDEX(LINEST(y,x {1,2,3}),1,2). 1) B2:B9 is x axis.
hi-techito.blogspot.com
June 2011 | Hi-Tech ITO Technical Forum
http://hi-techito.blogspot.com/2011_06_01_archive.html
Wednesday, 29 June 2011. 1) Support for record and playback and ability to edit scripts after recording. Also different recording modes are provided in QTP viz. 2) Support for different addins like Java, Oracle, SAP, .NET, Web Forms, Siebel, PeopleSoft, Web services, Main frame. 3) Ability to let you enhance the existing tests even without the AUT (Application under test) through active screen. 6) It comes with loads of inbuilt properties and methods in QTP as well as inbuilt functions in VBScripts.
hi-techito.blogspot.com
Basic Object-Oriented Concepts | Hi-Tech ITO Technical Forum
http://hi-techito.blogspot.com/2011/06/basic-object-oriented-concepts_20.html
Monday, 20 June 2011. How People Understand Technology. How People Approach Object-Oriented Technology. Object-Oriented Terms and Concepts. Classes, Metaclasses, Parameterized Classes, and Exemplars. Black Boxes and Interfaces. Object Coupling and Object Cohesion. How People Understand Technology. How People Approach Object-Oriented Technology. It is not surprising, therefore, that there is some confusion regarding object-oriented terms and concepts. In this article, we will provide the reader with w...
hi-techito.blogspot.com
July 2011 | Hi-Tech ITO Technical Forum
http://hi-techito.blogspot.com/2011_07_01_archive.html
Tuesday, 12 July 2011. If you go through ASP.NET MVC 3.0 framework then you will find two frequently used collection of data object which used to pass data between control and views and partial views. as both are doing similar functionality but has some difference in that , so today , I would like to put some difference of those and interoperability of that . 160; V/s . It is dictionary of name/value pair collection. It is dynamic type object. This features exist since 1. Friday, 8 July 2011.
hi-techito.blogspot.com
The Changing Paradigm of Testing Industry | Hi-Tech ITO Technical Forum
http://hi-techito.blogspot.com/2011/07/changing-paradigm-of-testing-industry.html
Friday, 8 July 2011. The Changing Paradigm of Testing Industry. Opening the event with a keynote session, Arun Kumar Singh,. Vice President and Global Head Testing ,Financial Services, Wipro, threw some light on the importance of testing in today's business and tried to forecast where testing will go in years ahead. He spoke about 1.0, 2.0 and 3.0 phases of software testing. Http:/ www.siliconindia.com/shownews/The Changing Paradigm of Testing Industry-nid-85744.html. Posted by Saritha S P. Reproduce Iss...
hi-techito.blogspot.com
ViewBag v/s ViewData | Hi-Tech ITO Technical Forum
http://hi-techito.blogspot.com/2011/07/viewbag-vs-viewdata.html
Tuesday, 12 July 2011. If you go through ASP.NET MVC 3.0 framework then you will find two frequently used collection of data object which used to pass data between control and views and partial views. as both are doing similar functionality but has some difference in that , so today , I would like to put some difference of those and interoperability of that . It is dictionary of name/value pair collection. It is dynamic type object. This features exist since 1. Release of ASP.NET MVC. To check out this h...