🏠
Working from home
Full-stack Développeur .net/Angular
-
BeBoP-Org
- Morroco
- https://www.linkedin.com/in/hamza-zeryouh/
Pinned Loading
-
Cryptography example .net core
Cryptography example .net core 1using System;
2using Microsoft.AspNet.Identity;
3using System.Security.Cryptography;
45public class Program
-
MongoDB Aggregate lookup match Proj...
MongoDB Aggregate lookup match Project or condition dotnet c# .netcore exemple 1public async Task<List<ProfessorEntity>> GetLookUpTeacherSearchList(List<string> languages, string searchTerms)
2{
3try
4{
5return _db.Professor.Aggregate()
-
Function java Read From Excel
Function java Read From Excel 1How to Read Excel File in Java
2In this section, we are going to learn how we can read data from an excel file.
34In Java, reading excel file is not similar to read word file because of cells in excel file. JDK does not provide direct API to read or write Microsoft Excel or Word document. We have to rely on the third-party library that is Apache POI.
5 -
How to Write Data into Excel Sheet u...
How to Write Data into Excel Sheet using Java 1public static void WriteToExcel(Map<String, Object[]> studentData) throws Exception
2{
3// workbook object
4XSSFWorkbook workbook = new XSSFWorkbook();
5 -
upload file c# function .net core ...
upload file c# function .net core dotnet example 1public async Task<string> UploadFile(IFormFile file)
2{
3const string filePath = "upload-files/tasks/";
4Directory.CreateDirectory(filePath);
5string path = $"{filePath}{Guid.NewGuid()}{Path.GetExtension(file.FileName)}";
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.