Net Core
- 2024 year: Migration ASP.NET to NET Core 8 (including EF6 to EF Core).
- 2024 year: C# EF code first Backend API test project.
- 2024 year: C# EF code first. How to create DB context and deploy DB in Net Core 8.
- 2023 year: Asynchronous MultiThreaded performance test of Confluent Kafka (Net Core 6).
- 2023 year: NET Core 6 project template with Serilog, example of services and write to PostgreSQL by ExecuteSqlRaw.
- 2023 year: Rebuilding my ancient API factory on modern way (Cryptor, Windows services, IIS management, Windows Task Scheduler, TcpListener, WCF, gRPC, Port Sharing service)
- 2022 year: How to integrated MS DefaulUI with CustomUserStore.
- 2022 year: 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.
- 2022 year: 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.
- 2022 year: 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).
- 2022 year: 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.
- 2022 year: 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).
- 2022 year: Asp.Net Core 6 new initialization.
- 2022 year: Key future of RPAT backend project.
- 2022 year: Asp Net Core DI container - services, service instances, service parameters list and service parameters value, service resolver for services with the same type.
- 2022 year: Asp Net Core Routing, Conventions, DefultUI. Site roots - ContentRootPath/StaticFilesRoot/WebRootPath/WebRootFileProvider/RazorPagesOptions.RootDirectory.
- 2022 year: 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)
- 2022 year: Processing absent files by custom middleware.
- 2022 year: Split code and view to different projects with ASP.NET Core 6.
- 2022 year: 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
- 2022 year: Simplest way to create tracing and authorization layers in Backend API. Special attribute to arrange API for authorization layers.
- 2022 year: Notes about singleton service.
- 2022 year: JsonPath more examples.
- 2021 year: Use SignalRSwaggerGen to create Swagger specification of SignalR hub
- 2021 year: Use Fiddler as reverse proxy to isolate microservice for trace request from Redux frontend and to Amazon DynamoDB and debug SignalR hub
- 2021 year: Deploy .NET Core on Ubuntu, demonize Kestrel, run Nginx as reversy proxy, separate Backend and Frontend
- 2021 year: Linux console app (.NET Core, EF DB first, CamelCase file and dir rename, calc MD5, RegExpression, change and check link)
- 2021 year: LibVirt Net Core wrapper test on production QEMU/KVM server.
- 2021 year: Microservice with report of QEMU-KVM server (VirtualMachines, Storage, Network). Also demo of Linq, Lambda, Inheritance model.
- 2020 year: How Linux Net Core 3.1 daemon (in VB.NET) can read/write data from/to ancient MS SQL 2005
- 2020 year: Transform application from ancient MVC Web API technology to Net Core 3.1 (step-by-step guide)
- 2020 year: Transform Database from MsSQL to MySQL (Net Core EF DbFirst, Scaffold-DbContext, Read Db Schema, Move Users and data, EF SQL trace)
- 2020 year: NET Core 3.1 test project for Oauth2 with new IndentityModel 4.2
- 2020 year: How to debug SignalR application in Net Core 3.1
- 2020 year: How to make Discord Bot
- 2020 year: TDD in Core Linux (Middleware, IdentityServer, SignalR, Quartz, RabbitMQ, Redis and so on)
- 2020 year: Blazor syntax and opportunity (what missing in Blazor?)
- 2020 year: Blazor desktop
- 2020 year: VB.NET ASP.NET Core 3.1 Jwt Protected Microservices Without Mvc Controller (Project Template for VS2019) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 Authorize Microservices With Mvc Controller By Jwt (Project Template for VS2019) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 Oauth2 my public Project Template for VS2019 with new IdentityServer4 (v 3.1.2) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 Microservices my public Project Template for VS2019 with InMemoryDB - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 SwaggerUI Project Template for VS2019 - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 Quartz services Project Template for VS2019 - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 Simplest WebHandler implementation (Project Template for VS2019) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 Audit by custom attribute (Project Template for VS2019) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 xUnit Oauth2 test (Project Template for VS2019) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 nUnit Middleware test (Project Template for VS2019) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 Discord Bot (Project Template for VS2019) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 SignalR console tester (Project Template for VS2019) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET ASP.NET Core 3.1 Microservice with typed SignalR Hub (Project Template for VS2019) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: C# ASP.NET Core 3.1 BlazorCRUD (InMemoryDatabase) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: C# ASP.NET Core 3.1 NitfyStyle Collapsed menu by Blazor - Download from: [MyServer], [Github], [VisualStudio Marketplace
- 2020 year: C# ASP.NET Core 3.1 Call Microservices From Blazor With Jwt Protection - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: C# ASP.NET Core 3.1 Hook to Linux CLI periodically by Blazor - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: C# ASP.NET Core 3.1 RoleBased admin panel for Blazor site - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: C# ASP.NET Core 3.1 Blazor show and backup all project data - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: C# ASP.NET Core 3.1 Blazor component future - Download from: [MyServer], [Github], [VisualStudio Marketplace]
- 2020 year: VB.NET NET.CORE 3.1 RFC4648 Base32 EncoderDecoder - Download from: [MyServer], [Github], [Nuget]
- 2019 year: Informer - site colaboration with JS and simple NET Core ApiController.
- 2019 year: C# ASP.NET Core Backend with MailKit/IMAP (Async/Await, Monitor, ConcurrentQueue, CancellationTokenSource).
- 2019 year: VB.NET NET.CORE 3.1 dumper any Objects to certain depth for debug purposes - Download from: [MyServer], [Github], [Nuget]
- 2019 year: VB.NET NET.CORE 3.1 Backuper DB with different field type to CSV file - Download from: [MyServer], [Github], [Nuget]
- 2019 year: VB.NET NET.CORE 3.1 WebApi2 Client with CryptoCoins extension - Download from: [MyServer], [Github]
Comments (
)
Link to this page:
//www.vb-net.com/Core/Index.htm
|