Click here to Skip to main content
15,868,016 members
Everything / .NET6.0

.NET6.0

.NET6.0

Great Reads

by Iulia Pitutiu
This document describes how you can benefit from using Azure files in your .NET web application.
by SleepyCrat
A quick tutorial showing how to use .NET worker service to watch a directory for new files and read them
by Ammar Albush 1997
Network Sniffer and Analyzer Program written in C# .NET 6.0 Windows Form (Sharppcap, PacketDotNet)
by syed shanu
Get started with .NET 6.0 and Angular using the Angular Template available in VS 2022

Latest Articles

by Ammar Albush 1997
Network Sniffer and Analyzer Program written in C# .NET 6.0 Windows Form (Sharppcap, PacketDotNet)
by Kenji Elzerman
A walkthrough to create and run a minimal API with .NET 6 using C#
by Ammar Albush 1997
Network Sniffer and Analyzer Program written in C# .NET 6.0 Windows Form (Sharppcap, PacketDotNet)
by SleepyCrat
A quick tutorial showing how to use .NET worker service to watch a directory for new files and read them

All Articles

Sort by Score

.NET6.0 

16 Aug 2022 by Iulia Pitutiu
This document describes how you can benefit from using Azure files in your .NET web application.
15 Oct 2022 by SleepyCrat
A quick tutorial showing how to use .NET worker service to watch a directory for new files and read them
20 Oct 2022 by Ammar Albush 1997
Network Sniffer and Analyzer Program written in C# .NET 6.0 Windows Form (Sharppcap, PacketDotNet)
25 May 2022 by syed shanu
Get started with .NET 6.0 and Angular using the Angular Template available in VS 2022
18 Jul 2022 by DiponRoy
Add execution time as a response header in ASP.NET Core
7 Dec 2023 by Richard MacCutchan
Take a look at Azure Web Application Firewall (WAF) v2 custom rules on Application Gateway | Microsoft Learn[^].
5 Aug 2022 by Tarek Najem
A new Blazor component to facilitate the use of the FontAwesome framework in Blazor
10 Oct 2022 by syed shanu
Blazor Server APP in ASP.NET Core 6.0
22 Jan 2023 by Richard Deeming
Your authentication and authorization policies are nothing to do with CSRF. CSRF occurs when an authenticated user on your site visits another site, and that site is able to trick them into issuing a request to your site to perform an action...
18 Sep 2022 by towaso
A short example on how to create a hierarchical web checklist
15 Jul 2023 by Graeme_Grant
You don't mention if you are working on a WPF or WinForms app, nor do you mention if you are using .Net 3.0+ or .Net Framework 4.5+, so I will assume it is a .Net Framework 4.5 WinForms app. You're using VB.Net, so I will do the same. You can...
7 Dec 2023 by Andre Oosthuizen
This is not at all my field of expertise or even near there..., I did however found the question interesting and started some googling and, yes I know, some AI advise. It seems that your custom middleware for encoding and decoding cookies is...
4 Jun 2022 by Oscar K.
What is PPL, Generation code DataFrame Library, Contents DataFrame library, examples of using several methods with results
6 Aug 2022 by Sauradipta Chaudhury
Easiest way to implement Swagger based OAS 3 documentation support for your Azure Functions built using .NET 6
8 Dec 2023 by Maciej Los
I'd suggest to read these MSDN articles: Troubleshoot - Azure Web Application Firewall | Microsoft Learn[^] Examine WAF logs using Azure Log Analytics - Azure Application Gateway | Microsoft Learn[^] Policy settings for Web Application Firewall...
N 28 Mar 2024 by Pete O'Hanlon
The easiest way for you to add an unknown number of pdf files would be to use an array or list. Inside iterate over the collection to create the value and assign them to Tasks. It doesn't have to be any more complicated than that.
1 Nov 2022 by Graeme_Grant
Did a quick Google search for you: swagger asp.net tutorial - Google Search[^] and found lots of tutorials to get you started. Here are the first 3: 1. ASP.NET Core web API documentation with Swagger / OpenAPI | Microsoft Learn[^] 2. How to add...
1 Nov 2022 by Dave Kreskowiak
Like Richard said, the error you're implying has nothing to do with Swagger. Swagger is an interface that allows you to document and test your API. It has nothing to do with your database or how you access it. The error means you have a field in...
22 Jan 2023 by GKP1992
Hello, We have a .NET core web application where we add and authentication scheme that creates an authentication ticket with claims identity. services.AddAuthentication(options => { options.DefaultScheme ...
11 Apr 2023 by u1923u12389h
Hey guys, I'm trying to download a file from a website that only supports TLS 1.3 using HttpClient, but it keeps giving me this error: System.Security.Authentication.AuthenticationException: Authentication failed because the remote party sent a...
11 Apr 2023 by Graeme_Grant
Here is an example of how to download a file. I am using a console app. using Microsoft.Extensions.DependencyInjection; const string HttpClientKey = "CodeProjectHelp"; IHttpClientFactory? _httpClientFactory; string url =...
28 Jun 2023 by Jithu_007
I am new to .NET Core web API development and have recently started working on a project at my company. I cloned a .NET Core 6.0 web API project from GitHub and I am trying to run it locally. However, when I test it using Postman, the breakpoints...
8 Dec 2023 by footballpardeep
Hi, I have a .net 6 web application, having azure ad authentication. Application is surrounded by azure application gateway . Gateway WAF rules are getting blocked and it is returning 403 error from gateway. Root Cause: Microsoft Identity Web...
13 Sep 2023 by Member 13998042
I am implementing a background service, the problem is when I run it in local, it is working fine since the app is hit and running. But, in IIS, I deployed code and started the server in IIS. The background service is not running until I browse...
N 29 Mar 2024 by Andre Oosthuizen
To add to what Pete has stated above, you can loop through each URL and create an 'ImportUrlCreateRequest' task for each one, see CloudConvert API[^] With the below code I am using a list called 'importTasks' to store all the...
22 Oct 2022 by Kenji Elzerman
A walkthrough to create and run a minimal API with .NET 6 using C#
18 Feb 2022 by Uzi Granot
PDF File Writer is a C# .NET class library allowing applications to create PDF files. The code was developed for VS 2022 and .NET6. The latest update is a major upgrade.
14 Jun 2022 by syed shanu
Get started with .NET 6.0 and Standalone Angular Template for using Admin LTE bootstrap design to make a simple website
28 Oct 2022 by Ammar Albush 1997
Network Sniffer and Analyzer Program written in C# .NET 6.0 Windows Form (Sharppcap, PacketDotNet)
22 May 2022 by syed shanu
Why should we move our existing projects from .NET 5.0 to .NET 6.0
1 Nov 2022 by Bal krishna sharma
I want connection of swagger api with mariadb database What I have tried: using ASP.NET_WebAPI6.DTO; using ASP.NET_WebAPI6.Entities; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using System.Net; namespace...
21 Feb 2023 by Member 13998042
I have a doubt , is there any option to partially update mysql db in asp.net core mvc i am using datafirst approach and when i try to do any changes in db all i can see is few DML like add, update and remove As of now i need to map every...
28 Jun 2023 by Dave Kreskowiak
with postman getting 504 gateway error Your breakpoints are never getting hit because the request is never getting to the controller. You have to solve the 504 error first before you can start debugging the code in the controller. This can come...
16 Jul 2023 by vincentkoert
Hello, Can anyone help me with the following? I want to make sure that the value I enter, remains in a datagridviewcombobox? The value I just entered is added to the list, but as soon as I select another cell, the value disappears. What I have...
28 Jan 2024 by pibas pvt
Background tasks with hosted services in ASP.NET Core | Microsoft Learn[^]
U 29 Mar 2024 by swapnilbhosale
var job = await _cloudConvert.CreateJobAsync(new JobCreateRequest { Tasks = new { import_first_file = new ImportUrlCreateRequest { Url =...