Table of Content 1. What is Blazor web assembly? 2. Advantage of using Blazor WebAssembly 3. Disadvantages of Blazor WebAssembly 4. Why we use Blazor WebAssembly? 5. Conclusion What is Blazor web assembly? The Blazor WebAssembly is a single-page web application framework that developers can build shared client-side Web applications using ASP.NET. It uses open web standards for plugins or code transpilation. The Blazor WebAssembly functions is perfect in...
read moreBefore we see what, is Template-Based Code generation first of all we start withwhat is template? Template means one file which provides a starting point for a new document. When you open the template, it has pre-programming with basic details. Table of Content 1. What is template-based code generation? 2. Advantages of TBCG 3. Disadvantages of TBCG 4. TBCG with razor and Roslyn 4.1. Razor 4.2. Steps of working Razor and Roslyn code generation 5....
read moreThe routing is a mechanism in which it inspects the incoming Requests path and then map that request to the controllers and action methods. This mapped is done by the routing rules which are defined for the application. We can do this by add the Routing in Middleware to the request processing pipeline. Table of Content 1. How Routing Works in ASP.NET Core? 2. What is a Route? 3. What is a Route Collection? 4. What is a Route Handler? 5. MVCRouteHandler 6....
read moreASP.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). 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...
read moreCSRF 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...
read moreCopyright 2021 iFour Technolab Pvt. Ltd. all the rights reserved.