How to enable attribute routing in ASP .NET MVC?

To enable attribute routing in asp.net mvc we must call a method named “MapMvcAttributeRoutes” in RouteConfig…

What is HTTPS ?

HTTPS stands for Hypertext Transfer Protocol Secure. It is related to web concepts and data transmissions…

What is HTTP ?

HTTP stands for Hypertext Transfer Protocol. It is related to Web Concepts and data transmissions over…

What is SQL Injection?

SQL Injection is a type of injection attack. An attacker can use it to make a…

The anti-forgery token could not be decrypted error in ASP .Net MVC

The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm…

Types of variables in c#

            The c# support two major variable types, they are “Value type and Reference type”. Int,…

The requested page cannot be accessed because the related configuration data for the page is invalid in MVC

The error message “The requested page cannot be accessed because the related configuration data for the…

How to move second div to first in mobile view using css ?

we may need to show divs in different ways in mobile views. Like the same now…

How to use switch statement in c# ?

Switch statement is used to check a variable with a set of conditions called cases. We…

Array in Javascript

Array is a variable that is used to hold more than one value in a single…