menuitems: NavItem[] = [
Saturday, 20 July 2024
dynamic header ts data load
dynamic header or side bar sample code html
<div class="container-fluid">
Wednesday, 17 July 2024
get ooutput result for foreach loop save
public async Task<bool> BulkMovetoCompletedFiles(List<tbl_ScanedFiles> files)
{
try
{
bool result = false;
List<bool> responseResult = new List<bool>();
if (files.Count > 0)
{
foreach (var item in files)
{
responseResult.Add(await MovetoCompletedFiles(item.FileName, item.DivisionName, item.CountryName));
}
if (responseResult.All(x => x == true))
{
result = true;
}
}
return result;
}
catch (Exception ex)
{
throw ex;
}
}
Wednesday, 10 July 2024
flutter grid withimages
import 'package:flutter/material.dart';
flutter grid code
import 'package:flutter/material.dart';
HR MBA JOBS
Senior Manager - HR. In her role, she will lead the Talent Acquisition and HR Business Partner function for the GSC
x has
completed her Master’s in Business Administration, specializing in HR, and an
Executive Diploma in Human Resource Management from XLRI Jamshedpur.
x is an accomplished HR professional with 15 years of diverse HR experience and worked in the areas of talent management, employee engagement, and, organizational culture.
junior devops engnr
Position Overview: We are a growing start up seeking a Junior Azure DevOps Engineer with 2 to 3 years of experience to support our Azure...
-
D:\A-MyProjects2024-2025\ReactNative2025\BookRental\android\app\build\outputs\apk\debug path of apk To build an Android app using Capacitor...
-
👉 When your ExceptionHandlingMiddleware tries to resolve a scoped service directly from the app root container (which is NOT allowed)....