Filter
Exclude
Time range
-
Near
dotnet6ใ‚ใŸใ‚Šใ‹ใ‚‰ใƒ‘ใƒ•ใ‚ฉใƒผใƒžใƒณใ‚นๆ”นๅ–„ใซๅŠ›ใ‚’ๅ…ฅใ‚Œใฆใ„ใฆใ€ๆœ€่ฟ‘ใฏใƒ‘ใƒ•ใ‚ฉใƒผใƒžใƒณใ‚นใŒ็ตๆง‹ใ„ใ„ reddit.com/r/dotnet/commentsโ€ฆ
2
2,948
Create A Powerful Chatbot Using Azure OpenAI With .NET 6 And Angular 16 csharp.com/article/create-a-โ€ฆ via @CsharpCorner #Chatbot #AzureOpenAI #DotNet6 #Angular16
1
2
102
14 Feb 2025
Want to build a powerful chatbot using Azure OpenAI, .NET 6, and Angular 16? Check out this step-by-step guide by @SarathlalSasee1 on leveraging AI to create intelligent chatbots! Read here: tinyurl.com/jv2nbs8x #AI #Chatbots #AzureOpenAI #DotNet #Angular16 #MachineLearning #Tech #Angular #Azure #OpenAI #DOTNET6
5
13
651
Upgrading my workstation to 64GB of RAM was a good idea before I tried to upgrade this solution from dotnet6 to dotnet8
3
13
345
๐Œ๐ข๐๐๐ฅ๐ž๐ฐ๐š๐ซ๐ž ๐ข๐ง .๐๐„๐“ Middleware is software assembled into an app pipeline to handle requests and responses. Each component: Chooses whether to pass the request to the next component in the pipeline. Can perform work before and after the next component in the pipeline. Here are some common types of middleware that might be used in a .NET API program: 1. Routing 2. Exception handling 3. Authentication and authorization 4. CORS (Cross-Origin Resource Sharing) 5. Response compression 6. Request validation 7. Response caching 8. Static file serving ๐‘๐จ๐ฎ๐ญ๐ข๐ง๐  ๐ฆ๐ข๐๐๐ฅ๐ž๐ฐ๐š๐ซ๐ž: This middleware is responsible for determining which endpoint should handle a particular request based on the request's path and method. ๐„๐ฑ๐œ๐ž๐ฉ๐ญ๐ข๐จ๐ง ๐ก๐š๐ง๐๐ฅ๐ข๐ง๐  ๐ฆ๐ข๐๐๐ฅ๐ž๐ฐ๐š๐ซ๐ž: This middleware is responsible for catching and handling exceptions that occur during the processing of a request. ๐€๐ฎ๐ญ๐ก๐ž๐ง๐ญ๐ข๐œ๐š๐ญ๐ข๐จ๐ง ๐š๐ง๐ ๐š๐ฎ๐ญ๐ก๐จ๐ซ๐ข๐ณ๐š๐ญ๐ข๐จ๐ง ๐ฆ๐ข๐๐๐ฅ๐ž๐ฐ๐š๐ซ๐ž: This middleware is responsible for verifying a request from an authenticated and authorized user. ๐‚๐Ž๐‘๐’ (๐‚๐ซ๐จ๐ฌ๐ฌ-๐Ž๐ซ๐ข๐ ๐ข๐ง ๐‘๐ž๐ฌ๐จ๐ฎ๐ซ๐œ๐ž ๐’๐ก๐š๐ซ๐ข๐ง๐ ) ๐ฆ๐ข๐๐๐ฅ๐ž๐ฐ๐š๐ซ๐ž: This middleware adds the necessary headers to allow a browser to make cross-origin requests to the API. ๐‘๐ž๐ฌ๐ฉ๐จ๐ง๐ฌ๐ž ๐œ๐จ๐ฆ๐ฉ๐ซ๐ž๐ฌ๐ฌ๐ข๐จ๐ง ๐ฆ๐ข๐๐๐ฅ๐ž๐ฐ๐š๐ซ๐ž: This middleware is responsible for compressing the response payload to reduce the size of the response and improve performance. ๐‘๐ž๐ช๐ฎ๐ž๐ฌ๐ญ ๐ฏ๐š๐ฅ๐ข๐๐š๐ญ๐ข๐จ๐ง ๐ฆ๐ข๐๐๐ฅ๐ž๐ฐ๐š๐ซ๐ž: This middleware is responsible for validating incoming requests to ensure that they conform to the expected format. ๐‘๐ž๐ฌ๐ฉ๐จ๐ง๐ฌ๐ž ๐œ๐š๐œ๐ก๐ข๐ง๐  ๐ฆ๐ข๐๐๐ฅ๐ž๐ฐ๐š๐ซ๐ž: This middleware is responsible for caching responses to reduce the load on the server and improve performance. ๐’๐ญ๐š๐ญ๐ข๐œ ๐Ÿ๐ข๐ฅ๐ž ๐ฌ๐ž๐ซ๐ฏ๐ข๐ง๐  ๐ฆ๐ข๐๐๐ฅ๐ž๐ฐ๐š๐ซ๐ž: This middleware is responsible for serving static files, such as HTML, CSS, and JavaScript files, from the file system. Itโ€™s important to note that the order in which middleware is added to the pipeline can be important, as the middleware will be executed in the order in which it is added. For example, if the authentication middleware is added before the routing middleware, the routing middleware will not be executed until the authentication middleware has been completed. Repost โ™ป๏ธ would be appreciated #dotnetcore #dotnet #csharp #dotnet6 #webapi #middleware
2
7
88
3,821
After over 30 hours of almost no progress with Microsoft support on this we decided to revert the changes back to dotnet6. ARGOS is back online again. Apologies to all our customers.
12 hours later, Microsoft is still not beyond "can you scale the Function App up and down? That should fix it." Done that multiple times already. Somehow, that actually worked on one App. The others, the critical ones, still in faulty state. Apologies to our customers here.
3
6
1,125
๐Ÿ“ฃ.NET 6: Donโ€™t Panic Yet - But .NET 6 End of Support Is On The Horizon hubs.li/Q02J5MkY0 #dotnet #dotnet6
2
3
185
It's hard to keep up with tech changes! Didn't realise there is C# feature (since dotnet6) for implicit usings. Only covers some core libraries which is great but wow that was confusing while upgrading some code. #dotnet #csharp
1
26
Announcing the availability of new build 2024.5.16 for TeeChart for .NET with New SquarifiedMap Series & improvements in export Serialization: steema.com/entry/580/ #dotnet #programmers #developers #dotnet6 #dotnet7 #programming #Development #charts #charting #visualstudio
2
3
130
When grouping columns using ComponentOne's FlexGrid, you can significantly enhance the readability and usability of the data for end-users. See FlexGrid's performance difference when grouping columns in .NET 6 vs. .NET 8: bit.ly/3vPE0B3 #dotnet6 #dotnet8 #datagrid
4
9,061
21 Apr 2024
Yes, this is it I suppose: NIST's "golden reference" Dilithium (with massive amounts of their printf debugging.. or it's C# equivalent hehe).github.com/usnistgov/ACVP-Seโ€ฆ I've had near-zero exposure to dotnet6 previously, but it wasn't that hard to get running. Useful for testing.
2
338
21 Apr 2024
One source of FIPS PQC test vectors is to skip the middleman (ACVP) and go straight for the NIST ACVTS test vector generator source code. It's in dotnet6 / C# but the test generator itself has self-test vectors that ought to be valid. Here for Kyber: github.com/usnistgov/ACVP-Seโ€ฆ

2
4
12
1,264
๐Ÿš€ Launching #SmartComponents: AI-enhanced UI for #Blazor, #MVC, & #RazorPages! ๐Ÿง  โœจ Now in experimental phase with #dotnet6 . Check it out ๐Ÿ‘‰ Article - devblogs.microsoft.com/dotneโ€ฆ ๐Ÿ‘‰Code - github.com/dotnet-smartcompoโ€ฆ Many thanks to @stevensanderson & @danroth27 for the innovation!

2
6
178