Frostshoxx
Frostshoxx
CC#
Created by Mechno on 7/19/2023 in #help
❔ C# Excel Interop - sensitivity label
If I recall correctly, excel interop will create a GUI-less excel app. If you don't kill it at the end of your code routine, it may hold the file permission until you restart the machine or go kill it from the task manager.
4 replies
CC#
Created by Silentgamerz on 7/10/2023 in #help
✅ unable to connect Microsoft SQL in visual studio wpf
what's the "normal way"? The IDE would need to know the existence of your SQL server before it can be available as a drop down. You may have to register it somewhere first (at least that's how it works on SSMS, not sure about VS IDE).
12 replies
CC#
Created by Silentgamerz on 7/10/2023 in #help
✅ unable to connect Microsoft SQL in visual studio wpf
Can you just type it in?
12 replies
CC#
Created by Silentgamerz on 7/10/2023 in #help
✅ unable to connect Microsoft SQL in visual studio wpf
So you're gonna have to provide the ip address or domain name of that SQL server with port
12 replies
CC#
Created by Silentgamerz on 7/10/2023 in #help
✅ unable to connect Microsoft SQL in visual studio wpf
Is this a local or remote SQL server?
12 replies
CC#
Created by Silentgamerz on 7/10/2023 in #help
✅ unable to connect Microsoft SQL in visual studio wpf
Can you type the endpoint directly?
12 replies
CC#
Created by Uchuu on 7/8/2023 in #help
❔ need some advice
Although, it might be worth looking into IAsyncEnumerable while you're at it.
6 replies
CC#
Created by Uchuu on 7/8/2023 in #help
❔ need some advice
6 replies
CC#
Created by Uchuu on 7/8/2023 in #help
❔ need some advice
if you ever comes across a situation where you would have a for loop with await in it. Change that to add task from each loop into a list, then convert to array and throw it into await Task.WhenAll(tasks);
6 replies
CC#
Created by AceChewy on 7/8/2023 in #help
❔ Coding Roadmap
Look around your surroundings and day-to-day routines. Try to think of some tools that you can build to help enhance them. Once you pick one that seems to be the most bang for bucks, try to build an app for that.
7 replies