EN / USD
939 Items
 Home
Blog
How to use C# if else Statement
c# if, c# if else, c# if statement, c# is else statement
Hello friends, I hope you all are fine and having fun with your lives. Today, I am going to show you How to use C# if else statement. Previously we have seen the Introduction of C# Windows Forms an then we have also discussed different data types and variables used for programming in C#, you can read these tutorials on C# Tutorial page. So, before starting this C# if else tutorial, I would suggest you to first read all of those basic C# tutorials so that you know how to use different data types. Before starting this tutorial, you should also read How to add C# Control in Windows Form because we are gonna use three C# controls in this tutorial.So, let's get started with How to use C# if else statement: How to use C# if else Statement ??? First ...
Blog
How to Clear MATLAB Windows
how to clear matlab windows,clear matlab,Clearing Command Window and Workspace in MATLAB, How to Clearing Command Window and Workspace in MATLAB, Clear Command Window and Workspace in MATLAB, MATLAB to Clear Command Window and Workspace, Clearing Command Window and Workspace using MATLAB.
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge with all of you guys about How to Clear MATLAB Windows. If the command window and workspace window are not clear they present a very complicated look and hence the user feel it difficult to write code on command window. Here, I have compiled a list of awesome MATLAB Image Processing Projects so must check them out to get some inspiration. :) So, for the ease of the user we need to clear the both window specially the command window because it contains the entire code for any of the task. Before going into the details of this tutorial, you should go through Introduction to MATLAB and Declaration of Variables in MATLAB for the better under ...
Blog
Periodic Table of Elements: Definition, Groups & Trends
History of Periodic Table, Periodic Table, periodic table deifnition, periodic table history, periodic table meaning, periodic table trends, periodic table of elements, what is periodic table
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at a detailed overview of Periodic Table. Understanding the Periodic Table is one of the nightmares everyone had once in a lifetime, don't fret! I was one of those people too. Today I would be breaking down this complex topic into smaller digestible chunks. Before diving deep into the topic let me introduce you to the fact that atomic number is more reliable than the atomic mass of an element, every element has a fixed atomic number and it increases by a value of 1 with every element in the modern periodic table, that is the reason why we use Atomic Number instead of Atomic Mass as the base of the modern periodic table. History of Periodic Table Rome wasn't bu ...
Blog
How Has Technology Changed the Manufacturing Industry?
How Has Technology Changed the Manufacturing Industry, manufacturing industry technology
The ongoing developments of technology have changed multiple industries, and possibly none more so than manufacturing. Over the years, each new machine and AI discovery has been implemented into factories all around the globe, allowing processes to move faster, more efficiently, and at a lower cost. Want to learn more? Here is how technology has changed the manufacturing industry. A Faster Service With technology constantly improving machines, the amount of time the manufacturing processes take has greatly lowered. There are plenty of brilliant machines designed for increased productivity on the market, including ones like a speedy engraving machine, which ensures both quality and efficiency. Automation is another way technology has contributed t ...
Blog
Differential Analysis of Fluid Flow
Differential Analysis of Fluid Flow, what is Differential Analysis, mass continuity equation
In this article, I will explain the differential equations of fluid motion, i.e., conservation of mass (the continuity equation.  So without wasting any time, let us start. What is differential Analysis? As a part of this article, it is essential to know what differential analysis is and how we can apply it to explain continuity and Naiver Stroke’s theorem. Some of the essential key points related to the differential analysis are as follows: Differential analysis is the application of a differential equation of fluid motion to any or every point in the flow field over a region called the Flow Domain. Some readers might confuse the word differential with the small control volumes piled up on each other in the flow field. Whenever the size of the control volume crosses the limit a ...
Blog
LED Blinking Project using PIC16F877a
LED Blinking Project using PIC16F877a, led blink with pic, pic led, led pic, pic led blinking
Hello friends , I hope you all are fine and enjoying good health. In today's tutorial, I am going to design an LED Blinking Project using PIC16F877a. In the previous chapters, we have seen all the basics of PIC Microcontroller and now we are ready to design our first project on PIC Microcontroller. Its a very simple project so the programming level is very basic. We will just add some LEDs on all pins of PortB of PIC16F877a and then we will program it in such a way that these LEDs will blink in different pattern, we can also change the speed of blinking by adding a delay. I will explain the whole code but if you got any problem may ask in comments.I will recommend you guys to do this project, I know a beginner can't make this project work in firs ...
Blog
BC547: Datasheet, Pinout, Working, Applications and Simulation
Introduction to BC547, getting started with BC547, how to start with BC547, How to use BC547, BC547 Proteus simulation, Proteus BC547, BC547 Proteus
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give you a detailed Introduction to BC547. It is an NPN bipolar junction transistor (BJT), mainly used for switching and current amplification. Its maximum current gain is around 800. So, let's have a detailed overview of BC 547. Introduction to BC547 BC547 is a 3-Terminal NPN Bipolar Junction Transistor(BJT), mostly used for switching purposes and current amplification. BC547 Pins(Terminals) from left to right are called: Collector. Base. Emitter. Depending on the voltage applied at Base Terminal, BC547 can operate in two states, named: Forward Biased. Reverse Biased. BC547 as Reverse Bias ...
Blog
Form Validation in ASP.NET Core
Form Validation in ASP.NET Core, Validation in ASP.NET Core, Validation ASP.NET Core, asp.net core validation, validation attributes in asp.net core
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at Form Validation in ASP.NET Core. It's our 15th tutorial in ASP.NET Core series. In our previous lecture, we have created a Registration Form for our engineering website. But we haven't added any validations on the submitted data. So, even if users don't fill any boxes and just hit the Register Button, a new user will be created without any personal info. So, today we will place some checks on these text boxes to validate the user submitted data. So, let's get started with it: Form Validation in ASP.NET Core Validations in ASP.NET Core are available in the form of attributes & Tag Helpers. Validation Attributes are applied on Properties in Model clas ...
Blog
Modified Sine Wave Design With Code
Modified sine wave inverter
Hello guys, I hope you all are doing great. In today's tutorial, I am gonna give you a detailed introduction of Modified Sine Wave Inverter with code. In this inverter series, I have first explained the Basics of Inverters with Topology in which we have seen the Introductionof inverter and its different types. After that, we have discussed the Major Components of Inverter which are essential for its designing. Now in today's post, I am gonna explain the modified sine wave inverter. I have used AVR microcontroller in this project. Before starting on modified sine wave inverter, you should also read this Pure Sine Wave Inverter. I tried my best to keep it simple but still if you guys got stuck at any point ask in comments and I will remove your quer ...
Blog
Button Control in VB Database
Adding Button Controls in VB Database 2010,use buttons to control database in vb2010,database control in vb2010
Hello everyone, I hope you all are fine and having fun. In today's tutorial, we are gonna have a look at How to add Button Control in VB database 2010. I have posted the first part of this tutorial few days ago in which I have shown that How to Create a Database in Microsoft Visual basic 2010. If you have missed that part then you can't understand the today's lecture. Today we will continue with the same application which we created in the last part and will add few new features in it. Creating database is difficult but adding features in it is very easy job and its also a must requirement of the application because user wants an easy control of application. So in order to make the application user friendly its necessary to add few features ...