Hello friends, I hope you all are healthy and having fun. Today I am posting a simple tutorial in which I will show you How to Create Setup File in Visual Studio 2010. Actually I got a request from one of our members to post this tutorial, he was having some problems in it, so i thought to share it. In my previous tutorial How to use Serial Port in VB 2010, we have designed a simple tool, now what if I want to create an exe file so that I could easily share my tool with my friends, without giving them the access to my code.
So, in today's tutorial, we are gonna have a look at How to create exe or setup file in Visual Studio 2010. No one can get your code from the exe file so its like your code is safe but anyone can use your software. These days ...
Hello everyone! I hope you will be fine and having fun. Today, I am going to give a detailed Introduction to Relay. In this tutorial, we will learn the basics of relays, the working principle of relays, the types of relays and their applications in detail. A relay is a simple automatic switch that opens and closes the circuit(either electronically or mechanically) based on its input signal. A relay is an electromechanical switch that uses electromagnetism from a small current or voltage to switch higher current or voltage for different appliances. When a relay is in a Normally Open (NO) state, no current passes through it and when the relay is energized, the current starts to flow and we can say the relay is in a Normally Closed state. You should also have a look at Relay Interfacing with ...
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 ...
Buy This Project
Hello friends, I hope you are doing great. Today, I am going to share an expert level project which is ECG Averaging in MATLAB. If you are new to ECG then you should have a look at Introduction to ECG. I have already shared ECG Simulation using MATLAB in which we have seen how to simulate an ECG signal and then diagnose heart disease. We have also extracted ECG features in that project. So, if you guys haven't read that tutorial then I would suggest you to not read this one. First read ECG Simulation using MATLAB and then you should read this tutorial. Today's project is quite an extension of our previous project ECG Simulation using MATLAB. Our team has designed this project after quite a lot of effort that's why its not free to ...
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at How to Increase EF Core Performance for Saving Multiple Entities? EF Core works well for simple CRUD operations but for saving multiple entities EF Core provides poor performance. So, today we will use a third-party EF Core extension named "Z.EntityFramework.Extensions.EFCore", designed by ZZZ Projects, which will increase the EF Core performance significantly. I will be using a BulkSaveChanges Method of this library which is specifically designed for saving bulk data in an SQL database.
ZZZ Projects is a trusted company and has designed numerous .NET libraries, a few having downloads in millions. So, you can completely trust this extension library.
Here' ...
The last decade brought about a lot of advancements that we didn’t think would even be possible. In the case of business communication, the biggest benefit next to the internet is VoIP. Thanks to this technology, all business owners (even those whose budgets are extremely meager) can set up a strong communication system on par with their more established counterparts.
But when talking about how helpful VoIP can be, the conversation is always focused on calls. People always talk about how Telnum and other telecom providers are able to slash their phone bills, enhance the communication features they enjoy, and many more.
What about SMS? Unfortunately, the advantages in this area are unknown to many users. There are so many benefits If you want to fully harness the capabilities that are ass ...
DevOps engineers have a challenging job to do. They are responsible for managing servers, code, and many other components in a software project. They routinely employ numerous tools and calculators to facilitate their daily activities.
Engineers working in DevOps employ a range of calculators to reduce the complexity of any given issue. These tools facilitate and speed up the work. Planning, risk management, and performance optimization can all benefit from them.
Here are some tools that can be useful to a DevOps engineer.
Calculators for time estimation:
Time is money! Estimating how long a task will take is crucial. This calculator is used by DevOps engineers to estimate various calculations. This tool aids in making time estimates for projects. To predict the amount of time ne ...
Hello friends, I hope you all are doing great. In today's tutorial, I am going to give you a detailed Introduction to MPLAB Compiler. MPLAB is used for PIC programming both in assembly and C languages. In my previous posts, I have completely explain how to install MPLAB software and also the C compiler for MPLAB.Today I am going to explain getting started with MPLAB. This chapter doesn't belong to programming but the initials required for programming. Setting a project in MPLAB is not much difficult but obviously beginners don't know much about it and they think that its a crap and very difficult. Although its not and i think its the best programming compiler for PIC Microcontroller. Easy and fully controllable. In the coming tutorial we are gonna ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I would like to give a detailed discussion on Introduction to myRIO. myRIO is basically a sort of micro controller introduced by National Instrument (NI), that is why it is sometimes known as NI myRIO. First of all I would like to tell you a bit about this device then we will move further. After listening its name i.e. myRIO, the first question comes in mind that what is this RIO. So, RIO is basically abbreviated from Re-configurable Input/Output.
myRIO is a portable device and students can easily use it for the design and control of robots and may other systems quite efficiently. It operates on the frequency 667 MHz. myRIO has dual core ARM cortex A9 programmable proc ...
Introduction
Hello friends, I hope you are doing very well. Today we are going to learn and practice the master control reset (MCR)! So what is that MCR? Well! This is a tool you might use to control a group of devices with one push button for performing fast emergency responses with one click for a group of devices in one zone. In another word, you divide the program into zones and put this zone between a master control to control their operation as one unit by one contact. This technique is useful for applying emergence stops and also protecting some equipment by applying a safety restriction to not operate when that condition is in effect.
The concept of the master control reset (MCR)
Figure 1 shows the master control relay in a ladder logic showing a couple of rungs between the ma ...