登入選單
返回Google圖書搜尋
Step by Step Build Full Stack Web Apps in Visual Studio 2019 with Asp.net, Mysql, Html, and Css
註釋This book covers how to design a dynamic website integrated with admin panel step by step in Visual Studio 2019 using Asp.net c #, HTML, CSS, and MySql database. The project that we will design is flexible and can be used for a variety of purposes, while the method of explaining the book is simple and academically, meaning that the book will be useful for university students and can be taken as a curriculum for lecturors.Our site is divided into two sections, the front-end section, and it is the section that will appear to visitors. The second section is the back-end section that visitors cannot view, only the site administrator can access it, and it is called the admin panel (or control panel) and through it we can control the site more flexibly where we can delete, add or edit posts.In the chapter 1, we will deal with the programs and technologies that we will need in designing our project, from how to install Visual Studio, the xampp program, the technologies that we will need, in addition to how to create a project and so on. In the chapter 2, we will talk about the basics of the asp.net language, how to deal with its tools, and how to link to the database. Chapter 3 will talk to MySql about how to create a database and create a tables, how to fill it with data, delete and modify, etc. Chapter 4 will talk about HTML, which is responsible for the structure of the site. While the chapter 5 talks about CSS and is responsible for the aesthetics of the site. While Chapter 6 talks about designing our project step by step.