EN / USD
220 Items
 Home
Blog
URL Routing in ASP.NET Core
URL Routing in ASP.NET Core, URL Routing in ASP NET Core, URL Routing ASP.NET Core, asp net core URL Routing, attribute routing in asp core
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at URL Routing in ASP.NET Core. It's our 11th tutorial in ASP.NET Core series and it's an important but quite easy concept to understand. You must be wondering how we are routing rite now as we haven't added any routing codes yet. But if you remember, we have used MVC with default route middleware in our pipeline and this middleware automatically sets up this default URL routing for our web application.  So, let's understand how this URL Routing works in ASP.NET Core: URL Routing in ASP.NET Core URL Routing in ASP.NET Core is used to provide the controller's action method to the incoming HTTP request. In simple words, when a user enters an HTTP URL in its ...
Blog
C# MonthCalendar Control
introduction to monthcalendar control, C# monthcalendar control, basics of C# monthcalendar control, intro to C# monthcalendar control,
Hello Everyone! I'm back to give you daily dose of information that resonates with your needs and requirements. Today, I'm going to uncover the details on the introduction to C# MonthCalendar Control. It is referred as a graphical interface that is widely used to modify and set date information based on your requirements. It is slightly different than DateTimePicker control in which you can select range of dates. DateTimePicker allows you to set both date and time, however, MonthCalendar control gives you a permission to select date only, but it gives you flexibility of selecting range of dates. Let's dive in and explore what this control does and what are its main applications. C# MonthCalendar Control C# MonthCalendar Control is known as gr ...
Blog
Graph Neural Networks: Definition, Types, Applications
Basic Structure of Graph Neural Networks, Graph Neural Networks, Graphs in neural networks, graph neural networks types
Hi readers! I hope you are doing great. We are learning about modern neural networks in deep learning, and in the previous lecture, we saw the capsule neural networks that work with the help of a group of neurons in the form of capsules. Today we will discuss the graph neural network in detail. Graph neural networks are one of the most basic and trending networks, and a lot of research has been done on them. As a result, there are multiple types of GNNs, and the architecture of these networks is a little bit more complex than the other networks. We will start the discussion with the introduction of GNN. Introduction to Graph Neural Networks The work on graphical neural networks started in the 2000s when researchers explored graph-based semi-supervised learning in the neural network. The ...
Blog
Installation of Raspbian in Raspberry Pi 4
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
Welcome to the second chapter of our beginner's course on the Raspberry Pi. In the previous tutorial, we learned about the components of this little computer. We also considered its uses, as well as the most important advantages and disadvantages. Let's get started with setting up our little computer to run the Raspbian operating system in this lesson. How to Install Raspbian using an imager The next step is to make sure you have your board and SD card. The Raspberry Pi has an operating system because it is a full computer. For those who prefer a GUI desktop experience, a headless mode is still an option. Most people use Raspbian, a Debian-based operating system tailored specifically for the Raspberry Pi. However, there are other options. An exce ...
Blog
Loops and Arrays in C#
C# loops, c# for loop, c# while loop, c# if loop, c# do while loop, if loop in c#, while loop in c#
Are you here to know more about loops and arrays in the C# programming? If so, then you have come to the right page. C# programming is among the most used programming languages in the entire world. It is easy to learn. But, if you do not have the concept of every term in the C# programming, it would be difficult for you. Do not worry because we got you. In this article, we will discuss Loops and Arrays used in C# programming. We request you to read this article till the end! C# Programming Language: A Brief Description C# (short for "C Sharp") is a type-secure, object-intended coding language. C# allows programmers to create a wide range of safe and robust .NET programs. It is a programming language related to the C series of programming dialects ...
Blog
How to Send Mass Email in Gmail – Few Easy Options
How to Send Mass Email in Gmail, Few Easy Options
Targeting customers and niche demographics online continues to grow in relevance as more companies adopt telecommuting practices. For this purpose, mass emailing is superior to less extensive forms of advertising in terms of both obtaining prospects and reaching the intended customer base. Amid the growth of social networking sites and other promotional channels, email marketing efforts stay at the forefront of the industry. Using mass emailing, businesses may find valuable and potential customers for their products and services. Promoting both products and services with the help of such a service increases the likelihood of generating leads and improving ROI. To help our readers find the easiest options for this, we have compiled a list of easy ways to send a mass email in Gmail bel ...
Blog
9 Best Practices For Efficient & Seamless Python-based Web Scraping
9 Best Practices For Efficient, Seamless Python based Web Scraping
Web scraping is an invaluable skill in today's data-driven world. However, it must be performed responsibly and efficiently for optimal results. Here are our top 9 best practices that promise smooth execution of your upcoming web scraping projects. Setting the Stage: Understanding Basic Rules of Python-based Web Scraping Diving into web scraping can be a truly exciting venture, but it's crucial you understand the basic rules first, and have a handle on Python itself . Before coding your web scraping script in Python:Do enough research on the site or API you intend to scrape.Know what kind of data is available and how that data is structured.Analyzing websites also aids in understanding the HTML tags for effective extraction.Have clarity on wheth ...
Blog
First Project in C#
First Code in C# Tutorials, c# console, c# tutorials, console writeline, console readline
Hello everyone, I hope you all are fine and having fun with your lives. Today, we are going to design our First Project in C#. In the previous tutorial, we have seen a detailed Introduction to C#, where we have studied its importance in the software world. Today, we are going to create our first project in C#. So, let's get started with our first code in the C# Tutorial series. First Project in C# I am going to use Microsoft Visual Studio 2019 Community Edition, which is free to use, and you can download it from its official website. There are different languages available in Visual Studio i.e. C, C++, C# and F#. C# is the most commonly used programming language among all. Now, I assume that you ha ...
Blog
Smart Attendance System using RFID with Raspberry Pi 4
Smart Attendance System Using RFID card in Raspberry Pi 4, attendance system with RFID and RPi4, RFID Rpi4, Rpi4 RFID, Smart attendance project with Raspberry pi 4
Greetings! This is the complete project of our Raspberry Pi 4 tutorials. In our previous tutorial, we learned to set up our raspberry pi as a virtual private network server. In this tutorial, we will design a smart attendance system using an RFID card reader, which we will use to sign in students in attendance in a class. First, we will design a database for our website, then we will design the RFID circuit for scanning the student cards and displaying present students on the webpage, and finally, we will design the website that we will use to display the attendees of a class. Components RFID card kit Breadboard Jumper wires Raspberry pi 4 I2C LCD screen Design a database in MySQL server Additionally, the Database server offers a DBMS ...
Blog
Views in ASP.NET MVC
Views in ASP.NET MVC, views in asp, views in mvc, views in asp.net , views in asp net
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at What are Views in ASP.NET MVC. It's our third tutorial in ASP .NET MVC series and in our first tutorial, we have seen How to Setup Your First Project in ASP.NET MVC and in our second tutorial, we have seen What is Model in ASP.NET MVC and I have told you about Views as well in previous tutorial. So, now we are gonna have a look at it in detail: Views in ASP.NET MVC In MVC Framework, we don't have pages or path to some html file as in php. Instead, We have to use Views in ASP.NET MVC for front end designing. We can use Html, Css, Javascript, Jquery or any other front end language in Views. There are two t ...