You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a RESTful Web API using ASP.NET Core for executing dynamic SQL queries and CRUD operations. Implemented multiple SQL query execution in a single request with transaction handling (commit/rollback). Added API key authentication, connection string encryption, exception handling, and Swagger integration.