206 1
What courses/books would you recommend a backend developer to learn about computer networking and web security?

I seriously ask this question.

Books for networking/security I purchased yesterday:

 

  • Kurose Ross, top down approach
  • Douglas Comer Internetworking with TCP/IP
  • Udit Agrawal Computer Network

I'm planning to buy

  • Fourouzan Networks
  • Atul Kahate Network Security
  • Fourouzan network security

 

I'm wondering what books/courses are actually good and worth purchasing? Please recommend. I'm a backend developer. I don't need language specific books. I love textbooks.

...
Type
Question
8135 1
Quick Tip to convert JSON into class object
After reading this article, you can easily convert JSON into class using Visual Studio in-built feature.
Type
Article
5333 0
Web API tutorial for beginners
Article give's brief idea of Web API and how to use it in Asp.NET MVC C#
Type
Article
4809 0
Get Vs post in Rest API
In this article, I have provided details about post vs get rest api or you can difference between GET and POST, so you can understand when to use which type.
Type
Article
2896 0
Upload or Send File in Postman
In this article, I have mentioned step by step procedure to upload or send file in postman to web-api, for testing purpose.
Type
Article

2073 1
How to add authorization header in postman?

Hello, I have read this post Upload or Send File in Postman but now I want to add authorization token also, before sending request in Postman? So how can I add authorization header in postman? I have generated token using simply GET request.

...
Type
Question
3729 0
Create Web-API in Visual Studio 2022 Step by Step
In this article, I have mentioned step by step procedure to create web-api in Visual studio using .NET Core and calling it using jQuery.
Type
Article
31014 0
Token based authentication in C# using Web API
In this article, I have explained how you can create token based authentication in C# using Web API, step by step with an example.
Type
Article
7562 0
Top ASP.NET Web API Interview questions and answers
In this article, I have provided various web api interview questions for junior to senior level of developers, which can help all api developers to learn and improve there skills.
Type
Article
4835 2
How do I enable CORS in C# web-api 2?

I have read and implemented "Token based authentication in C# using Web API" in my web-api project, now, I would like to enable CORS in my web-api so anyone can access api from different domain also. How can enable CORS in web-api?

...
Type
Question

Page 1 of 2