W∴ Balboos, GHB wrote:
COVID vaccinations
Government tracking implants? :-D
W∴ Balboos, GHB wrote:
COVID vaccinations
Government tracking implants? :-D
Why do women have to be interested in Computer Science?
Slacker007 wrote:
Our company now tries to hire as diverse as possible,
I have never understood why people are so obsessed with skin color and diversity. Just hire the best candidate, period. I can't even begin to imagine having several people that are equally qualified and then deciding who to make the offer to simply based on their race or gender. That's insanity. :omg: :doh:
Because it's annoying what people are doing to Dr. Seuss books now.
Anything Dr. Seuss.
It's been a long time since I have used it so I don't remember any specifics but it sounds like either the sql is not being executed or it is and it's not returning data. Try using Sql profiler on your database to see if any sql is being executed.
The reportViewer control has print controls on it. Did you try those?
System.Net has the capability, I believe. See TCP/IP Client Socket Program in C#.Net Using IP Address And Port Number - Stack Overflow[^] for some sample code. Or just google c# tcp/ip. Lots of examples of how to do it without extra libraries.
Deyan Georgiev wrote:
Third party stuff. Microsoft Azure stuff.
That's me too.
How are you using NuGet? All I do is right-click my project in Visual Studio, Manage NuGet Packages and then install what I need. It's much easier than going out to find the vendor's website, downloading an sdk, and adding references in Visual Studio. And mine don't ever try to update so new versions or url changes don't affect me. I've been using it for the last couple of years and have not had the problems you mentioned so you must be doing something wrong. :)