Showing posts with label Video TuTorials. Show all posts
Showing posts with label Video TuTorials. Show all posts

C# Programming Tutorials In Urdu Intermediate Level



What is C# ?

C# is a multi-purpose, simple, modern, general-purpose, object-oriented programming language that is a suitable for a wide variety of development needs. C# is developed by Microsoft within its .NET initiative led by Anders Hejlsberg.
C# is mostly used to develop Windows Applications. Microsoft Visual Studio which is developed by Microsoft, is the best Environment to Develop Applications for Windows.


C# programming language is very much based on C and C++ programming languages, so if you have some basic understanding of these two languages then it will be fun to learn C#.
These Tutorials take you through various advanced concepts related to C# programming language, because these Tutorials is specially made for Advance level of audience which already knows the working and Syntax of C#.

Learn C# Lecture-Wise Here:

Please mention, If you’ve found any issue with below links.




01- Introduction to Visual C#.

02- Write a simple C# Program.

03- Datatypes and Arithmetic Operators.

04- C# If else statement.

05- Switch Statement.




06- Conditional Operator.

21- How to move Listbox item up and down In Urdu (Video 5).

22- create complex UI layouts using GroupBox control.

23- Adding Validations to Data entry forms.

24- How to mix C# And VB.NET codes in a solution.

25- C#/VB.NET Difference between Build, ReBuild and Clean Commands.




26- how to move to next textbox when user presses "Enter" Key

27- Restricting users to enter specific information in data entry forms.

28- (1/2) C# Printing with PrintPrivewDialog & PrintDocument Controls.

29- (2/2) C# Printing with PrintPrivewDialog & PrintDocument Controls.

30- How to create custom Project and Item Templates.




Next Tutorials Will Be Uploaded Soon.


Share:

Assembly Programming Tutorials in Urdu

Assembly programming, Assembly programming tutorial, Assembly programming tutorials in urdu, Assembly programming in urdu hindi, Assembly programming tutorial for beigneers, Assembly programming tutorials in hindi, assembly, assembly tutorials, assembly lectures, assembly language course, assembly programming complete course.
An assembly language abbreviated asm, is a low-level programming language for computer or any other programmable devicein which there is a very strong correspondence between the language and the architecture's machine code instructions. Each assembly language is specific to a particular computer architecture.
Most high-level programming languages are generally portable across multiple architectures but requires interpreting or compiling. Assembly code is converted into executable machine code by a program called assembler.

Watch Complete Assembly Language Tutorial in Urdu.



Lecture 01:   Introduction to Assembly Language.

Lecture 02:   Introduction to Registers.

Lecture 03:   Types of registers.

Lecture 04:   Addressing modes mov instruction interrupt and ASCII.

Lecture 05:   Program structure, syntax and program to print single character.

Lecture 06:   Install DosBox MASM LINK & Run Assembly Program.

Lecture 07:   Program to print name with characters.

Lecture 08:   Program to take input a character from user.

Lecture 09:   Program to add two numbers.

Lecture 10:   Program to subtract two numbers.

Lecture 11:   Program to input two numbers and add them.

Lecture 12:   Program to convert Capital letter to small.

Lecture 13:   Variables, data types, offset and lea.

Lecture 14:   print two strings on two different lines, Linefeed, Carriage return.

Lecture 15:   Loop, Label, Inc and Program to print 0 to 9.

Lecture 16:   Program to print capital letters from A to Z using loop.

Lecture 17:   Flag Register Carry parity Auxiliary zero sign trap interrupt direction.

Lecture 18:    jump, unconditional jump, conditional jump and compare cmp.

Lecture 19:   Program to print the input number is equal or not.

Lecture 20:   Array, dup and source index register.

Lecture 21:   Program to print an array using loop.

Lecture 22:   String, Program to input a string.

Lecture 23:   stack, push, pop and example program of push and pop.

Fell Free To Contact me if you have any Query.


Share:

Java in Hindi/Urdu Advance

java tutorial in hindi, app programming, programming courses, java tutorial, learn java, learn java online, java learning online, learn java programming, how to learn java, java learning, java programming tutorial, java for beginners, java tutorial for beginners, java programming for beginners, java course, learning java programming, java programming, java basics, core java tutorial, java programming course, java online course, how to learn java programming, java class, how to learn java, learn java in urdu/hindi.
Learn Java Programming in Urdu/Hindi. This Tutorial series is made by Sir Vikas Chandra Pandey Which is the most popular teacher on YouTube regarding the Programming Languages. Vikas Pandey made the tutorials on C, C++, Java and other languages in Urdu/Hindi. These video tutorials give the basic and advance concepts of all programming language and every topic is briefly explained. These Tutorials are very helpful for students which want to learn programming online. Learn all topic of Java from basic to advance from below.

Please mention, If you’ve found any issue with Below video links.


01- Introduction to Java

02- Features of Java 

03- Basic Concepts of Object Oriented Programming

04- How to Set Java Path

05- How to Set Path in Java Windows 10

06- Basic Structure of a Java Program

07- Data Types in Java

08- Java Virtual Machine

09- Public static void main(String args[]) in Java Explanation

10- System.out.println in Java Explanation

11- Compiling and Running a Java Program

12- A Simple Java Program

13- Getting Input from User in Java

14- Decision Making and Branching in Java

15- If Statement in Java

16- If Else Statement in Java

17- Nested If statement in Java

18- Else If Ladder in Java

19- Switch Statement in Java

20- Conditional Operator in Java

21- While Statement in Java

22- Do While Statement in Java

23- For Statement in Java

24- Nesting of For Loops in Java

25- Jumps in Loops in Java

26- Labeled Loops in Java

27- Defining Class in Java

28- Creating Objects and Accessing Class Members in Java

29- Program with Multiple Classes in Java

30- Constructors in Java

31- Default Constructor in Java

32- Parameterized Constructor in Java

33- Method Overloading in Java

34- Static Members in Java

35- Static Methods in Java

36- Nesting of Methods in Java

37- Inheritance in Java

38- Single Inheritance in Java

39- Multilevel Inheritance in Java

40- Hierarchical Inheritance in Java

41- Methods Overriding in Java

42- Abstract Methods and Classes in Java

43- Final Variable Methods and Classes in Java

44- Interface in Java

45- Extending & Implementing Interfaces in Java

46- Multiple Inheritance Using Interface in Java

47- Arrays in Java

48- Super Keyword in Java

49- Calling Super Class Constructors Using 'Super' Keyword

50- Introduction to Packages in Java

51- Access Modifiers in Java

52- Creating and Using Packages in Java

53- Creating Package Inside Another Package in Java

54- Example Program for Creating and Using Packages in Java

55- Threads in Java

56- Multithreading in Java

57- Creating Threads in Java

58- Creating Threads by Extending Thread Class in Java

59- Life Cycle of a Thread in Java

60- Exceptions Handling in Java

61- Catching Invalid Command Line Arguments in Java

62- Nested Try Statements in Java

63- Creating Threads by Implementing Runnable Interface

64- Strings in Java

65- String Concatenation in Java

66- Comparing Two Strings using compareTo() Method in Java

67- Sorting Strings Alphabetically using compareTo() Method

68- Comparing Strings using equals() & equalsIgnoreCase()

69- StringBuffer Class in Java with Example

70- CharAt() and setCharAt() in Java

71- Delete() and deleteCharAt() Method in Java

72- Insert() & append() Method in Java

73- Applets in Java

74- Installing and Enabling Java Plugin to Run Java Applets in Browser

75- Configuring Java Control Panel to Run Local Java Applets in Browser

76- Running Java Applet using Web Browser and Applet Viewer

77- Using the Status Window in Java Applet

Fell Free To Contact me if you have any Query.

Share:

Learn Java in Urdu/Hindi Basic

learn java, learn java in hindi, learn java in urdu, java programming tutorials. java programming language, java programming tutorials, java tutorials, learn java programming, java tutorialsA Guide to Start Programming in Java:

There are many IDEs (Integrated Development Environment) out there for Java. The one I use is JCreator because it has a very nice interface, uses very little memory and is extremely easy to use. This article will guide you through all the steps needed to start programming in Java.


Download and Install the Java SDK

This is the Java compiler meaning this will enable your computer to compile and run Java programs, compared to the JRE (Java Runtime Environment) which allows you to run Java programs but not compile them. The file is quite large (60 megabytes) so it may take a while to finish downloading; installation is simple, just use all the defaults. The Java directory should be something like C:\Program Files\Java. Where ever you install it, make sure you remember!

Download JCreator

Downloading this may also take a while but it is dail-up friendly. I recommend downloading the most recent version of JCreator; however, some people may require you to use past versions. After you download, install with the default settings. Open up JCreator and go to Configure - Options. On the left, go to JDK Profiles and delete everything you see (if you see any). Click on New and go to the directory you installed the Java SDK. This will link the SDK with JCreator so it can actually start compiling.

Start a New Program

After all of this, you'll be able to start a new program. Don't be intimidated by JCreator's start page. I recommend you not read the tutorials they have; instead, find a step-by-step tutorial on the internet or follow this brief tutorial for the "Hello World" program. To make this, you'll need to create a new File. Go to File-New-File... Now, click on Main Class on the right side, leave everything else as is. Name the file "Hello" or something similar; however, remember the name including any capitalizations.

JCreator will automatically write some of the code needed to run the program. If you prefer a blank file, select Blank File during the instructions. In this case, leave it as it is and type "System.out.println("hello world");" in the brackets after "public static void main(String[] args)". It should look like this:

Now go to Build-Compile File in the menu. Then Build-Execute File. This will compile and execute the code which should display "hello world" at the bottom (or in a command prompt under previous versions of JCreator).
Congratulations, you've made your first program with JCreator!

About The Author


Elizabeth Diane is the creator of www.bestprogramminglaptop.com, a research based blog covering programming tips, laptop buying guide and laptop caring guide to help people. Want to know more? Follow her on Twitter.

Learn Java in Urdu Hindi. Watch Complete Tutorials and Learn Complete Java Language in Few Days.

Please mention, If you’ve found any issue with Below video links.

01- Setting up Java on your computer

02- First Program

03- More Explanation and Errors

04- Variables and Int datatype

05- Using Variables

06- More on Int and String Variable

07-  Operators

08- More On Operators

09- Boolean and Logical operators

10- More on Logical Operators

11- If Control Statement

12- For Control Statement

13- While Do-While Control Statement

14- Break Command

15- Switch-Case Control Statement

16- Class

17- Methods

18- Method Overloading

19- Command Line Arguments

20- Introduction to Arrays

21- Array and Memory address explanation

22- More on Arrays

23- Constructors

35- Thread

49- Array List

54- Stacks

55- Hashset

58- GUI

60- Applets

Feel Free To Contact me if you have any Query.

Share:

Adobe Photoshop CS4 Complete Tutorials in Urdu

Adobe Photoshop is a raster graphics editor developed and published by Adobe Systems for macOS and Windows.
Photoshop was created in 1988 by Thomas and John Knoll. Since then, it has become the de facto industry standard in raster graphics editing, such that the word "photoshop" has become a verb as in "to Photoshop an image," "photoshopping" and "photoshop contest", though Adobe discourages such use[citation needed]. It can edit and compose raster images in multiple layers and supports masks, alpha compositing and several color models including RGB, CMYK, Lab color space, spot color and duotone. Photoshop has vast support for graphic file formats but also uses its own PSD and PSB file formats which support all the aforementioned features. In addition to raster graphics, it has limited abilities to edit or render text, vector graphics (especially through clipping path), 3D graphics and video. Photoshop's featureset can be expanded by Photoshop plug-ins, programs developed and distributed independently of Photoshop that can run inside it and offer new or enhanced features.

Photoshop's naming scheme was initially based on version numbers. However, in October 2002, following the introduction of Creative Suite branding, each new version of Photoshop was designated with "CS" plus a number; e.g., the eighth major version of Photoshop was Photoshop CS and the ninth major version was Photoshop CS2. Photoshop CS3 through CS6 were also distributed in two different editions: Standard and Extended. In June 2013, with the introduction of Creative Cloud branding, Photoshop's licensing scheme was changed to that of software as a service rental model and the "CS" suffixes were replaced with "CC". Historically, Photoshop was bundled with additional software such as Adobe ImageReady, Adobe Fireworks, Adobe Bridge, Adobe Device Central and Adobe Camera RAW.
Alongside Photoshop, Adobe also develops and publishes Photoshop Elements, Photoshop Lightroom, Photoshop Express and Photoshop Touch. Collectively, they are branded as "The Adobe Photoshop Family". It is currently a licensed software.

Share:

Data Structures Complete Tutorials in Urdu

Data Structures Complete Tutorials in Urdu/Hindi. Watch All Lectures Here.










Share:

Adobe photoshop 7.0 Training In Urdu

Adobe Photoshop is a raster graphics editor developed and published by Adobe Systems for macOS and Windows.
Photoshop was created in 1988 by Thomas and John Knoll. Since then, it has become the de facto industry standard in raster graphics editing, such that the word "photoshop" has become a verb as in "to Photoshop an image," "photoshopping" and "photoshop contest", though Adobe discourages such use[citation needed]. It can edit and compose raster images in multiple layers and supports masks, alpha compositing and several color models including RGB, CMYK, Lab color space, spot color and duotone. Photoshop has vast support for graphic file formats but also uses its own PSD and PSB file formats which support all the aforementioned features. In addition to raster graphics, it has limited abilities to edit or render text, vector graphics (especially through clipping path), 3D graphics and video. Photoshop's featureset can be expanded by Photoshop plug-ins, programs developed and distributed independently of Photoshop that can run inside it and offer new or enhanced features.

Share:

Make A Blog Complete Tutorial In Urdu

Here is a free video series which helps you understand basic component of blogger platform, its main interface and its effective use. Blogger is a free platform which allows you to share your ideas, your thinking, news or anything on internet absolutely free. It can be your personal diary, a class room blog or a meeting place for a group.

What You Can Learn From These Tutorials?

In these video tutorials, I have covered all the options of Blogger. Every tab is explained in detail. Beside this, English transcription is also provided along with tutorials which can help you to further understand things.

From creating a new blog to publishing your first post, every tutorial provides a detailed overview of different options. Start watching from first tutorial and in the last, you will be able to publish post, understand stats and deal with the typical setting interface of blogger.  

I have also included some extra videos which will help you in understanding important factors of Blogger.

Complete List Of  Video Tutorial:

Please mention, If you’ve found any issue with Below links.

1: Create Gmail account for Blogger.

  • What is Gmail?
  • How to create a Gmail account?
  • Benefits of Gmail account.

2: Main interface introduction.

  • Login to dashboard.
  • Main interface options.

3: Create new blog in Blogger.

  • Setting up your new blog.
  • Setting up your first template of your blog.

4: Overview tab.

  • How to use overview tab?
  • Overview tab components.

5: Post tab.

  • Published post tab.
  • Draft post tab.

6: Creating a new page in Blogger.

  • Features of new page.
  • Creating static page for your blog.
  • Creating a web page.
  • Draft option.

7: Comments, Google + and stats tab.

  • Comment section.
  • Google plus section.
  • Stats section.

8: Layout and earning tab.

  • What is layout?
  • How to use layout?
  • What is Google AdSense and how to make money using AdSense?

9: Template tab.

  • Back up template.
  • Upload a new template to Blogger.
  • Changing mobile design of your blog.
  • How to customize design?
  • How to edit Blogger template?

10: Setting tab.

  • Basic settings.
  • Meta tags.
  • Email and notification settings.
  • Search preferences.

11: Writing your first post.

  • Post editing options.
  • Post setting options.
  • Adding images and videos to your post.
  • Publishing your first post.

Other Blogging Videos:

Share:

Hack WiFi on PC/Laptop







1-You Need Laptop or Pc (Pc with Wireless Card)

2-You Need To Install Virtual Machine

Click Below To Download Virtual Machine and Also Watch Video How To Install Virtual Machine In Pc or Laptop

3-You Need To Install Backtrack



Click Below To Download Backtrack and Also Watch Video How To Install Backtrack In Virtual Machine

4-Click Below To Watch How To Hack Wifi



Feel Free To Contact me if you have any Query.




Share:

C Programming Tutorials (HINDI/URDU)

c language, c programming, c programming language, programming in c,  the c programming language, c language programs, c language basics, c tutorials in urdu, c tutorials in hindi, c tutorials in hindi free download,Learn C language in Urdu/Hindi. This course is instructed by Sir Vikas Pandey. All topic of C language are covered in this course. You can learn and understand all concepts of  C language in this tutorials.








Download and Watch C Programming Tutorials in Urdu/Hindi:




Download Dev C++ Compiler Here:
c language, c programming, c programming language, programming in c,  the c programming language, c language programs, c language basics, c tutorials in urdu, c tutorials in hindi, c tutorials in hindi free download,
Feel Free To Contact me if you have any Query.


Share:

C++ Programming Tutorials (HINDI/URDU)

c++ language, c++ programming, c++ programming language, programming in c++,  the c programming language, c++ language programs, c++ language basics, c++ tutorials in urdu, c++ tutorials in hindi, c++ tutorials in hindi free download,
C++ is the basic language of programming. Everyone which want to be a programmer starts from C or C++. There are many tutorials and books available on the internet. But the books and tutorials are in English Language so there is a problem for Pakistani, Indian and Asian Students to understand the English. So here you find complete C++ language course in Urdu/Hindi. These tutorials are make by Sir Vikas Pandey which is the most popular teacher on YouTube regarding the language courses like C, C++, Java and other programming techniques. Vikas pandey used the simple Urdu/Hindi in this Tutorials so everyone can understand the programming logic very easily.


Download or Watch all C++ Tutorials Here:





Download Dev C++ Compiler Here:

c++ language, c++ programming, c++ programming language, programming in c++,  the c programming language, c++ language programs, c++ language basics, c++ tutorials in urdu, c++ tutorials in hindi, c++ tutorials in hindi free download,
Feel Free To Contact me if you have any Query.


Share:

Subscribe For Email Updates

Delivered by Pak Talent

YouTube Channel

Facebook Page