Ask your question or provide help
Use a forum post to ask a question and get answers in relation to your topic. Tag them up so people can find your question easier.
186 Replies
why won't ainz finish nier automata
Hello, it's me from future
that's not a programming topic
and who's going to stop me
Vote to close
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
you'll never see me finish nier with that attitude
ok good to
round 1
fight
What is this?
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
some new feature discord rolled out that we don't properly understand
where the the down vote?!?!?!
no negativity in here
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
no gifs either
good question
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
forums are just threads with subjects
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
someone post a question
oh, am just blind
How to write in console?
Like as a new post?
i wonder if commands work $wpfuilibs
MahApps
https://github.com/MahApps/MahApps.Metro
ModernWPF
https://github.com/Kinnara/ModernWpf
Adonis UI
https://github.com/benruehl/adonis-ui
Material Design
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
Biaui
https://github.com/YoshihiroIto/Biaui
HandyControl
https://github.com/HandyOrg/HandyControl
WPFUI (Windows 11 inspired)
https://github.com/lepoco/wpfui
noice
this doesnt feel like discord idk
great job discord
I can't even post a question
maybe I can post it
@patrickk how do the tags work?
Your post said people can use tags to find posts easier but it's not clear to me how one would do that.
if they're assigned you can click here
Where is that dialog located? I don't see it.
on the home bit of the forum
Oh I had to close the active channel which was covering that up.
Er, active post
only you can create tags FYI
Iām not sure how I feel about this feature yet
This post is used to explain how to use this channel, I think you should create e new post in order to ask for help
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
if they have exactly the same signature otherwise, no
an overload will need a different parameter signature
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
sure
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
your IDE will also be telling you the error message
so instead of me guessing what you've done wrong, it'd be cool of you to share that !
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
ok then you've done something else wrong
can't do much with that screenshot
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
an overload will need a different parameter signature
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
could a tag be used for solved / new? Not sure how to tell which are š¤
(wups accidentially swapped between the server-feedback and help forums...)
I just suggested maybe a bot command to add a ā
to the title
Isn't a tag preferable, ie "Unsolved"? Given you can filter by them?
Maybe
Is there a way to change the default order to "Creation Time" rather than "Recent Activity"? I want it to keep a consistant order every time I check it to look for new questions?
sorting by recent activity is trash
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
make a new post
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
not if things get archived
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
hey can you guys help me
when i run my visual studio solution it says "debug profile does not exist"
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
oh
thanks
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
$codegif
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Visual Studio Magazine
Understanding the Dynamic Keyword in C# 4 -- Visual Studio Magazine
The dynamic keyword brings exciting new features to C# 4. Find out how it works and why it simplifies a lot of your coding tasks, including some handy COM interop possibilities.
This is dynamics
object is an alias for System.Object, the root type for everything. That means you can store any value or object under an identifier of type object.
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Its not. The title is just about dynamics but if u click the link, it will tell u about System.object
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Object is just something u use when the type of object is unassigned i think
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Why do u need object in Dictionary? Will you be storing different typed objects in it?
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
I dont know python nor the lib
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
What type of object u mean?
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
I guess you can put any typed object into a Dictionary that can contain Object
Whats the problem you are having?
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Ofc u cannot convert a string to object
It doesn't work like that
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
You need to change the first list to contain object,object i think
So this first list in code
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Then it needs to be string, object
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Not string, string
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Haha you are welcome. Just always check what its expecting and what you are passing
Also its better if u do
ind++;
to add one to it instead of just ind += 1
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
That makes no sense š©
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Don't crosspost
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
The countdown would be best handled client-side with javascript to reduce server load
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
it's not bad practice, no
they're called guard statements and are better than nesting/branches of code
you should do the former
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Hey :)
How do you create a MAUI project in rider?
intelliJ Rider that is :)
as long as you have all the correct workloads installed, Rider should have the template available
Workloads? š
I only have the basic ones.
you have to install the VS22 preview + all the MAUI tools
Ooooh
you can also use uhhh... https://github.com/Redth/dotnet-maui-check this to make sure you have all the right things installed
I have vs22 and Maui tools
that tool can automatically install some stuff, though not all of it, namely the android SDK's and such
Does it need to be the preview of Vs?
Oooh that took looks neat!
uhh, maybe not anymore, the maui-check tool will tell you for certain though what you need
Oh is that it there????
Is that a good Pepe?
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
You need to implement the getter yourself
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Hi
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Silk.NET provides native access to GL, Vulkan, CL, DX, etc.
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
that sounds like a view concern. so no viewmodels or models involved
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
What exactly is your problem?
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
You need to reset your enviroment variables, not sure how that is done on mac, but it should be googleable
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Sory refresh
Not reset, refresh
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Np
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
What structure is the text file? Is it csv or something like that?
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
You could read that using some library for csv probably, but i would just create method, that returns the class you need
Using library for this is overkill imo
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
What does your class look like?
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Well can't u just have it in the dictionary, and have the dictionary as property in the class
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Np
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
$help
placeholder
So I have a problem with Url.Action
I am creating a button which should call it
but
literally nothing happens
location.href
becomes empty
I described more details here https://discord.com/channels/143867839282020352/1013048124366934037
No clue whats wrong
I tested everything that comes to my mindUnknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Yes it maters as code is executed line by line so
is not the same as
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
It depends on what you want to do
But the best way is alwys try it yourself
hey! so im still really new to c# but im rather intermediate in sql. i'm working with an sql database of employees. right now, i'm trying to create a class library of employee, which will have the same attributes as the sql database of employees, such as empid, name, salary, etc. my question is, is there a way to link the class to the sql table?
something like, whatever data is in the table creates employee objects with the same data? i want to keep everything consistent
$efcore
Overview of Entity Framework Core - EF Core
General introductory overview of Entity Framework Core
That is exactly what you are looking for
But you probably won't use any sql with it don't crospost
thank u
also sorry for crosspost
so, i wont use any sql with it? as in i dont need the database anymore? or everything will be done in sql
As in everything gets maped into object which you can just use, you need database, you just dont need SQL
https://github.com/DapperLib/Dapper if you want to do sql, but map into objects, there is also dapper
GitHub
GitHub - DapperLib/Dapper: Dapper - a simple object mapper for .Net
Dapper - a simple object mapper for .Net. Contribute to DapperLib/Dapper development by creating an account on GitHub.
okay! ive heard of this
thank you so much dude
Np
Also close the crospost forum
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Mate, press new post.
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
I don't know what he meant but now you are being very rude
i mean it does say "use a forum post to ask a question" š
it's not a rule but helps you be seen.
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
Yes you can post any question, best way is probably to create new post in the forum chanel
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
That means that the build failed, what does it say next to it?
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View
just !File.Exists
if(!File.Exists(path)){}
hi can someone help?
hi I hv a view which has few checkboxes in mvc. i designed them in html inside view. Now I require to save the selected values of checkboxes into a single column of a table.
If there are multiple checbox values, I need to save values with comma separator in that column. Please help
Don't crosspost
@patrickk can you Pin the original "Use a forum post to ask a question..." message so that people who join the discussion don't have to scroll all the way to the top to see the full description
and on the same note allow posters to pin their original message for the same reason, or have modix do it automatically when a new post is created
Can we close this thread? People are asking questions in this thread which go unseen
yeah exactly, the original post that explains what to do isn't visible anymore because people can reply to this thread
Unknown Userā¢3y ago
Message Not Public
Sign In & Join Server To View