<< #NetCoreBackend Tags
- (2024) Combine Javascript and VB.NET to one application. #NetCoreBackend #WinDesktop
- (2024) Example of my Node Express server code to read image and save it to Amazon S3 #NodeBackend #Cloud
- (2024) My ticket lottery engine based on SQL CTE procedure #Sql #NodeBackend #JavascriptProjects
- (2024) Common Node.js backend logic (plus some of my YUP filters) #NodeBackend
- (2024) My workable Node mailing templates (with Brevo and Resend Post servers, on JS and TS with Dotenv, with native packages and directly with fetching API, with sync/async/IIFE templates). #Mailing #NodeBackend
- (2024) Test project with Nest.js and Sequelize ORM #JavascriptProjects #NodeBackend
- (2024) Migration ASP.NET to NET Core 8 (including EF6 to EF Core) #AspNetMvc #NetCoreBackend
- (2024) C# EF code first. How to create DB context and deploy DB in Net Core 8 #NetCoreBackend #EfCodeFirst
- (2023) [Angular mosaic 3] Standard Interceptor and JWT injector, Login page, Auth service, and Base form with FormGroup. #NetCoreBackend #Angular
- (2023) [Angular mosaic 5] Net Core SignalR Client (ReactiveX/rxjs, Configure Angular injector, Abstract class, Inject SignalR service, Configure SignalR hub - forbid Negotiation, setUp Transport, URL, LogLevel, Anon or AU socket connection), Configure server Hub (MapHub endpoint, WithOrigins on CORS-policy, LogLevel, JWT AU) #NetCoreBackend #Angular
- (2023) List of my small freelance project 2023 #Browser #WinDesktop #NetCoreBackend #AspClassic #Css #PaymentGateway #EfCodeFirst #Voip
- (2023) NET Core 6 project template with Serilog, example of services and write to PostgreSQL by ExecuteSqlRaw #NetCoreBackend
- (2023) Notes about most interesting project in my life. #Crypto #Blazor #Angular #Kvm #Linux #Ssl #NetCoreBackend #Servers #VmWare #Docker
- (2022) BackendAPI (Net Core 5) project template with Custom Attribute, Service and Controller Example, MySQL database with masked password in config, SwaggerUI, EF Core and extension to EF Core #NetCoreBackend #EfCodeFirst
- (2022) CheckDBNull, RawSqlQuery, ExecRDR, RawSqlQueryAsync, ExecNonQueryAsync (with transaction)- amazing extension for working with data. #Sql #NetCoreBackend
- (2022) Working with MySQL Blob #NetCoreBackend #Sql
- (2022) Asp Net Core DI container - services, service instances, service parameters list and service parameters value, service resolver for services with the same type. #NetCoreBackend
- (2022) Asp Net Core Routing, Conventions, DefultUI. Site roots - ContentRootPath/StaticFilesRoot/WebRootPath/WebRootFileProvider/RazorPagesOptions.RootDirectory. #AspNetMvc #NetCoreBackend
- (2022) My TDD Technique for Backend API development with Xunit (Custom Attribute, WebClient GET/POST, JWT auth, Fact, Theory, InlineData, ClassData iterator function, Inject Log, Txt parsers for console output) #Testing #NetCoreBackend
- (2022) Asynchronous MultiThreaded SSH engine for Web (Net Core 6, Linux) - Part 1,2 (Database and SSH client) StreamReader/ReadToEndAsync, Extension/Inherits/Overloads, BeginExecute/EndExecute/IAsyncResult/IProgress(Of T)/Async/Await/CancellationToken/Task.Run/Thread.Yield. #Task #NetCoreBackend #Linux #Yield
- (2022) Asynchronous MultiThreaded SSH engine for Web (Net Core 6, Linux) - Part 3,4 (CryptoAPI/CryptoService and Database Access). Protect password in DB and config, Task.Run for Async DB access, Expand POCO classes, Service lifetime list, Linq and Iterator/Yield functions. #Task #NetCoreBackend #Linux #Yield
- (2022) Asynchronous MultiThreaded SSH engine for Web (Net Core 6, Linux) - Part 5,6 (Crypt/Encrypt JWT Auth header, Middleware, User scoped service, custom AU attribute, custom HttpClient and Typed SignalRHub with saving ConnectionID to Singleton service). #Task #NetCoreBackend #Linux
- (2022) Asynchronous MultiThreaded SSH engine for Web (Net Core 6, Linux) - Part 7,8 (QuartzService/Jobs and Singleton CacheService). ConcurrentDictionary, Interlocked.Increment, SyncLock, Closure variable for MultiThreading, Cron Configuration. #Task #NetCoreBackend #Linux #Kvm
- (2022) Asynchronous MultiThreaded SSH engine for Web (Net Core 6, Linux) - Part 9,10 (BackendAPI for NotificationController and my technique to testing this engine with xUnit). #Task #NetCoreBackend #Linux #Kvm
- (2022) Split code and view to different projects with ASP.NET Core 6 #AspNetMvc #NetCoreBackend #Authentication
- (2022) Processing absent files by custom middleware #NetCoreBackend
- (2022) MySQL Kvm hosting management Db with tracking changing by triggers. #NetCoreBackend #Ssl #Kvm
- (2022) Asp.Net Core 6 new initialization - Startup.vb #NetCoreBackend
- (2022) Simplest way to create tracing and authorization layers in Backend API. Special attribute to arrange API for authorization layers. #NetCoreBackend
- (2022) Key future of RPAT backend project #Excel #Cloud #Browser #EfCodeFirst #TimeSchedule #NetCoreBackend #Angular
- (2022) Scaffolding Angular Client From Swagger.json #Angular #NetCoreBackend
- (2022) Notes about singleton service. #NetCoreBackend
- (2022) Json Path more examples. #NetCoreBackend #Xml
- (2022) Processing Backend result in Angular frontend as typed data #Angular #NetCoreBackend
- (2021) How to build application server based on push notification from Firebase #Google #Android #NetCoreBackend
- (2021) Deploy .NET Core on Ubuntu, demonize Kestrel, run Nginx as reversy proxy, separate Backend and Frontend #Linux #NetCoreBackend
- (2021) Linux console app (.NET Core, EF DB first, CamelCase file and dir rename, calc MD5, RegExpression, change and check link). #NetCoreBackend #Linux #EfCodeFirst
- (2021) KWMC - description the features of a typical ASP.NET MVC project. #Mailing #Google #Css #AspNetMvc #NetCoreBackend
- (2021) Linux shell parser (Renci.SshNet.SshClient, MySqlConnector.NET, RSA encription, Console password, XDocument/XPath, Tuple, Regex, Buffer.BlockCopy, Stream, Base64String, UTF8.GetBytes, ToString("X2")) #Linux #NetCoreBackend
- (2020) NET Core 3.1 test project for Oauth2 with new IndentityModel 4.2 #Authentication #NetCoreBackend
- (2020) How Linux Net Core 3.1 daemon (in VB.NET) can read/write data from/to ancient MS SQL 2005 #NetCoreBackend #Sql #WebServiceClient #WebApiServer
- (2020) How to debug SignalR application in Net Core 3.1 #DevEnvironment #NetCoreBackend
- (2020) Transform application from ancient MVC Web API technology to Net Core 3.1 (step-by-step guide) #NetCoreBackend #AspNetMvc
- (2020) Deploy ASP.NET Core application from scratch (install and tune SSH/VNC/FTP/NGINX/Daemon) #NetCoreBackend #Linux #Servers
- (2020) My last public project templates in Microsoft marketplace #Blazor #Bot #Testing #NetCoreBackend #WebServiceClient
- (2019) ASP.NET Core Backend with MailKit/IMAP (Async/Await, Monitor, ConcurrentQueue, CancellationTokenSource) #Task #NetCoreBackend #Mailing
- (2018) Proxy-handler for graphhopper.com. #WebServiceClient #NetCoreBackend #JavascriptProjects
- (2018) My learning ASP.NET Core (Common features, Clean Architecture, CQRS pattern, RabbitMQ, Microservices, Core+Angular+VB.NET) #NetCoreBackend
- (2010) GoogleTranslate - англо-русский онлайн переводчик #Linux #NetCoreBackend #Microsoft
Comments (
)
![](http://forum.vb-net.com/GetTopicCount.png?id=c8b883ea-4d67-4a3d-adf0-dda8b1ff523d)
Link to this page:
http://www.vb-net.com/Tags/NetCoreBackend.htm
|