.Net
Securely connect to azure DB from c#?
Very noob in the Azure and c# space. A engineering “dev” in the company I work for is building an app based off c# on EntityFramework Core. It needs to connect out to an azure Read more…
Very noob in the Azure and c# space. A engineering “dev” in the company I work for is building an app based off c# on EntityFramework Core. It needs to connect out to an azure Read more…
Hi! Id like to stress test LINQ queries and the performance of different collections. What kind of amount of mock data should i use and how to generate it? Its only out of being curios Read more…
Disclaimer: I’ve no experience when it comes to Reporting Services Thanks in advance Assuming you’re talking about SSRS this may be a solution. https://stackoverflow.com/questions/46745526/how-to-use-microsoft-reporting-services-with-net-core yea, we just call the HTTP SSRS web service from our Read more…
The “obvious” answer would be “enumerable”, but that just sounds wrong, saying “I have an enumerable containing all of our customers” or whatever. In the past I might have said “list” or “collection”, but that’s Read more…
RobinVM | Presentation: My own virtual machine written in .Net Core C# Hi guys! For first I ask sorry for my bad english pronunciation. I made a quickly presentation for my object oriented virtual machine. Read more…
After a google search i found many answers opposing other answers which complicated things even more In the case of arrays in particular, there is no performance difference. Foreach is a bit less typing, so Read more…
Hi all, I’ve tried using this class by this chap here: https://blog.dantup.com/2016/07/simplest-csharp-code-to-post-a-tweet-using-oauth/ …and modify it to use the Twitter API search facility, but no matter what I do, I get the response: I added this Read more…
Hi, I’m trying to learn about channels in c# and I’m attempting to build a concurrent webcrawler to do so. So I have an unbounded channel linksToCrawl. when I consume a message (a url), I Read more…
so for the last 10 years i have worked alone. now there are 2 of us and we are sharing code. The first issue we have come across is build location of DLLs. Should we Read more…
I have had sucess in the past using SendMessage and BN_CLICKED message (245) to click buttons in other processes. However, this does not work for WPF applications. Can anyone suggest an alternative? Last time i Read more…