Do NOT use for questions about .NET Core - use [.net-core] instead. The .NET framework is a software framework designed mainly for the Microsoft Windows operating system. It includes an implementation of the Base Class Library, Common Language Runtime (commonly referred to as CLR), Common Type System (commonly referred to as CTS) and Dynamic Language Runtime. It supports many programming languages, including C#, VB.NET, F# and C++/CLI.
I was trying to perform similar kind of CI/CD operation form Gitlab as I was doing it for .NET Core but since classic ASP and everything beyond .NET Core is difficult to perform via CLI.
How can I ...
I am currently a programmer and I take care of 15 systems in Silverlight.
With the end of Silverlight support, I may have to move to another technology.
My backend is all in C # / WCF Services.
Would ...
I've been investigating a truly bizarre issue with rougue queries hitting our production databases and attempting to load entire tables (plural) into memory without the data being requested. We have ...
asked 2 hours ago
Rondel
4,24199 gold badges3535 silver badges6262 bronze badges
I got a little bit stuck on my github action for testing and inspecting code. Problem comes with inspection, I got that part with analysing and end up with xml file, but how can I report those issues ...
I would like to connect telnet with either PowerShell or cmd.
System.Diagnostics.ProcessStartInfo procStartInfo =
new System.Diagnostics.ProcessStartInfo("cmd.exe", "/k &...
asked 6 hours ago
AjmeraInfo
47622 gold badges88 silver badges2323 bronze badges
I am creating rest request like below. I need to add a cert key to my request. How to do that??
Example cert key I have : "-----BEGIN CERTIFICATE-----\nMIIDSDCxxxxxxxxxxxx3PQ==\n-----END ...
I have a WinForms form with a TableLayoutPanel on it.
In this TableLayoutPanel, I have 2 Button controls.
I press one of these buttons.
Then I press the Up or Down arrow (ā ā) on the keyboard.
The ...
asked 7 hours ago
tmighty
7,6831717 gold badges7373 silver badges169169 bronze badges
I'm parsing a number of text files that contain 99.9% ascii characters. Numbers, basic punctuation and letters A-Z (upper and lower case).
The files also contain names, which occasionally contain ...
I have a .net core API, I tried to deploy it to Azure using the VSCode extension, it generated me the website but when I access it it throws: You do not have permission to view this directory or page.
...
What I want to do is to define one or more Setup(s) to one Return call on multiple method calls of the mocked object; hence avoiding multiple single calls to do Setup().Return()s.
The compiler ...
asked 9 hours ago
ΩmegaMan
21.5k88 gold badges7171 silver badges8888 bronze badges
Okay, so I'm new in the whole thing with fluent api and entity framework, so my question is, what are the proper and right configurations for an entity to have a list of value objects?
E.g.
public ...
I have a method that does some scraping, and then for each string it gets invokes a method for that string. This code works when I do it iteratively (when I use foreach to invoke the ...
So I am having issues getting my http listener to work with a https prefix. I have never worked with HttpListener before so maybe I am missing something extremely basic, but I keep getting a "...
I have multiple keywords ("keyword1", "keyword2", ....keywordN) of type string and I want to search from a collection-records where field1 OR field2 OR field3 contains any of the ...
I was browsing through the Cure53 audits and found a mention of 'Secure key deletion ineffective (Medium)' on pg. 3 here. The Cure53 team was saying that there's no real way to erase sensitive data in ...