Click here to Skip to main content
15,887,214 members

Comments by Rajesh Yerramsetti (Top 14 by date)

Rajesh Yerramsetti 18-Oct-22 11:06am View    
C:\Program Files\Docker\Docker\devops-master-class-master\projects\hello-world\hello-world-python>docker build -tag in28min/Hello-world-java:0.0.2 RELEASE .

Executing above command getting below error
"docker build" requires exactly 1 argument.
See 'docker build --help'.

Usage: docker build [OPTIONS] PATH | URL | -

Build an image from a Dockerfile
Rajesh Yerramsetti 23-Sep-20 3:46am View    
I have Async function in code is there any dependency when we host two web api's 1 is work at a time if one is down other service is working.

code snap:
[HttpPost]
public async Task<datatable> PendingCount(MAS_EMP_LOGIN objModel)
{
DataSet dsPendingCount = new DataSet();
dsPendingCount = await objBal.GetPendingCount(objModel);
if (dsPendingCount.Tables.Count == 0||dsPendingCount.Tables[0].Rows.Count == 0)
{
return DefaultDt("PendingCount", "0");
}
else
{
return dsPendingCount.Tables[0];
}
}

Response handler is

X-powered-by ASP.net inherited

Header info in Postman is

cache-control →no-cache
content-length →36
content-type →application/json; charset=utf-8
date →Wed, 23 Sep 2020 07:22:48 GMT
expires →-1
pragma →no-cache
server →Microsoft-IIS/8.5
x-aspnet-version →4.0.30319
x-powered-by →ASP.NET
Rajesh Yerramsetti 12-Nov-14 7:23am View    
I have already explored this link in this there is on two level i wont Three level menu..
Rajesh Yerramsetti 20-Feb-14 2:33am View    
IS there any Programmatic Solution i am using windows xp and in my office most of the system are XP only
Rajesh Yerramsetti 7-Jul-12 3:04am View    
i used smtp and credentials