Best Six Weeks Training in ASP.NET,JAVA,PHP in Kharar,Mohali,Chandigarh-Live Currency Convertor AppBest Six Weeks Training in ASP.NET,JAVA,PHP in Kharar,Mohali,Chandigarh-Live Currency Convertor App
Best Six Weeks Training in ASP.NET,JAVA,PHP in Kharar,Mohali,Chandigarh-Live Currency Convertor App
Best Six Weeks Training in ASP.NET,JAVA,PHP in Kharar,Mohali,Chandigarh-Live Currency Convertor App
Best Six Weeks Training in ASP.NET,JAVA,PHP in Kharar,Mohali,Chandigarh-Live Currency Convertor App

Live Currency Convertor App - Best Six Weeks Training in ASP.NET,JAVA,PHP in Kharar,Mohali,Chandigarh

Following coding has been done by Amardeep Singh, who has received training from our company. We are very particular about minute things like naming conventions, proper releasing of heap allocated handles and memory, and also about the use of OOPS programming constructs like enums, const, static qualifiers. Our trainees exhibit all these features in their code. A high quality code always keeps a developer ahead of others. We can cite hundreds of instances where students trained by us have received appreciation letters from their employers. This is possible because of the overall development of a trainee not as a coder but also as a skilled organiser. You too can join us and benefit from our training methodology.

About Amardeep Singh

Amardeep SinghHis areas of interest are .NET Development for Desktop Apps, Android Development, Android Social Networking Apps, C++, Database Administration, JAVA Web Development, Javascript and JQuery, Oracle Database, PHP CMS Systems, PHP Scripting, Software Selling and Marketing, Software Training, SQL Server Database, SQLite Database, Web Designing, Web Development in ASP.NET, Website Administration, etc., He likes Programming. And this what he has to say about himself: I am a programming addict..

Synopsis

This code calls a live webservice from http://www.webservicex.net/ and shows how to convert one currency to another. It uses two dropdowns to display the currencies. These currencies are derived from the enums as generated in the WebReference stub. Once these currencies populate the dropdowns, then a call is made to the 'CurrencyConvertor' function. The result is displayed in the label. In the code shown we demonstrate how to convert USD to INR - the indian currency.

Language

C# with Desktop

Database

Microsoft SQL Server

IDE

Microsoft Visual Web Developer Express

Video on this Code

Framework Classes

Enum, Page

Code Sample

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace MyCurrencyConvertorApp
{
    public partial class Default : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                ddlFrom.DataSource = Enum.GetValues(typeof(myref.Currency));
                
                ddlTo.DataSource = Enum.GetValues(typeof(myref.Currency));
                
                ddlFrom.DataBind();
                ddlTo.DataBind();
            }
        }

        protected void btnConvert_Click(object sender, EventArgs e)
        {
            myref.CurrencyConvertor cc = new myref.CurrencyConvertor();

            myref.Currency currencyFrom = 
                (myref.Currency)Enum.Parse(typeof(myref.Currency), ddlFrom.SelectedValue);

            myref.Currency currencyTo =
                (myref.Currency)Enum.Parse(typeof(myref.Currency), ddlTo.SelectedValue);

            double iRate = cc.ConversionRate(currencyFrom, currencyTo);

            lblConversion.Text = 
                String.Format("1 {0} = {1} {2}", currencyFrom, iRate, currencyTo);
        }
    }
}

User Reviews

Best Six Weeks Training in ASP.NET,JAVA,PHP in Kharar,Mohali,Chandigarh-Live Currency Convertor App Reviewed by Tripti Singh on. Five Stars for Android, PHP and DOTNET Trainings. Rating: 4.94. I have had a very productive experience at Hoven both in VC++ and ASP.NET ... Developing a project was no less than a dream for me but they were materialized in this very institute ... and I am looking forward to developing more projects.
Tripti Singh,
NIIT Noida

Useful Links

Six Month Industrial Training - Saving Time | Six Month Industrial Training - Syllabus | Six Month Industrial Training - Types | Six Month Industrial Training in DOTNET in Chandigarh | Six Month Industrial Training in JAVA in Chandigarh | Free Six Month Industrial Training in Chandigarh | Six Month Industrial Training in Chandigarh | .NET Training in Chandigarh | Companies Providing 6 Months Industrial Training in Chandigarh | Training for 6 Months in Chandigarh | Java Company in Chandigarh | Best Institute for Java in Chandigarh | Java Training in Chandigarh | Industrial Training in JAVA in Chandigarh | Industrial Training in Android in Chandigarh | PHP Training in Chandigarh | Six Month Industrial Training in PHP in Chandigarh | Six Months Industrial Training in PHP in Chandigarh | Industrial Training in PHP | Best PHP Training in Chandigarh | PHP Training Chandigarh | PHP Training in Chandigarh Mohali | Industrial Training in Chandigarh for 6 Months | Industrial Training in Chandigarh for Six Months | Industrial Training in Chandigarh for Six Months, Six Weeks | Industrial Training | Industrial Training in Chandigarh in MNCs | Summer Training Chandigarh | 6 Months Industrial Training in Chandigarh for Free | 6 Weeks Industrial Training in Chandigarh | 6 Month Industrial Training in Chandigarh | Industrial Training in Chandigarh IT Park | Industrial Training in Chandigarh | Free Industrial Training for MCA in Chandigarh | Six Week C++ Training by Professionals in Kharar | Hoven's Youtube Channel
Average Attendee Evaluation*
5 Stars:
 
72%
4 Stars:
 
26%
3 Stars:
 
2%
2 Stars:
 
0%
1 Star:
 
0%

I am Hoven Trained

Best Six Weeks Training in ASP.NET,JAVA,PHP in Kharar,Mohali,Chandigarh-Live Currency Convertor AppThe experience I gained at Hoven was enriching. It enabled me to develop talents which I never knew that I possessed. It brought me into contact with experienced developers and guides with an astounding amount of knowledge and personal experience. I was suddenly brought down from an ivory tower into something very much like the "real world." Finally, these valuable experiences helped me advance along the path to self-realisation.
Roop Kamal kaur
C++ Developer
*Last one year
Hoven's Video Tutorials
Using NetBeans with MySQL

>> More Video Tutorials by Hoven

Find us on Google+