No.
Sending Email in Visual Studio 2010
Give Your Suggestions !!!
1.
Part 1
2.
Part 2
Hello friends, today's tutorial is about adding functionality in Microsoft Visual Studio 2010 basic email form. In the previous part of this tutorial How to Send Email in Microsoft Visual Studio 2010, we have seen a basic email form which just sends email to constant email address which is specified in the coding.
Today we will make this email form a bit flexible and will be able to send the emails to any email id we want. If you have read the previous part of this tutorial, then this article will be nothing for you, you will got it just like a piece of cake instantly.
So, I suppose that you have read the previous tutorial and you have the ...
Hello friends, I hope everything's going well. Today, I am going to share the 13th chapter in the PCB learning series, where we will discuss the single-layer PCB in detail i.e. definition, construction, advantages, manufacturing, applications etc. So let’s try to absorb everything about the single-layer PCB:
Single-layer PCB overview:
Just a quick recall, PCB stands for a printed circuit board having different electrical components connected with the help of pads and tracks of copper foil, incorporated on an insulating material(substrate).
Single-layer PCBs have only one conductive layer of copper. The PCB board itself has a total of 3 layers in single-layer PCB other than the copper layer which are substrate, solder mask, and silkscreen.
In the past, phenolic aldehyde was us ...
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at How to Create Web Server with ESP8266 using SPIFFS.
We've already seen how to create a web server and how to provide an HTML page on our ESP8266. We use the PROGMEM command to store an HTML code in FLASH memory. For a simple page, this works fine, but what if we have a more complex webpage? With a better style? What if we want to include images?
Today we will learn how to use SPIFFS with ESP8266 to store files (regardless of type) in FLASH memory.
What is SPIFFS?
SPIFFS (SPI Flash File System) is a system designed for managing SPI flash memory in embedded devices. Its main goal is to use minimal RAM to access files. It's very useful when using pen drives ...
Hello friends, I hope you all are doing great. In today's tutorial, we are going to introduce you guys with our amazing new App, which we have named as Boostup. Our team has been working on it, along with CodeShod's Team, for quite a long time and now finally we have launched it on Google PlayStore. Btw CodeShod is my brother's company so I can assure you that this App is 100% legit and you can make impressive earning through it.
Nowadays economy is getting faster and alongside all this jobs are increasing with increase in unemployment and the reason for all this is not enough experience for any post or either low salaries where employees prefer being unemployed instead of a low salary job with high rate of work load. In this situation people are ...
Writing an essay is a critical skill that every student must learn.
It’s not an easy task, I understand.
But with deliberate practice and careful attention you can learn to write an essay like a pro.
Essays serve as a vital tool for academic and personal development, allowing individuals to express their thoughts, opinions, and arguments in a structured and coherent manner.
Whether you are writing a college application essay, a research paper, or a personal narrative, the ability to communicate your ideas effectively is essential.
Needless to say, the job of writing an essay can seem daunting, especially if you are a beginner. This guide aims to provide you with a comprehensive overview of the essay writing process, from preparing to write to formatting and fin ...
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Reduce the File Size of Videos in Various Ways. Videos are known to have large file sizes that can range into several gigabytes. The longer the video and the higher its quality, the larger its file size tends to be.
The fact that videos are so large can pose a lot of problems. Not only will they take up more storage space, but transferring them can present more of a challenge as well. That is why it can be helpful to know how to reduce the file size of your videos, in a number of different ways.
How to Reduce the File Size of Videos in Various Ways
Let's have a look at How to Reduce the File Size of Videos in Various Ways. All these ways are mentioned ...
Image from: https://www.pexels.com/photo/a-person-holing-a-sticker-in-close-up-photography-11035380/
Programmers use different programming languages so that they can create front-end and back-end applications well. One of the people’s main choices is Node.js. This particular programming language allows the creation of applications using JavaScript.
What Exactly is Node.js?
Image from: https://www.pexels.com/photo/person-using-macbook-air-5496463/
Node.js is usually the choice of programmers because it is open-source. What does this mean? It means that the source code for it is readily available. Contributors from different parts of the world are maintaining the source code.
Node.js cannot be pr ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about Introduction to LM358. LM-358 consists of two independent high gain frequency compensated operational amplifier. They are specially designed to operate from a single supply or split supplies over a wide range of voltages.
LM-358 have lot of amazing features associated with them. These features include wide supply ranges, low supply current drain, independent of supply voltage, wide unity gain bandwidth, ground includes I common mode input voltage range, low input bias, open loop differential voltage gain, internally frequency compensation etc. LM 358 has a lot real life applications e.g. Operational Amplifier (Op-amp) circuits, tr ...
Hello everyone, in today's post we are gonna have a look at how to interface temperature sensor Dallas 18B20 with Arduino. There are many temperature sensors available in market like LM35, DHT11 etc but personally I like Dallas18B20 most of all, as it gives the most accurate result up to four decimal points. It operates on single wire and sends all data through this wire. Another advantage of this wire is you can interface multiple sensors with a single data line. You should also have a look at How to use 18B20 in Proteus ISIS.
In today's post, we are gonna get value from this sensor and then print it over the Serial Terminal as well as LCD. We will get the values in degree centigrade. Its not much difficult to interface 18B20 with arduino and als ...
Hello friends, today's post as the name suggests is about how to send SMS with Arduino UNO and SIM900D using AT Commands. There are different types of SIM900D modules available in the market, so it doesn't matter which module you are using. All SIM900D modules work at AT commands basically so today I am going to show you how to send an SMS via AT commands without using any Arduino library. You should first read the AT commands manual which will give you an idea about AT commands. AT commands are special sets of commands which are used for communicating with SIM900 module. Using these AT commands we let our GSM work for us. Like if you want to send SMS then there's a specific AT command for sending the SMS similarly if you want to change the PIN co ...