Table of Content: – • What are HTTP status codes?• The Five most important Common HTTP status code classes are• Some of the Most Common HTTP Response Status Code To know & understand about the HTTP response...
Category - Uncategorized
Implementing Three Layer Architecture in C#.Net | C# Tutorial
Introduction To design the software effectively we preferred to take a multilayer architecture. That approach has adopted by industry to write efficient codes. Change management become very easy in this style of codes...
Implementing Token Based Security Pattern | Design Patterns Tutorial
With HTTPS in place, its safe to request user to provide credentials through our front end. But first, lets establish a pattern for out security mechanism. There are various patterns which could be used to address your...