EN / USD
173 Items
 Home
Blog
Views in ASP.NET Core MVC
Views in ASP.NET Core MVC, Views in ASP.NET Core, Views in ASP NET Core, view in asp core, view asp net core
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at How to Create Views in ASP.NET Core MVC. It's our 8th tutorial in ASP.NET Core series. In our 6th lecture, where we have set up MVC architecture, we have also created Controller & Model, but we haven't yet created any View to display this data properly. We have also seen Dependency Injection and have successfully injected Model Interface in our Home Controller.  So, now it's time to add a View in our project and communicate it with Controller & Model. So, let's get started with Views in ASP.NET Core MVC: Views in ASP.NET Core MVC View in ASP.NET Core ( File Extension: .cshtml ) is a simple HTTP template, which displays the Model data, provided by ...
Blog
Introduction to Python
Introduction to Python, python basics, getting started with python, python install, pycharm install, python, python uses, python advantages
Hello Engineers! Hope you all are doing great. In today's tutorial, I am giving you a detailed lecture on Python programming language. As I am writing this tutorial for beginners, that's why I will discuss each & everything in detail, so it's going to be a very lengthy tutorial and I have divided it in parts. We will start from basic concepts in Python and will slowly move towards advanced concepts. It's going to be a quite long bumpy ride but I will try my best to make it as smooth as I can. So, let's get started with basic Introduction to Python Language: Introduction to python Python is a multi-purpose, object-oriented High-Level Programming language, with applications in multiple areas, including scripting, machine learning, data scienc ...
Blog
How to use ADC with STM32?
Using ADC with STM32, ADC channel selection, ADC setting, ADC regular conversion mode, Injected simultaneous mode, Regular simultaneous mode
An Analog to Digital Converter (ADC) converts a continuous signal (usually a voltage) into a series of discrete values ??(sequences of bits). The main features are: Resolution (in analog terms): It is the minimum variation of the analog input voltage that can determine the variation of the LSB, that is of the least significant bit of the output code. Since the quantization step Q corresponds to the LSB, it can be said that the resolution coincides with the quantization step Q (and therefore is measured in Volts). We can say that the quantization step Q corresponds to the LSB because two contiguous quantization bands, each of amplitude Q, are identified by codes that differ only for the least significant bit. Resolution (in digital terms): It is the number n of bits present at the co ...
Blog
HTML Helpers in ASP.NET MVC
HTML Helpers in ASP.NET MVC, helpers in asp.net mvc, html helpers in asp, helpers in mvc
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at HTML Helpers in ASP.NET MVC. It's our 12th tutorial in ASP.NET MVC series. I know every tutorial is a new concept for you to understand but we have to cover all of them before starting working on our project in ASP.NET MVC. If you have worked on ASP.NET web forms or C# / Visual Basic projects then you must be aware of toolboxes, from where we can drag and drop our visual components like textbox, editbox, button etc. But in ASP.NET MVC applications, we don't have this luxury of drag and drop. Instead we have HTML Helper classes which are used to created these html components in ASP.NET MVC. So, let's have a look at How to use HTML Helpers in ASP.NET MVC: ...
Blog
Capsule Neural Network: Definition, Features, Algorithms, Applications
Basic Concepts of Capsule Neural Network, Capsule Neural Network, Capsule NN, Capsule Neural Network examples, Capsule Neural Network types
Hey pupil! Welcome to the next lecture on modern neural networks. I hope you are doing great. In the previous lecture, we saw the EffcientNet neural network, which is a convolutional Neural Network (CNN), and its properties. Today, we are talking about another CNN network called the capsule neural network, or CapsNets. These networks were introduced to provide the capsulation in CNNs to provide better functionalities.  In this article, we will start with the introduction of the capsule neural network. After that, we will compare these with the traditional convolutional neural networks and learn some basic applications of these networks. So, let’s start learning. Introduction to Capsule Neural Networks Capsule neural networks are a type of artificial neural network that was introduc ...
Blog
NuGet Package Management in ASP.NET MVC
NuGet Package Management in ASP.NET MVC,NuGet Package Management in ASP.NET, NuGet Package Management in MVC, NuGet Package Management in ASp,NuGet Package Management
Hello friends, I hope you all are doing great and having fun with your lives. In today's tutorial, we will discuss in detail about NuGet Package Management in ASP.NET MVC. It's 15th tutorial in ASP.NET MVC series. Today's tutorial is not about programming, instead we are gonna discuss this pre installed tool NuGet Package Management in ASP.NET MVC. NuGet Package Management is use to install packages and libraries, which you want to use in your project. It downloads the files online and then installs it. So, let's discuss this ASP.NET MVC tool in detail: NuGet Package Management in ASP.NET MVC NuGet Package Management is a package manager for ASP.NET MVC, which is used for downloading and installing different packages & Libraries online. I ...
Blog
Writing First Code in Python (Hello World)
first code in python, python for beginners, python basics, hello world python, python hello world, python first program, python hello world first code
The "Hello, World!" program is a computer programming classic that has stood the test of time. For beginners, "Hello, World!" is a simple and full first program that introduces the basic syntax of programming languages and can be used to evaluate systems and programming environments. The more you learn about Python, the more you may use it for your own purposes. Data analyst, application developer, or the ability to automate your work processes are all examples of jobs that can be automated. This Python 3 tutorial will show you how to create a simple "Hello, World" program. Python's basic syntax and components include the following: Variable-types Data structures Math operators loops Different function calls Input and output functio ...
Blog
How to Increase EF Core Performance for Saving Multiple Entities?
How to Increase EF Core Performance for Saving Multiple Entities, savechanges vs bulksavechanges, bulksavechanges method, bulksavechanges ef core, ef core multiple data, ef multiple entities
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' ...
Blog
RF Communication with nRF24L01 and Raspberry Pi 4
RF module with RPi4, NRF24L01 with Raspberry Pi 4, NRF24L01 RPi4, RPi4 NRF24L01, RF communication with NRF24L01 and RPi4, NRF24L01 Raspberry pi 4
Introduction We're glad you could join us for another lesson in our series on programming for the Raspberry Pi 4. The previous chapter covered how to interface the USB barcode scanner with raspberry pi 4. We looked at different types of barcodes and what each stripe represents as well as the different types of barcode scanners available today. We also built a python program for the intelligent shopping cart and now our familiarity with barcodes and scanners and how they function has significantly increased. The benefits and drawbacks of its use were also discussed, but what we're interested in for this article is the transmission of radio frequency signals using the nrf24l01 Module in a raspberry pi 4. Components nRF24L01 RF module Raspberry pi 4 Arduino Uno Jumper wires Power suppl ...
Blog
How to Control Raspberry Pi 4 from Laptop using VNC
How to Control Raspberry Pi 4 from Laptop using VNC, why use vnc, vnc protocol, what is vnc, whats a vnc server, vnc with RPi4, RPi4 vnc control
This is the third tutorial in our Raspberry Pi programming course. In the previous chapter, we learned how to install Raspbian on our Raspberry Pi mini-computer. In this chapter, we'll learn how to use a VNC server to remotely control and see its desktop from our computer. What is VNC? Computing over a network is known as "virtual network computing," or "VNC." To remotely control another computer, you can use this screen-sharing technology, which works on all major operating systems. As a result, a remote user can interact with a computer's display (screen, keyboard, and mouse) as if they were sitting right in front of it. VNC takes advantage of the client/server concept. Rather than installing a VNC s ...