Click here to Skip to main content
16,004,529 members
Home / Discussions / C#
   

C#

 
GeneralRe: How I write this logic to check if string in a list and also checked ? Pin
OriginalGriff27-Jun-24 3:55
mveOriginalGriff27-Jun-24 3:55 
QuestionProject structure with C# and EfCore Pin
nwbkn20-Jun-24 4:54
nwbkn20-Jun-24 4:54 
AnswerRe: Project structure with C# and EfCore Pin
jschell20-Jun-24 12:41
jschell20-Jun-24 12:41 
GeneralRe: Project structure with C# and EfCore Pin
nwbkn21-Jun-24 6:35
nwbkn21-Jun-24 6:35 
GeneralRe: Project structure with C# and EfCore Pin
Richard Andrew x6423-Jun-24 4:58
professionalRichard Andrew x6423-Jun-24 4:58 
GeneralRe: Project structure with C# and EfCore Pin
Waqas Khan 202427-Jun-24 2:22
Waqas Khan 202427-Jun-24 2:22 
QuestionC# Newbie, Database Programming Pin
JasonParker33320-Jun-24 2:03
JasonParker33320-Jun-24 2:03 
AnswerRe: C# Newbie, Database Programming Pin
OriginalGriff20-Jun-24 2:09
mveOriginalGriff20-Jun-24 2:09 
There is a free version of SQL Server: SQL Server Downloads | Microsoft[^] - you want the Express or Developer edition (probably the former).
I use it myself as a testbed for DB apps so I don;t go near the production server and any c**k-ups I make don't harm anything in the real world.

But even in development, it;'s a good idea to back up your DB before testing extensive changes - this may help make that easy: Backing up an SQL Database in C#[^]

And SSMS is free as well: Download SQL Server Management Studio (SSMS) - SQL Server Management Studio (SSMS) | Microsoft Learn[^]
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

GeneralRe: C# Newbie, Database Programming Pin
JasonParker33320-Jun-24 3:18
JasonParker33320-Jun-24 3:18 
GeneralRe: C# Newbie, Database Programming Pin
OriginalGriff20-Jun-24 4:36
mveOriginalGriff20-Jun-24 4:36 
AnswerRe: C# Newbie, Database Programming Pin
Richard MacCutchan24-Jun-24 6:12
mveRichard MacCutchan24-Jun-24 6:12 
GeneralRe: C# Newbie, Database Programming Pin
JasonParker33324-Jun-24 6:18
JasonParker33324-Jun-24 6:18 
GeneralRe: C# Newbie, Database Programming Pin
trønderen24-Jun-24 7:18
trønderen24-Jun-24 7:18 
GeneralRe: C# Newbie, Database Programming Pin
Richard MacCutchan24-Jun-24 7:50
mveRichard MacCutchan24-Jun-24 7:50 
GeneralRe: C# Newbie, Database Programming Pin
trønderen24-Jun-24 8:08
trønderen24-Jun-24 8:08 
GeneralRe: C# Newbie, Database Programming Pin
Richard MacCutchan24-Jun-24 9:33
mveRichard MacCutchan24-Jun-24 9:33 
AnswerRe: C# Newbie, Database Programming Pin
Member 1527072924-Jun-24 9:01
Member 1527072924-Jun-24 9:01 
QuestionWhere To Find This DLL Pin
Kevin Marois11-Jun-24 17:57
professionalKevin Marois11-Jun-24 17:57 
AnswerRe: Where To Find This DLL Pin
Dave Kreskowiak11-Jun-24 18:29
mveDave Kreskowiak11-Jun-24 18:29 
AnswerRe: Where To Find This DLL Pin
OriginalGriff11-Jun-24 18:49
mveOriginalGriff11-Jun-24 18:49 
AnswerRe: Where To Find This DLL Pin
Ravi Bhavnani16-Jun-24 8:18
professionalRavi Bhavnani16-Jun-24 8:18 
QuestionHow to update UI control inside Parallel.ForEach ? Pin
Martin Adams 20232-Jun-24 12:04
Martin Adams 20232-Jun-24 12:04 
AnswerRe: How to update UI control inside Parallel.ForEach ? Pin
Dave Kreskowiak2-Jun-24 13:03
mveDave Kreskowiak2-Jun-24 13:03 
GeneralRe: How to update UI control inside Parallel.ForEach ? Pin
Martin Adams 20232-Jun-24 13:24
Martin Adams 20232-Jun-24 13:24 
QuestionNeed Help with Optimizing My C# Code for Better Performance Pin
Steves Smith31-May-24 1:25
Steves Smith31-May-24 1:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.