Author: joynal27
How i will return status code & message depend on condition in API?
Here when user try to get data entering id. If user enter id zero(0) then it’s called BadRequest which return
Read moreHow i will pass parameter & set it’s type in API?
Here i set id which type int and passed the int type id in GetVilla function.
Read moreError “System.Invalid OperationException has been thrown”
For solving this issue write outside of your class [Route(“api/VillaAPI”)]
Read moreCRUD in SwiftUI
First of all, create your demo project then right click project file -> Select Data Model -> give name “SubjectsContainer”
Read moreDifferent ways use for loop in swift
Github source code: https://github.com/Joynal279/ForLoopDemo
Read moreImplement inceptionV3 model in UIKit project with swift
Using inceptionV3 model we will detect some objects & also use for verify this object. Step 1: First of all,
Read moreSome common quotes should you know about ChatGPT
The model would always return identical or very similar completions. This is because your temperature was set to 0. If
Read moreLanuch Screen Background & Image added in swiftui
First of all go to the project file-> Info.plist->launchScreen, then expand it. You will see same as below with some
Read more