Month: May 2022
MVC
JsonResult Type in MVC
About JsonResult and its properties The JSON format is an open standard format. The format of data looks very easy to understand and the data objects consist of attribute-value pairs. ContentEncoding: It helps to indicate the content encoding type, the default encoding for JSON is UTF-8. ContentType: It helps to indicate the content type. The […]
Read MoreASPNET
ASP.NET Interview Questions
Question 1 – What is ASP.NET? Answer: ASP.NET is Microsoft’s framework to build Web applications. ASP.NET is a part of .NET Framework. ASP.NET and Web Forms are used to build the front end and in the backend, C# langauge is used. ASP.NET runs on a Web Server, IIS. Advantages of ASP.NETSeparation of Code from HTML […]
Read More