Vocational Training Report Sumago Infotech, Nashik GOVERNMENT POLYTECHNIC, AURANGABAD (An Autonomous Institute of Government of Maharashtra) “PERSUIT FOR EXCELLENCE” SUBJECT “VOCATIONAL TRAINING” SUBMITED BY Mr.Rohit Santosh Pawar (Enrollment No - 187054) FOR SUMAGO INFOTECH GUIDED BY Prof. M.A.Dhaygude Prof. D. S. SONAWANE (HEAD OF THE DEPARTMENT) DEPARTMENT OF INFORMATION TECHNOLOGY ACADEMIC YEAR 2021-22 GOVERNMENT POLYTECHNIC, AURANGABAD (An Autonomous Institute of Government of Maharashtra) CERTIFICATE This is to certify that Mr. Rohit Santosh Pawar of INFORMATION TECHNOLOGY semester-VI having enrollment no 187054 has satisfactorily completed vocational training of 6 weeks in SUMAGO INFOTECH Pvt.Ltd Nashik for the academic year 2021-22. Mrs. Sonali Gorade Signature of Company CEO Prof. M.A.Dhaygude Signature of Guide Prof. J.P. Joshi Signature of Lecturer In-charge Prof. D.S.Sonawane Signature of Head of Dept. CONTENTS 1. INTRODUCTION TO VISUAL STUDIO IDE............................................ 1 INSTALLATION 1 ABOUT VISUAL STUDIO IDE 1 POPULAR PRODUCTIVITY FEATURES 2 2. SUMAGO INFOTECH PVT. LTD. ............................................................ 4 3. DAILY ROUTINE OF TRAINING ............................................................ 5 4. SQL ............................................................................................................... 6 5. TASKS COMPLETED ................................................................................. 8 6. IMPLEMENTATION… ............................................................................. 10 7. CERTIFICATE .......................................................................................... 15 8. CONCLUSION .............................................................................................22 9. BIBLIOGRAPHY… ..................................................................................... 23 1. INTRODUCTION TO VISUAL STUDIO IDE INSTALLATION Step 1: Check the system requirement, free up space, remove unneeded files and applications from your drive. Reboot the system. Step 2 : Download Visual Studio bootstrapper file. Step 3 : Run the bootstrapper file to install Visual Studio Installer. Step 4 : Choose “ASP.NET and Web Development” workload. Step 5 : Choose individual components (Optional). Step 6 : Install language packs. Step 7 : Select the installation location Step 8 : Choose the launch button to start developing with Visual Studio ABOUT VISUAL STUDIO IDE The Visual Studio integrated development environment is a creative launching pad that you can use to edit, debug, and build code, and then publish an app. An integrated development environment (IDE) is a feature-rich program that can be used for many aspects of software development. Over and above the standard editor and debugger that most IDEs provide, Visual Studio includes compilers, code completion tools, graphical designers, and many more features to ease the software development process. Visual Studio is available for Windows and Mac. Visual Studio for Mac has many of the same features as Visual Studio 2019, and is optimized for developing cross-platform and mobile apps. This article focuses on the Windows version of Visual Studio 2019. There are three editions of Visual Studio 2019: Community, Professional, and Enterprise. 1 POPULAR PRODUCTIVITY FEATURES Squiggles and Quick Actions Squiggles are wavy underlines that alert you to errors or potential problems in your code as you type. Code Cleanup With the click of a button, format your code and apply any code fixes suggested by your code style settings, .editorconfig conventions, and Roslyn analyzers. Code Cleanup helps you resolve issues in your code before it goes to code review. (Currently available for C# code only.) Refactoring Refactoring includes operations such as intelligent renaming of variables, extracting one or more lines of code into a new method, changing the order of method parameters, and more. IntelliSense IntelliSense is a term for a set of features that displays information about your code directly in the editor and, in some cases, write small bits of code for you. Search box Visual Studio can seem overwhelming at times with so many menus, options, and properties. The search box is a great way to rapidly find what you need in Visual Studio. Live Share Collaboratively edit and debug with others in real time, regardless of what your app type or programming language. Call Hierarchy The Call Hierarchy window shows the methods that call a selected method. 2 CodeLens CodeLens helps you find references to your code, changes to your code, linked bugs, work items, code reviews, and unit tests, all without leaving the editor. Go To Definition The Go To Definition feature takes you directly to the location where a function or type is defined. Peek Definition The Peek Definition window shows the definition of a method or type without actually opening a separate file. . 3 2. Sumago Infotech PVT. LTD. Sumago Infotech is a company established in Oct 2013. It has industry-specific software expertise in technology, healthcare, financial, media, manufacturing and many other sectors. This company specializes in offering Web Designing, Web Application Development, Mobile App Development, Software Development, Digital Marketing, Software Testing, Quality Assurance Services and many more. Sumago Infotech aspire to be the global sourcing choice of the world market and revolutionizes the way service processes function. To reach out to the common people across the globe and making Information Technology a tool for the “MASS” along with the tool for the “CLASS”. Creating innovative IT solutions and provide IT-enabled services to delight customers worldwide and build Relationships based on Trust, Values and Professionalism. Sumago Infotech has industry-specific software expertise in Technology, Financial, Healthcare, Media, Manufacturing, and many other sectors. The company specializes in offering Web Designing, Web Application Development, Mobile Application Development, Software Development, Digital Marketing, Software Testing, Quality Assurance services, and many more. We are a team of committed innovative, client-sensitive and experienced software professionals who always strive to deliver customized, cost- effective and long-term software solutions that complement our client's objective and result in a satisfied customer. At Sumago Infotech, We “Strive with Technology” to provide the most effective and affordable service that fulfills our customer’s needs and budget. We provide customized websites and software solutions that suit customer’s company objectives. We always keep involving our customers in an entire process starting from design through deployment, so that your ideas can be incorporateinto our work. After deploying website or software we keep working with you to provide continuous support. We also help to promote your businesses by our digital marketing services. Our focus is always on giving a quality product to a customer for which we design attractive websites, by combining creative strategies with innovative technology. 4 3. DAILY ROUTINE OF TRAINING The SUMAGO INFOTECH open at 9:00 AM every day. At the starting of every day they decide a schedule for their whole day. The time between 9:00 AM to 10:00 AM they accepts the project of new employees. After 10:00 AM they begin to train their subordinate and students that they have accepted for internship. Our timing was decided by the Centre Manager Mrs. Sonali Gorade that was on 10:00 AM. Our daily routine was as follows: Start timing : 10 AM From 10:00 to 11:00 AM : New concept that we should implement From 11:00 to 01:00 PM : To implement newly learned concepts. From 01:00 to 01:15 PM : Break. From 01:15 to 02:15 PM : Best way to implement new concept. End timing : 02:00 PM. This routing was fixed for every day including weekends. On every weekends all the employees are on holiday but some employees needs to come so that they can teach us and no holidays were given us will the training. At the end of eveyr weekend our guides given a miniproject that we should complete and must show them at the starting of every week i.e. Monday. This helped us to develop our programming skills and to get an experience that how we should work in real software companies. 5 4. SQL The Structured Query Language (SQL) is a language designed specifically for communication with databases. The data stored inside databases can be examined and manipulated by SQL commands. The Visual Studio can easily create a new database from within the IDE. 1) Make a new Forms Application in Visual Basic. 2) In the Solution Explorer window, right-click on the project icon and then choose Add => New Item to launch Add New Item dialog. 3) Select the Service-based Database icon, type ABCDatabase.mdf in the name field. Then, click the Add button. 4) Set up the new Database. 5) Edit the Code where you want to and then fire the query. Steps to connect Database 1) The first step involves the creation of a new project in Visual Studio. After launching Visual Studio, you need to choose the menu option New->Project. 2) The next step is to choose the project type as a Windows Forms application. Here, we also need to mention the name and location of our project. 3) Now add a button from the toolbox to the Windows form. Put the text property of the Button as Connect. 4) Now double click the form so that an event handler is added to the code for the button click event. In the event handler, add the below code. private void button1_Click(object sender, EventArgs e) { string connetionString; SqlConnection cnn; connetionString = @"Data Source=WIN-50GP30FGO75;Initial Catalog=Demodb;User ID=sa;Password=demol23"; 6 cnn = new SqlConnection(connetionString); cnn.Open(); MessageBox.Show("Connection Open !"); cnn.Close(); } 5) Click the Connect button. 7 5. TASK COMPLETED While training at SUMAGO INFOTECH we have performed many task, this task normally requires 1 day for us to complete. Task was given to us for explaining unique ideas about website, search the different website and find out the new technique or invotion andideas in the website. We can find the following: 1) Symbol of website which webpage is loading. 2) Shortcut link for contacting to develop. Ex- contact us, email, follow us, etc. 3) GPS, light, themes and dark theme. 4) Transparent webpage. 5) The background theme is change when we again and visit the website. There are following task that we have performed: Installation of Visual Studio 2017 or 2019 Learning components of Visual Studio The validation controls Creating Login page using multiple items Designing login page with .css file or by using <style> tag in asp.net Creating drop-down list for city selection Modify state and city according to country selection Designing location selection web-page using .css or <style> tag Background image Margin-top, margin-left(for location box_ Creating registration form using multiple attributes Creating registration form using multiple attributes with validation control 8 Designing registration form by using .css or by using <style> tag All input-box in one box and add scroll-bar to it 9 By using sessions connect webpages to each other Passing controls according to users selection Installation of XAMPP server to connect database to the project Installing MySQL Connect database to the project using XAMPP Connect and check id and passwords Install grid view in registration page and add database to it Perform select, delete, insert and update operations 6. IMPLEMENTATION 10 ‘ 11 12 7. CERTIFICATE 13 8. CONCLUSION In this way we have studied different programs and learned how to interact with a software company, and to deal with them. We have also learned validations of web pages. During this internship of six week in the SUMAGO INFOTECH PVT. LTD. Under the guidance of Mrs. Sonali Gorade the experience gained was very helpful for us for our future jobs and internships. 14 9. BIBLIOGRAPHY WEB REFERENCES https://w3schools.com https://getbootstrap.com https://www.sumagoinfotech.com https://visualstudio.microsoft.com 15 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 1 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY Introduction to Sumago infotech company. which programming language we need to for develop website. Introduction to different database. ----------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 16 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY ------------------------------------------------------------------------------------------------------------------ Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 2 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY Review of website that they have already created. With help of video they show us how work done at lab. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 17 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 3 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY Task was given to us for explaining unique ideas about website, search the different website and find out the new technique or Innovation and ideas In the website. Symbol of website which webpage is loading. Shortcut link for contacting to develop. Example – contacts, email, follow us. GPS, Light themes and Dark themes. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 18 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 4 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY - Task was given to us for explaining unique ideas about website, search the different website and find out the new technique or Innovation and ideas In the website. - We can find the following : Symbol of website which webpage is loading. Shortcut link for contacting to develop. Example – contacts, email, follow us. ------------------------------------------------------------------------------------------------------------Signature of Student Signature of Guide 19 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 5 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY To learn and revise the validation controls such as – • Required field validator. • Only number. • Only letters. • Email. • No – Symbols. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 20 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 6 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY - Creating login page using following items. Drop – down list for selecting admin login. Username and Password. Hide password text also login it using if – else. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 21 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 7 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY - Admin login page with .css file or by using <style> tag in asp.net here we used. Background image. Margine. Width – Height. Login – box(color,etc) Login page is in the central of the web page. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 22 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 8 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY Creating drop-drown list for city selection. Modify stats and city according to country selection. Here we included two countries and two states of each. Also included two cities of each state. So here we included there DDL and two button. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 23 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 9 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY Designing location selection web-page using css or <style> tag we used. Background image. Margin-top, margin-left,(for location box). Location box color. Margin-top, margin-left(for box). -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 24 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 10 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY - Creating registration form using following attributes with validation control. Name (only letter). Age (18+). Gender (select only one). Email (letter, digit and only @ symbol). -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 25 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 11 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY Designing registration form by using .css or by using <style> tag. Include all input-box in one box and add scroll-bar to it. Check all field are completed or not. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 26 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 12 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY By using sessions connect webpages to each other. If user logins then pass controls to location selection page while login button click. If user is new then pass control to registration page while signup button is click. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 27 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 13 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY Installation of XAMPP server to connect database to the project. Also install MySQL in your system. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 28 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 14 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY Connect database to the project using XAMPP. Connect to registration page and login page and compare it while login. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 29 Signature of Engineer In-charge Signature of Head of Dept. 6S503 GPA Vocational Training (VT) A) DAILY DAIRY FORMAT GOVERNMENT POLYTECHNIC, AURANGABAD Information Technology Engineering Department -------------------------------------------------------------------------------------------------VOCATIONAL TRAINING DAILY DAIRY -----------------------------------------------------------------------------------------------------------------Period of Vocational training ( 4 Weeks ) : From : 5th Aug 2021 to: 17th Sep 2021 Address of Industry / Site: Sumago Infotech Nashik DAY NO : 15 Date: --------------------------------------------------------------------------------------------------------------------OBSERVATIONS OF THE DAY Install grid view in registration page. Add database to it. Perform select, delete operations to the data in grid view. -------------------------------------------------------------------------------------------------------------- Signature of Student Signature of Guide 30 Signature of Engineer In-charge Signature of Head of Dept.