TilionDC
TilionDC
CC#
Created by TilionDC on 5/14/2024 in #help
Application rewrite itself during runtime?
But how would that work? Do you mean like every time it runs, it will compile and runtime compiled copy of the program? Or did you have a neater idea?
9 replies
CC#
Created by Suraj Kumar😎 on 5/14/2024 in #help
I want to be a job ready in .Net
Step 2. Apply for a job or internship
7 replies
CC#
Created by Suraj Kumar😎 on 5/14/2024 in #help
I want to be a job ready in .Net
step 1. Learn C#. If you are interested in using VueJS i would suggest trying to make a fullstack project with Asp.Net and VueJS
7 replies
CC#
Created by kmanjt on 5/13/2024 in #help
Testcontainers CosmosDB / WebApplication Factory ConnectionString Not Working
https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/how-to-dotnet-get-started?tabs=azure-cli%2Cwindows If it doesn't work the DI way. Try creating an azurecredential and see if you can make a dbclient that way
29 replies
CC#
Created by kmanjt on 5/13/2024 in #help
Testcontainers CosmosDB / WebApplication Factory ConnectionString Not Working
sorry, my brain is mushy today
29 replies
CC#
Created by kmanjt on 5/13/2024 in #help
Testcontainers CosmosDB / WebApplication Factory ConnectionString Not Working
https://www.connectionstrings.com/sql-server/ I'm no connectionstring expert but try take a look at this. What dbserver are you using?
29 replies
CC#
Created by nunumars on 5/14/2024 in #help
βœ… how to make print button in c#
What GUI framework are you using? Blazor, Maui, Winforms, Xamarin... etc
15 replies
CC#
Created by kmanjt on 5/13/2024 in #help
Testcontainers CosmosDB / WebApplication Factory ConnectionString Not Working
You sure its not the connectionstring thats poorly formatted?
29 replies
CC#
Created by nunumars on 5/14/2024 in #help
βœ… how to make print button in c#
if you are making a console application you can try Console.ReadKey and check if the button you pressed is the key you want and then print to console
15 replies
CC#
Created by nunumars on 5/14/2024 in #help
βœ… how to make print button in c#
Depends on what framework you are using.
15 replies
CC#
Created by TilionDC on 5/14/2024 in #help
Application rewrite itself during runtime?
But thanks for trying πŸ™‚
9 replies
CC#
Created by TilionDC on 5/14/2024 in #help
Application rewrite itself during runtime?
Thats not my question. My hobby is writing weird code like this. I just need to know if anyone have a better idea than the one i presented.
9 replies
CC#
Created by TheSnowOwl on 5/13/2024 in #help
Anyone interested in trying to break an encryption i have written?
Yes, but as a learning exercise its not a bad idea.
43 replies
CC#
Created by TilionDC on 5/14/2024 in #help
Application rewrite itself during runtime?
So I have some scipts that I run in python but i hate python so I wanna rewrite them in c# the thing is that I don't want to recompile every time that I need to change something and I don't want a seperate settings file so I thought to append the settingsfile to the end of the executable. I got everythign working for it to write a copy with the settings appended. I just need a good way to have the application apply it to itself instead of creating a copy
9 replies
CC#
Created by TheSnowOwl on 5/13/2024 in #help
Anyone interested in trying to break an encryption i have written?
You are gonna have to share the code for it if you want us to try decrypt it. Security through obfuscation is generally thought of as an antipattern
43 replies
CC#
Created by Yonatan on 5/7/2024 in #help
What is the best EXPERT .net api course? or generally C# course
I can't speak for courses to become a "master". But if you are willing to pay for it, I suppose dometrain might have good courses. At least the teachers are verified. Other than that, get a job with more senior developers. The work place is the best place to learn. When I wan't to learn I usually ask ChatGPT for questions about the domain, then I research each topic GPT replies with. Most often it just comes down to conventional designs when using a specific framework and trying to puzzle which pattern to use where. Then of course you can level up your knowledge by learning to use the popular frameworks that exist and that way have a broader understanding on what framework to use and when. You should also be reading microsofts blog if you aren't already and when looking at documentation, check when a feature was implemented and look at upgrade guides.
11 replies
CC#
Created by LudoCrypt on 5/6/2024 in #help
Can I add a field to compiled class?
if you are using Unity, chances are that you can use BepInEx lib
30 replies
CC#
Created by IamMax420 on 5/7/2024 in #help
βœ… why is the random number not being printed to the console?
I wanna learn why too. Why else would we try to help if we are just gonna be discarded when it works? @IamMax420
58 replies
CC#
Created by IamMax420 on 5/7/2024 in #help
βœ… why is the random number not being printed to the console?
lol
58 replies
CC#
Created by IamMax420 on 5/7/2024 in #help
βœ… why is the random number not being printed to the console?
You can. But perhaps put seperate namespaces in seperate files. Its easier to remember if you do a ; after the namespace instead of {}
58 replies