Our Insights
Innovative Ways - Satisfied Clientele
Innovative Ways - Satisfied Clientele
iFour Team - November 03, 2020
ASP.NET MVC filter are usedto inject extra logic in different levels of MVC Framework request processing. Filter provides a way for cross-cutting concerns (logging, authorization, and caching). Table of Content 1. Types of Filters in ASP.NET MVC 1.1. Authorization Filter 1.2. Authorization Filter 1.3.Result Filters 1.4.ExceptionFilters 1.5.Action Filters 2.Conclusion Filters is a custom class and can...
iFour Team - November 03, 2020
Being a reputed Product owner, you would be responsible for increasing the value of your product and this is possible through Product Backlog Management. Basically, a Product Backlog is a set of requests for the fine functionality of the desired product. These requests are broken down into a series of tasks and allotted to the development team. This is one of the significant components that guide the Agile development team for faster developments. Apart from that, it is also very important...
iFour Team - November 02, 2020
CSRF stands for Cross-site request forgery. CSRF is also known as the one-click attack which is used for Security purpose. It is an act of copying or imitating things like a signature on a cheque, official documents to deceive the authority source for financial gains. Cross-site request forgery is a web security Weak that allows an attacker to induce users to perform actions that they do not intend to perform. Table of Content 1. CSRF Workflow 2. How to protect Cross-Site...
iFour Team - November 02, 2020
Dealing with errors is a common factor you would face in any kind of application development, no matter what language you have used for the development. Being one of the frequently used frameworks in many.Net Core web development companies, the Asp.Net Core provides fabulous supportfor Error Handling strategies. Table of Content 1. Developer Exception Page 2. Exception Handler Page 3. Accessing the Exception 4. Use Status Code Pages 5. Use Status Code Pages with...
iFour Team - October 30, 2020
In this blog, we will be goingto talk about the globalization and localization in .net core. If you want to make your web application in such a way that can be used for every different culture then you need globalization. Using globalization and localization we can build such a website or application so the user anywhere from global can use it. Globalization supports the different cultures. Localization provide the localized resource and cultures. Table of Content 1. What...