Questions tagged [.net]

The .NET Framework, originally developed by Microsoft.

45 questions
17
votes
4 answers

Linux adoption path for a .NET developer

I am a .NET C# programmer, I love the .NET stack. I have tried Linux several times but every time I got put off as I could not do anything on it .. (like program for it or on it). Ever since Mono was launched, I find myself using Linux a lot…
Russ W
  • 171
  • 4
8
votes
2 answers

Has anyone got any performance numbers comparing IIS and .NET to Cherokee and Mono?

I am setting up a development server and want to set it up to serve ASP.NET pages using Mono. I am planning on using Cherokee and Mono (http://www.cherokee-project.com/doc/cookbook_mono.html) and wondered if anyone had done any performance testing…
Larry Smithmier
  • 465
  • 2
  • 10
  • 14
6
votes
3 answers

Resolve-DnsName : The term 'Resolve-DnsName' is not recognized as the name of a cmdlet

Why is Resolve-DnsName not recognized for PowerShell Core? So far as I recall it works fine with PowerShell itself. Is this a .NET versus dotnet problem? That dotnet simply doesn't have this functionality? thufir@dur:~/powershell/webservicex$…
Thufir
  • 1,810
  • 6
  • 33
  • 60
6
votes
4 answers

Can I work with Sql Server, Office and C# using Linux?

I want to start working with linux, and I know I should work in that regularly to improve myself. I work with sql server, office, c# at the company. can I install and do my tasks in linux (i.e. red hat)?
LIX
  • 165
  • 2
  • 7
5
votes
0 answers

installing .net core sdk 2.0 on NixOs (can't find templates)

Resume I am currently trying to install dot-net-core-sdk 2.0 with the Nix package manager in NixOs. I am very new to both NixOs, Nix, bash scripting and stuff like ELF. Yet I think I've successfully managed to create a valid Nix package description…
Michelrandahl
  • 203
  • 1
  • 8
4
votes
1 answer

How to install wine with .NET framework instead of mono?

I am using fedora 23 and I want to install .NET framework 4 in wine. based on here, I have to remove mono first. But when I run the following command I receive unsuccessful result. $ wine uninstaller --remove…
Matin Lotfaliee
  • 161
  • 3
  • 8
3
votes
1 answer

mod-mono-server 4 is not working, while 2 does

I need to deploy an ASP.NET MVC4 (MVC3 at least) application on Centos 6 server. I've installed Mono 3.2.1, XSP4, mod_mono (for use with apache web server) and succesfully ran the test application that goes with mono. I used a config tool to create…
3
votes
3 answers

dotnet --help -> Segmentation fault (core dumped)

Most dotnet commands I run on my Ubuntu 20.04 system gives me the error:Segmentation fault (core dumped) I tried rerunning the dotnet installation scripts and I tried modifying the stack size with uint -n (as advised on the internet). (It's…
Szoke Lorand
  • 31
  • 1
  • 3
3
votes
1 answer

How to install .net Mono on Solaris 11 (source code compile)?

I downloaded the last mono tar to Solaris 11 I install the required packages: # pkg install autoconf # pkg install automake # pkg install libtool # pkg install gcc When I tried to configure mono 5.18.0.268 on 64-bit Solaris 11/x86…
3
votes
1 answer

Enable .Net 4 Mono on OpenSuse

I have an OpenSuse Linux server and want to run an ASP.net web project. I have installed the apache2 module mod-mono, but when I try to access the ASP web pages it looks as if it is attempting to use .Net 2 when the project is built under .Net 4.…
Boardy
  • 401
  • 1
  • 5
  • 18
1
vote
1 answer

How can I call a .NET web service from PHP?

The web service could be a SOAP asmx or a WCF Service. Assumption here is that the IIS on Windows is serving the web-service and Apache on Linux with PHP 5.3 consuming it.
James
  • 377
  • 5
  • 10
1
vote
0 answers

Is it possible for runtime .NET Core 3.1 and 6.0 to coexist on an Ubuntu system

Is it possible for runtime .NET Core 3.1 and 6.0 to coexist on an Ubuntu system (for example, Ubuntu 22.04)? Let me explain, I have a computer where I need both runtimes, but either I install one or the other. I can't seem to get them to work…
Fco Javier Balón
  • 1,144
  • 2
  • 11
  • 31
1
vote
1 answer

nappo - probably dotnet command missing

I know that this is a question for beginners, but I cannot find the nappo command. It's used in the Fedora packaging script for ARM 64 DotNet. I tried to google it, yum search, pkgs.org, repology and GitHub. The file where the nappo command is used…
Alex Baranowski
  • 1,171
  • 8
  • 15
1
vote
0 answers

.NET 5 issue on "old" arm64 / how to publish for arm64/gcc4.x

Background I'm having more success than expected running binaries from a (relatively simple) C# program on "antiquated" arm and arm64 systems built on linux-x64 and published with RIDs linux-arm and linux-arm64. On one machine I get the following,…
ppenguin
  • 115
  • 9
1
vote
0 answers

parrot VM on linux

Any Linux distros or applications that mainly use/run on parrot vm? I"m asking because in windows, there is .NET and libraries written in C#, F#, VB will work together. parrot can do the same. (Correct me if I'm wrong) So why aren't Linux…
Nyan
  • 113
  • 3
1
2 3