Here's how I upload file my Api action : [HttpPost] public async Task<BaseListResponse<MediaStorageModel>> MediaBrand(IFormFile file, int brandId)
I've migrated a SQL Server database from SQL Server 2000 to SQL Server 2012. As first step, I migrated it to SQL Server 2008 as an interim step. The ODBC Connec
I'm going to deploy a django app on a shared hosting provider. I installed my own python in my home, it works fine. My promblem comes with the installation of P
I have created trigger in MySQL to update data but problem is as soon as I deploy trigger, it's locking tables and applications using these ta
When I use BigTextStyle and BigPictureStyle together, only setContentText and BigPictureStyle are shown in the notification drawar. I mean if the text is long,
I'm reading that using Redis Pipeline could improve performance by sending a batch of commands to the Redis server rather than sending separate messages one by
I am trying to connect to my access databse that I have hosted with godaddy. I have ASP 3.5, Php 5.2, and IIS 7. I have gone and set up a virtual directory in
I know it's possible to set a dark background for all editor windows, including the console (Settings → Editor → Color Scheme → Console Colors &r