EN / USD
2068 Items
 Home
Blog
How to use while Loop in C#
How to use while Loop in C#, while loop c#, C# while loop, while loop in c#
Hello friends, I hope you all are great. Today, I am posting 10th tutorial in C# series and its about How to use while Loop in C#. It's gonna be a quick tutorial, as there's not much to discuss. In our 8th tutorial in C# series, we have had a look at How to use IF Loop in C# and we have seen that IF loop takes a Boolean expression and if it's TRUE then it allows the compiler to enter in it just once. While loop is quite similar to IF loop as it takes a Boolean expression as well but it will keep on executing again & again, so let's have a look at it in detail: How to use while Loop in C# While Loop in C# takes a Boolean expression as a condition and it will keep on executing as long as the conditional expression returns true, we can say Exe ...
Blog
How to use switch Statement in C#
How to use switch Statement in C#, switch statement in c#, switch case statement, switch case in c#, switch c#, switch case c#
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at How to use switch Statement in C# and its our 9th tutorial in C# series. In our previous tutorial, we have seen IF Loop in C# and this switch statement is also a loop but works slightly different than IF loop and it totally depends on your application, which one you want to use. First we will have a look at How to use switch statement in C# and after that we will also study goto statement, because switch and goto statements are normally used together. So, let's get started with it: How to use switch Statement in C# Switch Statement is a loop in C# which takes a variable as a condition, and then creates its different cases and we can deal each case se ...
Blog
What is Thyristor
thyristor,Applications of Thyristor,Types of Thyristor, What is Thyristor,Working of Thyristor
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at What is Thyristor. The thyristor is a semiconductor component that has 4 layers of N and P materials with the sequence P, N, P, N. First thyristor was invented in 1950 by William Shockley who was a physicist and belonged to the United States of America. But first time it was practically used in 1956 due to its huge amount of current and voltage handling capability. Due to this feature, it was commonly used in different power control circuitry, fan dimmers, and speed control of different motors. There are 2 types of design in which this module available and both used according to circuit requirements first one has two leads and the second one has three leads ...
Blog
Introduction to LCD 16x2
Registers of LCD, Features of 16×2 LCD Module, Command codes for 16×2 LCD Module, Pinout of 16×2 LCD Module, Introduction to 16×2 LCD Module
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at Introduction to 16x2 LCD Module. LCD stands for liquid crystal display it is mostly used in different electronic projects and devices to display different values. LCD uses liquid crystals for the generation of visible images. 16 x 2 liquid crystal display is a basic LCD module used in DIY electronic projects and circuits. In this LCD module, there are two rows every row consists of sixteen numbers. With the two rows in this module, there are sixteen columns. The VA dimensions of these modules are (66 x 16) millimeters and the thickness is 13.2 millimeters. Its operating voltage is plus five or plus three volts. In today's post, we will have a look at working, applications, circuits,  features, adv ...
Blog
How to Migrate Website to Another Host with Minimal Downtime
Hold that Call,Do Not Cancel Existing Hosting Plan, How to Migrate Website to Another Host with Minimal Downtime,
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at How to Migrate Website to Another Host with Minimal Downtime. Nowadays, moving a website from one host to another has become very easy. However, there are still chances of downtime during the transfer process. No matter, what is the transfer speed; changing the domain name servers can cause the website to go dark up to 72 hours. Some website still does not know “What is website migration?”. That is why; we are writing this article to help the website owners in cms migration. A website transfer means, transferring all the files, databases, every software, and subdomain configuration to the new host. Depending on the website size and configuration, it can take ...
Blog
How to use IF Loop in C#
How to use IF Loop in C#, IF Loop in C#, if loop c#, c# if loop, if c#, C# if, c sharp if loop, if loop in c sharp
Hello everyone, I hope you all are doing great. Today, we are gonna have a look at IF Loops in C# and it's 8th tutorial in C# series. So far, we have discussed some basic concepts in C# and now we are ready to get our hands on Loops in C#. C#, as any other programming language, supports a lot of loop structures, we will discuss each one of them separately in our coming tutorials. Today, we will discuss the simplest of them all, which is IF loop, so let's get started with How to use IF Loop in C#: How to use IF Loop in C# IF Loop in C# takes a Boolean expression as a condition and if this condition is TRUE, the compiler executes the code inside IF loop { } and if the condition is wrong, the compiler simply ignores the code. Here's the syntax o ...
Blog
What is difference between PCB and PCBA
What is PCBA? Material used For PCB Manufacturing, Types of PCB, PCB Designing, What is a PCB?, What is difference between PCB and PCBA
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at what is difference between PCB and PCBA. The printed circuit board (PCB) is a circuitry board that used to construct engineering projects and electronic devices circuits. The invention of this board has reduced complicated wiring circuits that were used before its creation, the circuits manufactured by the complex wiring were very difficult to handle in sense of fault detection and reconstruction. The printed circuit board is manufactured by a substrate material that is constructed by material such as glass fibre, epoxy resins. On this board, a large number of conductive paths are designed on which different symbols of electronic components are sketched so w ...
Blog
Reasons to Choose an Engineering Recruitment Agency
Getting the Best Deal, Interview Preparation, Helping You More than Your CV,Insider Knowledge of Roles and Companies, Reasons to Choose an Engineering Recruitment Agency,
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at Reasons to Choose an Engineering Recruitment Agency. Essentially, the recruitment process is meant to save time for the employer who is looking to hire, as well as for the person who is seeking a certain job. The whole process gets a lot easier and effective, making both the employer and future employees get their hands on the best deal possible. However, both of the aforementioned parties may lack what it takes to make the hiring process more effective. After all, recruitment is not just finding a job for a random individual. Recruiting implies matching someone with the skills, experience, and career expectations they have with the right job for them. ...
Blog
How to use Arrays in C# ???
How to use Arrays in C#, Arrays in C#, array c#, c# array,Multi-Dimensional Arrays in C#
Hello friends, I hope you all are having fun. In today's tutorial, we are going to discuss How to use Arrays in C#. It's our 6th tutorial in C# series and currently we are focusing on basic concepts in C#. Without understanding these simple concepts, we can't move forward. So, let's get started with Arrays in C#: How to use Arrays in C# ??? An array (base type System.Array) is a collection of similar (like-typed) data types, called by a common name. Each data item is referred as an element of array and is assigned an index starting from 0. As C# array is an object so we can find its length using member length, which is actually a count of total number of data items in that array. Arrays are reference types and implement IEnumerable that' ...
Blog
4 Most Popular Technical Specialties Students Choose in 2019
Which specialities do students choose these days, 4 Most Popular Technical Specialties Students Choose in 2019,
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at 4 Most Popular Technical Specialties Students Choose in 2019. Tech is considered one of the most promising work fields for the near future; with that in mind, many students choose to do a technical speciality after graduating from a major in order to prepare themselves for a competitive professional world. Before going into the adventure of a new career -or and extension of your previous- it's important to know your options well, so keep reading and let us tell you about them. So let's get started with 4 Most Popular Technical Specialties Students Choose in 2019. Which specialities do students choose these days? The current student generation has grown in ...