EN / USD
2 Items
 Home
Blog
Role of PCB in Modern Life
role of pcb in modern life
Hello friends, I hope you all are fine and will be doing something special in your life. In today's post, we are going to discuss The Role of PCB in Modern Life. A PCB  is a thin board made of fiberglass, composite epoxy or other laminate material. A conductive pathway is etched onto the board connecting different component on the PCB, such as transistors, resistors, and an integrated circuit. PCB is used in both desktop and laptop computers. It serves as a foundation many internal computer components such as video card, network interface card, controller card, an expansion card. These components are connected to the motherboard, which is also a printed circuit board. PCB is used in different industrial projects and electronic devices. PCB can be ...
Blog
Create a New View in ASP.NET MVC
Create a New View in ASP.NET MVC, view in asp.net mvc, view in asp, view in mvc
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at How to Create a New View in ASP.NET MVC. It's 7th tutorial in ASP.NET MVC series and I am hoping you are learning from it. If you have any suggestions, then ask in comments and we will help you out. In our previous tutorial, we have seen How to Create a New Controller in ASP.NET MVC and we have also created the New Model in ASP.NET MVC , so now we are only left with View which we are gonna create today. Both Controller and Model comes under back-end / server side programming while view comes under front-end / client side programming. Here we are gonna create a View for the user to interact. So, let's get started with How to Create a New View in ASP.NET ...