- Видео 7
- Просмотров 30 601
Nishan Tec
Шри-Ланка
Добавлен 8 авг 2022
Welcome to our IT educational RUclips channel!
Our channel is dedicated to providing you with the latest and most up-to-date information on everything related to information technology. We cover a wide range of topics, from programming and software development to cybersecurity and networking.
Our team of experts includes experienced developers, cybersecurity professionals, and network engineers who are passionate about sharing their knowledge and expertise with others. We use a variety of teaching methods, including coding tutorials, practical demonstrations, and real-life examples to help you learn and understand complex concepts.
Our goal is to help you become a proficient and skilled IT professional by providing you with the tools, skills, and knowledge you need to succeed. Whether you're a beginner or an experienced IT professional, we have something for you.
Join our community, Subscribe to our channel, and let's start this journey together!
Our channel is dedicated to providing you with the latest and most up-to-date information on everything related to information technology. We cover a wide range of topics, from programming and software development to cybersecurity and networking.
Our team of experts includes experienced developers, cybersecurity professionals, and network engineers who are passionate about sharing their knowledge and expertise with others. We use a variety of teaching methods, including coding tutorials, practical demonstrations, and real-life examples to help you learn and understand complex concepts.
Our goal is to help you become a proficient and skilled IT professional by providing you with the tools, skills, and knowledge you need to succeed. Whether you're a beginner or an experienced IT professional, we have something for you.
Join our community, Subscribe to our channel, and let's start this journey together!
How to Install JDK And Android Studio in Tamil
To install the Java Development Kit (JDK) on your computer, you can follow these steps:
Download the JDK: You can download the JDK from the official Oracle website (www.oracle.com/java/technologies/javase-downloads.html). Make sure to choose the appropriate version for your operating system (Windows, Mac, or Linux).
Run the installer: Once the download is complete, run the JDK installer. Follow the prompts to install the JDK on your computer.
Set the JAVA_HOME environment variable: After installing the JDK, you'll need to set the JAVA_HOME environment variable on your computer. This tells other programs where to find the JDK. To do this:
On Windows: Go to Control Panel -- System -- Advanced S...
Download the JDK: You can download the JDK from the official Oracle website (www.oracle.com/java/technologies/javase-downloads.html). Make sure to choose the appropriate version for your operating system (Windows, Mac, or Linux).
Run the installer: Once the download is complete, run the JDK installer. Follow the prompts to install the JDK on your computer.
Set the JAVA_HOME environment variable: After installing the JDK, you'll need to set the JAVA_HOME environment variable on your computer. This tells other programs where to find the JDK. To do this:
On Windows: Go to Control Panel -- System -- Advanced S...
Просмотров: 2 640
Видео
Introduction to visual basic in Tamil ( Part - 03) Output types and Variables Explained
Просмотров 950Год назад
Explain About variables ? Variables are a fundamental concept in programming, including VB.net. A variable is simply a name or identifier that is used to store a value or a piece of data in memory, so it can be referenced and manipulated throughout the program. In VB.net, variables are declared using the "Dim" keyword followed by the variable name and the data type that it will hold. For exampl...
Introduction to visual basic in Tamil ( Part - 02) Toolbox explained
Просмотров 3,8 тыс.Год назад
Learn the fundamentals of programming with Visual Basic in Tamil (sometimes called Visual Basic .NET or VB.NET). What is Toolbox? In Visual Basic .NET (VB.NET), a toolbox is a window in the integrated development environment (IDE) that contains a set of controls that you can use to design your user interface. To access the toolbox in VB.NET, you can do the following: Open the Visual Studio IDE....
How to Create a Basic Calculator in VB.Net ( Tamil Full Tutorial )
Просмотров 1,4 тыс.2 года назад
Here is the Create a Basic Calculator in VB.Net ! In this video, I'll show you how to create and code your Basic Calculator. If you have any questions, be sure to comment them down below and I'll get back to you ASAP! * This video is 24 minutes but you can play in 2x speed :-) Basic Add Coding Dim a, b, c As Integer a = No1.Text b = No2.Text c = a b No3.Text = c Any thoughts or suggestions are ...
Create a basic form in visual basic ( Tamil )
Просмотров 3,4 тыс.2 года назад
Learn the fundamentals of programming with Visual Basic in Tamil (sometimes called Visual Basic .NET or VB.NET). This video shows you how you can create a simple form in VB.NET
Introduction to visual basic in Tamil ( Part - 01)
Просмотров 17 тыс.2 года назад
Learn the fundamentals of programming with Visual Basic in Tamil (sometimes called Visual Basic .NET or VB.NET). What is Visual Studio? A quick look at the best features Visual Studio has to offer. Developers are all about code navigation, debugging, testing, code completion, and collaboration. Keep watching this video series to learn more
how to install visual studio in Tamil
Просмотров 9562 года назад
In this video, we will see Download and Install Visual Studio IDE Community 2022 on Windows. Visual Studio 2022 version 17.2 Visual Studio Community 2022 is a free, fully featured, and extensible IDE for individual developers, open source projects, education, and academic research. You can create applications for Android, iOS, Windows, and the web. Microsoft Visual Studio is an integrated devel...