Category: .NET Core
-
[Programmer Tools]Dotnet tools (local and global)
The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running <code> dotnet tool update –global programmerall –no-cache programerall </code> Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/dotnetTool and press Execute ( You can have automation the same for your site – just contact me) Those are my .NET…
-
[Programmer Tools] Applications
The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/winget and press Execute ( You can have automation the same for your site – just contact me) Those are the application on my…
-
[Programmer Tools] Npm packages
The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/npms and press Execute ( You can have automation the same for your site – just contact me) Those are my npm packages found…
-
[Programmer Tools] Powershell Modules
The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/powershellModules and press Execute ( You can have automation the same for your site – just contact me) My powershell modules EPS:EPS 1.0.0 EPS…
-
[Programmer Tools] VSCode Extensions
The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/extVsCode and press Execute ( You can have automation the same for your site – just contact me) Those are my VSCode extensions Angular…
-
[Programmer Tools]NuGet used
The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/nugets and press Execute ( You can have automation the same for your site – just contact me) This are the NuGet packages found…
-
[Programmer Tools]Chrome Extensions
The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/BlocklyAutomation/automation/loadexample/ChromeExtensions and press Execute ( You can have automation the same for your site – just contact me) Those are my Chrome Extensions: Advanced…
-
.NET 7 Latest features
.NET 7 is a version of the .NET platform that was released on November 10,2021. It is a major release that includes many new features and improvements. Some of the notable features of .NET 7 include: Improved performance: .NET 7 includes many improvements that result in faster startup time and better overall performance. Enhanced support…
-
[ADCES] .NET Conf 2022
Thank you for coming to my presentation at ADCES for .NET Core 7 What’s new . You can find the presentation (and the code ) at https://ignatandrei.github.io/Presentations/WhatsNewNet7prez.html#1 . However,take note that ,after you read the presentation,those are (some of) the links to be consulted / learned : https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-7 https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-11 https://learn.microsoft.com/en-us/aspnet/core/client-side/dotnet-interop?view=aspnetcore-7.0 https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-7.0?view=aspnetcore-7.0 https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/whatsnew https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/static-virtual-interface-members https://learn.microsoft.com/en-us/dotnet/standard/native-interop/pinvoke-source-generation?source=recommendations
-
Rate Limiter–CORS limited
The problem is that,for the site ( Angular,React,plain HTML ) deployed into wwwroot of .NET Core,I want to have unlimited requests. Also,if I made requests to localhost ( when I try from local),I want also unlimited requests. However,if other site make requests to my AP( CORS enabled ) I,should have limited requests . There is…