Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Sticky
Posts
Comments
C
C#
•
Created by Sticky on 6/30/2024 in
#help
✅ I cannot create a database
İ simply forgot to close it, the kssue was what ffmeg said
16 replies
C
C#
•
Created by Sticky on 6/30/2024 in
#help
✅ I cannot create a database
so i guess that was the issue no errors were there
16 replies
C
C#
•
Created by Sticky on 6/30/2024 in
#help
✅ I cannot create a database
it was depricated but i downloaded 8.x versions of helper libs for it
16 replies
C
C#
•
Created by Sticky on 6/30/2024 in
#help
✅ I cannot create a database
ty
16 replies
C
C#
•
Created by Sticky on 6/30/2024 in
#help
✅ I cannot create a database
this time i didnt see a lib was depreciated at 3.0.5
16 replies
C
C#
•
Created by Sticky on 6/30/2024 in
#help
✅ I cannot create a database
smh i always forget that
16 replies
C
C#
•
Created by Sticky on 6/30/2024 in
#help
✅ I cannot create a database
it was that
16 replies
C
C#
•
Created by Sticky on 6/30/2024 in
#help
✅ I cannot create a database
can it be cross project incompatiblity?
16 replies
C
C#
•
Created by Sticky on 6/30/2024 in
#help
✅ I cannot create a database
only some mutable nullable warnings
16 replies
C
C#
•
Created by Sticky on 6/30/2024 in
#help
✅ I cannot create a database
no real warnings that affect the code it seems
16 replies
C
C#
•
Created by Sticky on 6/28/2024 in
#help
Tidying and making a repeat column faster
Didnt think about this approach at all, thanks for helping
22 replies
C
C#
•
Created by Sticky on 6/28/2024 in
#help
Tidying and making a repeat column faster
Yea it is cleaner
22 replies
C
C#
•
Created by Sticky on 6/28/2024 in
#help
Tidying and making a repeat column faster
Nvm im derp
22 replies
C
C#
•
Created by Sticky on 6/28/2024 in
#help
Tidying and making a repeat column faster
I also closed my laptop :p So like:
public static string
ToURL
(
string
Url
){
return
Regex.
Replace
(Url,
@"+[^A-Z0-9]+"
,
""
);
public static string
ToURL
(
string
Url
){
return
Regex.
Replace
(Url,
@"+[^A-Z0-9]+"
,
""
);
Like this?
22 replies
C
C#
•
Created by Sticky on 6/28/2024 in
#help
Tidying and making a repeat column faster
I cant get the gist of mapping atm
22 replies
C
C#
•
Created by Sticky on 6/28/2024 in
#help
Tidying and making a repeat column faster
What do you mean by dictionary mapping
22 replies
C
C#
•
Created by Sticky on 6/28/2024 in
#help
Tidying and making a repeat column faster
True
22 replies
C
C#
•
Created by Sticky on 6/28/2024 in
#help
Tidying and making a repeat column faster
string wont be that long, at least it isnt a paragraph
22 replies
C
C#
•
Created by Sticky on 6/28/2024 in
#help
Tidying and making a repeat column faster
the issue is there will be a lot of replace in here
22 replies
C
C#
•
Created by Sticky on 6/28/2024 in
#help
Tidying and making a repeat column faster
i dont think it will be long but this code looks very ugly
22 replies