For questions specific to the usage and features of version 4.8 of Microsoft's .Net framework.
572 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
How to build LINQ Query [closed]
I am new to LINQ and need assistance to build following query I have following schema. Bookings (Table) - AssignedVehicles (List) => VehicleID Supplier (Table) - Vehicles (List) => VehicleID ... c# .net entity-framework linq .net-4.8
Ingimar Andresson
- 1,705
.NetFramework 4.8 option not visible in list while creating a project but installed on system
I am using VS2019 on Window 11 and want to create an ASP.NET Web application project on .NetFramework 4.8 but is not display in list when I want to choose it. Although, it is available on my system. ... .net-4.8
Haritus
- 80
Sniffer REST API request and response in IIS
I have implemented a REST service and hosted it in IIS (Internet Information Services). What I want is to implement a HTTP Modul that can catch the REST request and the related response and save it to ... c# asp.net .net asp.net-core .net-4.8
Balatharan
- 125
Entity Framework generates the "get all" action different from all the others
I am working on an API in .NET Framework 4.6 using Entity Framework. I generated a couple of controller after all the models and the DBContext implementation created by EntityFramework. These ... c# .net api entity-framework .net-4.8
Caelio
- 9
.NET Framework4.8(4115) latest version cannot install success
.NET Framework4.8(4115) version install fail logs: [6/14/2022, 18:55:51]Final Result: Installation failed with error code: (0x80092004), "Cannot find object or property. " (Elapsed time: 0 ... .net-4.8
Keung
- 1
Manual process for keeping two different Azure Repositories up to date
I'm trying to come up with ideas to keep two different Azure Repos up to date. One of the repo is .Net framework 4.8 and the other is .Net 6. Our app is currently running on .net 4.8 so whatever code ... entity-framework-core azure-pipelines repository .net-6.0 .net-4.8
probertson
- 1
How to implement JsonPatchDocument in .NET Framework 4.8
I am trying to implement JsonPatchDocument in .NET Framework 4.8, and the nuget package has installed successfully, and the code builds. But when I try to call an endpoint that accepts HTTP Patch, the ... c# api .net-4.8 json-patch
NollerNiller
- 15
.netstandard2.0: Reference to type 'EventLogEntryType' claims it is defined in 'System', but it could not be found
Project A in .netstandard2.0 Project B in .NET Framework 4.8 B has a class CustomEventLog with a method Fool(EventLogEntryType type) Class in A CustomEventLog.Fool(EventLogEntryType.Error) I have ... c# .net-standard-2.0 .net-4.8
lunatic84
- 138
How do I Sync two Azure repositories?
I'm upgrading from .Net 4.8 to .Net 6. I have two azure repos in the same organization/project. The original repo is for 4.8 and the other one is .Net 6. The problem is how do I get code changes(... azure azure-pipelines repository .net-6.0 .net-4.8
probertson
- 1
Offline Install of .Net 4.8 on 2016 Servers
PS Invoke seems to fail to complete: msiexec /i "d:\install\netfx_Full_x64.msi" /norestart /qn /le D:\batch\logs\ndp48-x86-x64-allos-enu-log.txt Any ideas? I keep getting this whether it's ... .net powershell .net-4.8 start-process
Patrick Burwell
- 109
Possible to set the computer uptime, either globally or for the current process?
Environment.TickCount reports the number of milliseconds since the system started. The value starts at 0, then cycles between Int32.MaxValue and Int32.MinValue with a total cycle time of ~49.7 days. ... .net windows .net-4.8
AlainD
- 4,434
How to perform multithread search in .NET 4.8?
I am making a program using .net 4.8 with Entity Framework 6.2 and i have a method for a search, which executes 2 stored procedures and takes back the result (the procedures return a select, which ... c# entity-framework .net-4.8
Simon Pietro Lentinello
- 1
Get selection of any window c# .net 4.8 WPF
So my current project is comming to an end. But I have an issue, i need to get a selection from any window and insert that into my current method, and then paste a new string into the selection. This ... c# .net-4.8
BaconBotMK1
- 3
.net standard 2.1 could not be found error even though using 2.0 version
I am using .NET standard 2.0 version DLL from .NET framework V4.8. On running .NET framework v4.8 DLL, I'm getting the below error. could not load file or assembly '.netstandard, version=2.1.0.0, ... .net .net-standard .net-standard-2.0 .net-4.8
san
- 5
I Applied Gzip compression but stream is not ending while responding back to client (Web API, .NetFrameWork)
Apologies for my English :) Following is my Web API .NET Framework 4.8 Compression Handler which i copied from an old blog to compress the response manually for Android Client public class ... asp.net-web-api .net-4.8 gzipstream
Hazan
- 41
153050per page