-
Try to keep discussions on topic. Any job posting = ban. Spam/ads = deleted. Spam again = ban. Piracy, porn, gore = guess what? Ban. English only. No begging! No job posting allowed.
Does anyone have any idea about this kind of SQL query? Is it possible to check duplicate data in a table for all the columns except primary key column? Primary key column exists and it's unique. If we check all the other column values are same as another record then it's duplicate
Читать полностью…
Hi, I need suggestions on handling sessions in asp.net core .
I am using session to store customer ID and passing it in the request body.
ISSUE- the session value is overwritten by the next user’s customer ID. Is it expected?
https://stackoverflow.com/questions/76184374/could-not-load-file-or-assembly-system-data-sqlite-see-license-version-1-0-11
how to import it in project
using System;
using System.IO;
string filePath = @"C:\path\to\your\file.txt";
// Define the path to the output folder
string outputFolder = @"C:\path\to\your\output\folder\";
try
{
// Read all bytes from the input file
byte[] bytes = File.ReadAllBytes(filePath);
// Extract the file name without extension from the input file path
string fileName = Path.GetFileNameWithoutExtension(filePath);
// Combine the output folder path with the file name and .bin extension
string byteFilePath = Path.Combine(outputFolder, $"{fileName}.bin");
// Write the bytes to the new binary file
File.WriteAllBytes(byteFilePath, bytes);
// Output a success message
Console.WriteLine("File converted and saved.");
}
catch (Exception ex)
{
// Output an error message if an exception occurs
Console.WriteLine($"An error occurred: {ex.Message}");
}
System.IO.FileNotFoundException
HResult=0x80070002
Message=Could not load file or assembly 'System.Data.SQLite.SEE.License, Version=1.0.118.0, Culture=neutral, PublicKeyToken=0a9a2a02614f8a52, processorArchitecture=MSIL'. The system cannot find the file specified.
Source=<Cannot evaluate the exception source>
java folks situation is so pity 😄.
I could not see any java openings that requires less than 4 plus years exp currently.
@votoz_navi [5336620950] warned (1 of 2).
Due to: no ad
Hello everyone! I have winforms app with local db and i want it worked fine on client pc. My question is should i create a db in ssms and attach it to my winforms app or i can run my winforms app on client pc with service-based db which has been created in Visual Studio 2022 ?
Читать полностью…
looks cool, but it's yet another candidate for their graveyard
Читать полностью…
They are famous for this. I am waiting to see what is going to happen with .NET Aspire. Hopefully, it won't be another Silverlight or Project Tye
Читать полностью…
kotlin multi-platform also lets you share code between apps and it's the closest (sane) thing to classic xamarin that's available today
Читать полностью…
Can anyone help me with dotnet developer resume with 5 years of experience
Читать полностью…
I have learned ef , what about dapper should i learn it
Читать полностью…
Yes. Using group by and having clauses.
Like having count(*) greater than 1.
download it from
https://system.data.sqlite.org/blobs/1.0.112.0/System.Data.SQLite.Core.1.0.112.2.nupkg
cuz in covid they've hired too many people, dropped them and now everyone on the market )
Читать полностью…
Friends market is so poor. Its hard to get a job in any stack now.
Читать полностью…
I will try and see if my app will work fine on client pc, anyway thanks for reply!
Читать полностью…
In my case we have already started IP s on top of it
Last time we make use of project Tye.
yeah, that's why I'm not investing time in that yet
Читать полностью…
you're going to have the best user experience and modern tooling is really easy to grasp, compared to the old XMLs on android or objective-c/uikit on ios
Читать полностью…