Tag

Web Api

All blogs tagged with Web Api

15
Articles
91,850
Total Views

Showing 15 of 15 articles

20
Mar
2026
CWE-915: Mass Assignment Vulnerability - Securing Object Binding in Web APIs
30 views

This post explores CWE-915, a critical mass assignment vulnerability that can expose web APIs to unauthorized data manipulation. Understanding this vulnerability is essential for developers aiming to secure their applications against potential attacks. Readers should have a basic understanding of web APIs and object-oriented programming concepts.

18
Jan
2024
CRUD Operations Using Dapper In ASP.NET Core Web API
4,598 views

Dapper is a simple Object Mapper and is nothing but Object-relational mapping (ORM) and is responsible for mapping between database and programming language and also it owns the title of King of Micro ORM in terms of speed. It is virtually as fast as using a raw ADO.NET data reader and also Entity Framework.

31
May
2023
Create JSON String in C#
4,544 views

JSON (JavaScript Object Notation) is a lightweight data interchange format commonly used for transmitting data between multiple systems, mostly in Web APIs and client applications. JSON is a text-based format that is easy for humans to read and write and also easy for machines to parse and generate. It is language-independent, meaning it can be used with any programming language that has the capability to parse JSON data.

Translate Page