12 questions with .NET Training tags

Sort by: Updated
1 answer

Explain The C# Code

using System; using System.Collections.Generic; using System.Linq; public class Program { public static void Main() { Console.WriteLine("Hello World"); var nums = new List<NumberHolder> { new NumberHolder{ Val = 1 }, new…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,808 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,858 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-09-19T13:04:31.2266667+00:00
Adish Jain 0 Reputation points
edited an answer 2024-09-19T18:35:35.5166667+00:00
Bruce (SqlWork.com) 64,486 Reputation points
1 answer

ContosoPizza Web App can´t run on .NET 8.0

when 'dotnet watch' is executed on the terminal with the correct directory it fails with this line: dotnet watch ❌ Exited with error code -2147450730. Please some help, i'm trying to learn.

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-08-26T20:42:19.8833333+00:00
Gaspar Carballada 0 Reputation points
commented 2024-08-28T04:08:10.7333333+00:00
Pradeep M 2,450 Reputation points Microsoft Vendor
1 answer

how can i fix the code editor ?

when i try to write code in it it's just loading. Can you please fox this it's in the foundational c# course

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,808 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-08-23T08:13:25.49+00:00
LEUL MERID 0 Reputation points
edited the question 2024-08-24T04:42:36.1266667+00:00
Pradeep M 2,450 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

can't covert Adobe PDF into Microsoft world

I'm having trouble converting an Adobe PDF to Microsoft Word. I've tried using different methods, but the formatting doesn't seem to carry over correctly, and some elements are missing. What steps can I take to ensure a smooth and accurate conversion,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,808 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-06-30T07:37:18.5433333+00:00
MADY56 20 Reputation points
commented 2024-07-30T06:39:40.3966667+00:00
AmaranS 6,020 Reputation points Microsoft Vendor
1 answer

cannot open program.cs file using "code Program.cs"

When attempting to complete Step 1 of "Add the code for your text to speech application" of the Create a single-shot recognition speech to text application exercise, I have manually typed-in as well as copied/pasted in the following: code…

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-06-28T21:52:09.2066667+00:00
James Hackney 61 Reputation points
edited the question 2024-07-02T10:52:11.67+00:00
Pradeep M 2,450 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

https://try.dot.net not working?

Hi, I'm following the tutorial and link to https://try.dot.net from page https://learn.microsoft.com/en-us/training/modules/dotnet-introduction/4-build-your-first-app isn't working. This question is related to the following Learning Module

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-06-27T15:11:34.16+00:00
Dessauvages Cathy 20 Reputation points
edited the question 2024-06-29T01:55:50.9866667+00:00
Pradeep M 2,450 Reputation points Microsoft Vendor
1 answer

Bug in the tutorial: How to change the space between views in a StackLayout

In this part of the training I found an error. When the tutorial explain "How to change the space between views in a StackLayout" it needs to add for example the HeightRequest or WidthRequest depending the Orientation of the StackLayout. …

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-06-19T00:22:23.2066667+00:00
Albert Einstein 0 Reputation points
answered 2024-06-28T11:01:29.1666667+00:00
Pradeep M 2,450 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Perform basic operations on numbers in C# .net editor not working

I am working on some of the trainings in the "Perform basic operations on numbers in C#". Yesterday the editor was working just fine but today it is taking 10-15 minutes and when its done thinking it just give errors even though i have tried…

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-06-18T15:35:10.8633333+00:00
Bradley 20 Reputation points
commented 2024-06-20T14:25:22.05+00:00
Jawid Noori 0 Reputation points
1 answer

Connection Target does not give me any subscription

Hello, I followed the instructions at https://learn.microsoft.com/en-us/training/modules/dotnet-debug-visual-studio-azure-web-apps/4-attach-to-process. At step Attach the debugger to the App Service, I clicked the Find button, but the Subscription name…

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-05-20T21:40:24.7333333+00:00
NM 1 Reputation point
answered 2024-05-21T04:21:17.33+00:00
Pradeep M 2,450 Reputation points Microsoft Vendor
1 answer

When i run a default maui blazor app it not showing output Whats the reason for that? this is the error message i got The program '[12180] MauiApp2.exe' has exited with code 2147942405 (0x80070005).

Windows 10 pro version 22h2 os biuld 19045.4291 Visual Studio enterprise 2022 17.9.6 This is my pc and visual studio versions that im using. When i run a default maui blazor app it not showing output Whats the reason for that? this is the error message…

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-05-07T04:52:00.16+00:00
s. Nilothaman 0 Reputation points
answered 2024-05-07T07:00:19.53+00:00
SiddeshTN 3,785 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Upgrading to .Net 8 results in errors when referenced by a project targeting '.NetFramework=4.61'

I am using the upgrade assistant to upgrade the framework, but it's resulting in many errors. Is there any documentation available that explains step-by-step how to fix the errors that occur during the framework upgrade process?

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-04-29T22:40:37.7233333+00:00
Ziya Ganjili 20 Reputation points
edited the question 2024-05-07T06:23:03.62+00:00
Pradeep M 2,450 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Hotfix for Microsoft .NET Framework 4.0

Hello! I need this file please   Hotfix for Microsoft .NET Framework 4.0 (KB2390372).

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-04-19T15:48:15.7033333+00:00
Mohamed Khalifa 20 Reputation points
edited the question 2024-04-29T07:25:11.6366667+00:00
Pradeep M 2,450 Reputation points Microsoft Vendor