.Net framework 4.8.1 comparasion
what are major security updates and performance update given in .net framework4.8.1 when compare to 4.8
.NET Training
Please suggest me Alternatives for BinaryFormatter in .net 8 since it is obsolete in it.
I am migrating the .net 4.7.2 application to .net 8. Earlier we used BinaryFormatter for serialization and Deserialization but it is not available in .net 8. So I want any alternative to BinaryFormatter which I can implement in my .net 8…
.NET Training
Create a build pipeline with Azure Pipelines - Get the sample application
Hello, I am having difficulties following the training material in the section below: Create a build pipeline with Azure…
.NET Training
Installing .NET on steam deck
Trying to install .net onto a steam deck to run some older games in my library. When trying to patch the game, the file is stating that the .net needed to patch the files is '.net 7.0.0', which is not available. However I already have 8.0.1 and this…
.NET Training
.NET Editor is not loading up in C# fundamentals course
.NET Editor is not loading up in C# fundamentals course. When i open c# certification from free codecamp one. xp and .net loader are not loading. please i need your help to fix it Link:…
.NET Training
Issue with Project Reference
I am using visual studio 2022 with net9. C# unable to reference a class library project in another class library project. \Program Files\dotnet\sdk\9.0.201\Microsoft.Common.CurrentVersion.targets(2189,5): warning MSB9008: The referenced project…
.NET Training
Win32 internal error "Access is denied" 0x5 occurred while reading the console output buffer. Contact Microsoft Customer Support Services.
Hi, I‘m getting the following error while executing the "Invoke-WebRequest" command over "ssh.exec()": Win32 internal error "Access is denied." 0x5 occurred while reading the console output buffer. Contact Microsoft Customer…
.NET Training
sand box is activated but no link or azure cloud?
https://learn.microsoft.com/en-us/training/modules/manage-virtual-machines-with-azure-cli/2-create-a-vm?activate-azure-sandbox=true This question is related to the following Learning Module
.NET Training
Knowledge check page is missing the submit button
https://learn.microsoft.com/zh-cn/training/modules/csharp-call-methods/7-knowledge-check Despite my attempt to close the browser and reopen the page, I still cannot see the submit button, and my course cannot be completed
.NET Training
BinScope Tool Compatibility for .NET Applications
Dear Microsoft Support Team, I have a query regarding the BinScope tool. It is my understanding that this tool is used to check compiler protection for C/C++ applications. Could you kindly confirm whether BinScope can also be used for .NET applications,…
.NET Training
ML.NET Time Series algorithms to predict future forecasts
I got the suggestion from github copilot , SSA timeseries algorithm from ML.NET I got NIFTY BANK csv from the below file and tried to run forescast. https://www.nseindia.com/reports-indices-historical-index-data The last record is Last Record:…
.NET Training
how can i design android apps in visual studio
can i make a gui app by simply drag and drop from toolbox in designer windows in .net mau This question is related to the following Learning Module
.NET Training
In course it was written as Console.WriteLine(""); statements are in sequence, despite being on seperate lines all will be printed in the same line but my compiler printed them in different lines.
Console.WriteLine("the world dies"); Console.WriteLine(" ."); should have printed the world dies . but it printed the world dies . This question is related to the following Learning Module
.NET Training
Microsoft Learn .Net Maui course is how old?
https://learn.microsoft.com/en-us/training/modules/build-mobile-and-desktop-apps/2-describe-maui-architecture It says "These frameworks all have access to the same .NET 6 Base Class Library (BCL)." when I do a search on "what is .net 9 bcl…
.NET MAUI
.NET Training
Azure deployment for tutorial failed
The deployment of the tutorial server for "Exercise - Consume a REST service with HttpClient" on azure failed. How do I fix it? [ { "id": "fa64322c470c419da27840996cea099b", "status": 3, …
.NET Training
Why the xercise in "Design an MVVM viewmodel for .NET MAUI" has not a backbutton
When I goto the detailpage, there is not a backbutton. This question is related to the following Learning Module
.NET Training
how to build project on net maui c# android phone without failing?
NET MAUI c# android phone. i clean ok. i build without any errors, but the build fails. it says i have a dupilcate file. wha can i do? This question is related to the following Learning Module
.NET Training
Learning to code in C#
I want to learn how to write code with C#. Can anyone give some examples and resources that can help me get started? This question is related to the following Learning Module
.NET Training
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
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