Hello everyone, I hope you all are doing great. Today, I am going to start this new series on ASP.NET Core and it's our first tutorial in this series. I will start from basics and will slowly move towards complex concepts. So, if you haven't worked on ASP.NET then you don't need to worry about that but you must have some basic knowledge of C# and object oriented programming.
I will use Visual Studio 2019 for these tutorials, it's community version is free to use and I will use C# language for developing ASP.NET Core web applications. So, let's first have a look at what is ASP.NET Core:
Introduction to ASP.NET Core
ASP.NET Core (originally deemed as ASP.NET xNext & was going to named as ASP.NET 5) is ...
Hello friends, i hope you all are fine and enjoying in life. On a friends request, today i am going to share a new tutorial which is 'Getting Started with Arduino Software'. Previously i have uploaded a large no of project tutorials made on 555 timers and some MATLAB based Simulations. Now we are going to touch the next level and from now on we will work on mostly projects containing Arduino microcontroller.
To get started with Arduino microcontroller, we first need to learn the operating software of Arduino microcontroller. This tutorial is very informative and i will be using Arduino software 1.0.5. It is a very basic level software and very easy to learn. IF you have already worked on Arduino software then you don't need to go through it. This ...
Engineering change management is vital for managing changes in product design and ensuring smooth development and production. It helps prevent costly errors and maintains product quality. This article will guide you through essential processes, tools, and best practices for effective engineering change management.
Effective engineering change management involves systematic evaluation, approval, and implementation to minimize disruptions and enhance product quality.
Key steps in the change management process include identifying change needs, detailed documentation, comprehensive evaluation, and seamless implementation.
Tools like Product Lifecycle Management (PLM) and OpenBOM streamline change management processes, improving collaboration, traceability, and overall efficiency.
U ...
Hey Guys! Hope you are doing well. Today, I'll discuss How Can I Choose the Correct Blast Door for My Project? Blast resistant architectural outfitting, like doors, are extremely specialized products. Once it's determined that you will need blast doors for your specific project, you will have to think carefully about the door designs. All the steel blast doors are generally heavier when compared to standard doors, which usually end up making day to day operation harder to personnel. Thus, you should put into consideration a door's functionality for a specific operation. That prevents the use of heavy doors whenever lightweight construction is of significance.
Door openings are typically the largest openings into buildings. As a result, they provi ...
Hello friends, i hope you all are fine and enjoying. Today i am going to share a new tutorial which is Brush-less DC motor. The basics of DC motor have been explained in one of my previous tutorial which was named as Difference Between DC and AC motors in that tutorial i explained in detail the basics of a DC motor, its construction and working.
Now in today's tutorial i am going to share a tutorial on one of the type of DC motor which is Brush-less DC motor. Brush-less DC motor is commonly known as Electronic Commutated motor. It is in fact a synchronous motor. From the word DC, one thing becomes clear that the supply voltage will be DC but as i mentioned in the previous line that it is a synchronous motor then, it will need AC supply to run. So ...
Hi Guys! This is a platform where we keep you updated with the relevant information that resonates with your needs and requirements. Today, I'll discuss the details on What is Big Data? How it Helps for Business Growth.
Big data is defined as a number of data sets that come with complex and advanced computing capabilities and can handle, analyze, store and process data in large volume without losing a bit of accuracy. Implementing embedded analytics dashboards can be highly beneficial, since companies that successfully monetize their data can see up to 20% of total revenue generated by analytics-based offerings.
It stays ahead of traditional data processing applications in terms of accuracy and advancement.
With the sheer progress in technology, ...
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at Datatype Conversions in C#. We have discussed C# Data Types in our 3rd tutorial and today we will discuss How to convert one datatype into another.
If you are working on some complex project, then you have to convert one form of data into another i.e. let's say you are getting bill value from barcode reader, this value must be a string and if you want to apply any arithmetic operation on it then you need to convert that string into integer or float. So, let's get started with Datatype Conversions in C#:
Datatype Conversions in C#
If you are working on some data driven application, then there's always a need to convert one form of data into another an ...
Hey everyone hopes you are good. In this tutorial, I'm going to share an amazing GUI tool which is mostly used in Point of Sale application which is C# PictureBox Control. As the name reflects it's feature, it's the box which allows you to preview the images. In short, we can say that this the PictureBox which is used to show images on the application, such as the logo or social media icon etc. In my previous tutorials, I have explained C# ListBox Control, C# Button Control, C# Label Control and C# TextBox Control which are similar to C# PictureBox. You will get to know about each and everything of C# PictureBox including Events. You can simply drag and drop the C# PictureBox from the toolbox in design tab and adjust that according to your needs.
...
Hey pals! Welcome to the next article where we're studying a gas sensor from the MQ sensor series. Today, we’ll understand the MQ-6 LPG butane gas sensor and will know the basic information about this product. This sensor has sensitivity for gases like LPG, isobutane propane etc and it is widely used to check any leakage of these gases. These are the commonly used gases but any leakage or excessive use may be harmful and even life-threatening. In such cases, sensors like MQ-6 are proved one of the most important devices.
In this article, we’ll start the discussion with the introduction of the MQ-6 LPG butane gas sensor. After that, we’ll move towards the datasheet of this product in which we’ll study the specifications, features, and some graphs that will show its working. After that, we ...
Hello geeks, welcome to our new project. We are going to make an important project which will be very useful for us in our daily life which is a variable DC power supply. As engineers who work with electronics need different voltage ranges of DC power supply for different electronic projects and components. It becomes very clumsy and hard to manage different power supplies because of wires which are connected to it and each power supply consumes an extra power socket as well.
So in this project, we will overcome this issue and learn to make an adjustable DC power supply, in which we will get a wide range of voltages.
Software to install
We will make this project in the simulation, as it is a good practice to make any project in the simulation fir ...