My learning ASP.NET Core (Common features, Clean Architecture, CQRS pattern, RabbitMQ, Microservices, Core+Angular+VB.NET)
- 1. Useful links
- New design pattern from MS (Ambassador, Anti-Corruption Layer, Asynchronous Request-Reply, Backends for Frontends, Bulkhead, Cache-Aside, Choreography, Circuit Breaker, Claim Check, Compensating Transaction, Competing Consumers, Compute Resource Consolidation, CQRS, Event Sourcing, External Configuration Store, Federated Identity, Gatekeeper, Gateway Aggregation, Gateway Offloading, Gateway Routing, Health Endpoint Monitoring, Index Table, Leader Election, Materialized View, Pipes and Filters, Priority Queue, Publisher/Subscriber, Queue-Based Load Leveling, Retry, Scheduler Agent Supervisor, Sequential Convoy, Sharding, Sidecar, Static Content Hosting, Strangler, Throttling, Valet Key)
- .NET Core, .NET Framework, Xamarin
- Castle Windsor
- ASP.NET Core - Dependency Injection
- pluralsight trial video
- Dependency injection into views in ASP.NET Core
- Dependency injection into controllers in ASP.NET Core
- How to use Castle Windsor as an IOC instead of the default .net core IOC container?
- Combining Angular, Visual Basic and .NET Core for developing modern web apps
- Blazor, a SPA framework, component
- Blazor vs Razor
- .NET Core Microsoft.Windows.Compatibility pack
- 2. ASP.NET Core MVC Quick Start
- Understanding Middleware and Startup (Exploring Middleware, Dependency Injection, Exploring IApplicationBuilder, IHostingEnvironment and Exception, Understanding Static File, Discover Logging)
- Routing (Understanding Routing, Working with Conventional Routing, Attribute Routing, Demo Creating a Custom Routing)
- Controllers (Introduction to the MVC Pattern, What Is a Controller, Demo Creating Our First Controller, Serving Views)
- Models (What Is a Model, Demo Creating a Model, Creating Mock Data, What Is View Model, Validating Models, Demo Validation, Motivating Validation, Doing Validation, Setting Up DI for Mock Repository)
- Views and Razor Syntax (What Is a View, Creating Views, Razor Syntax, More Razor Syntax, Using Razor Syntax in Our View, Completing the Order)
- Entity Framework Core (EF Core Overview, SQL Server Local Db, Installing Entity Framework, Repository and DbContext, Configuring EF Core, EF Core Data Migration)
- 3. Основи ASP.NET Core
- 4. ASP.NET Core Clean Architecture
- Common web application architectures
- innovativeinstitution / CleanArchDemo
- Greg Trevellick / Clean Architecture
- 5. ASP.NET Core Microservices
- SOAP/WSDL with REST
- https://www.c-sharpcorner.com/article/transform-existing-soap-based-web-service-to-rest-based-api-using-azure-api-mana2/
- https://docs.oracle.com/cd/E65459_01/dev.1112/e65461/content/general_soap_to_rest.html
- https://www.quora.com/What-is-Oracle-Fusion-Middleware
- Command and Query Responsibility Segregation (CQRS) pattern
- https://github.com/innovativeinstitution/MicroRabbit
- GettingStartedMicroservicesRabbitMQ.pdf
- 6. Test Driven Development
- Launching into MVC Patterns and .NET Core
- Creating Models and Data
- Writing Frameworks for Controllers
- Views
- Learning Continuous Integration with Examples
- 7. ASP.NET Core Angular project (VB.NET)
- 8. ASPNET Core and Angular
- 1. Introduction
- 2. Building a Walking Skeleton
- 3. Security
- 4. Client side login and register
- 5. Error Handling
- 6. Adding 3rd party components to our app
- 7. Routing in Angular
- 8. Extending the API
- 9. Building a great looking User Interface
- 10. Updating Resources
- 11. Adding Photo upload functionality to the application
- 12. Reactive Forms in Angular
- 13. Action Filters in ASP.NET Core
- 14. Paging, Sorting and Filtering
- 15. Adding the 'Likes' functionality from start to finish
- 16. Add a private messaging system to the application
- 17. Publishing
- 18. Course Updates - 22 Jul 2018
- 19. Bonus - Publishing the application to Azure
- 20. Bonus - Identity and Role Management
- 9. ASP.NET Core and SignalR
- 1.Introduction
- 2.SignalR Overview
- 3.Basic Chat Features
- 4.Groups and Persistence
- 5.Users and Security
- 6.Conclusion
- 10. ASP.NET Core and SPA-page on XMLHttpRequest
- 11. Understanding ASP.NET Core 3x
- 00. Course Overview
- 01. Exploring the Project Structure of ASP.NET Core 3
- 02. Working with Packages and Libraries
- 03. Understanding ASP.NET Core 3 MVC
- 04. Blazor and SignalR
- 05. Setting up a Web API
- 06. Developing Applications Across Frameworks and Operating Systems
- 07. Deploying ASP.NET Core 3 Applications
- 12. Getting Started with .NET Core Identity Server 4
- 1. Introduction
- 2. .NET Core Web API Project Setup
- 3. Testing Web API using Postman
- 4. Identity Server 4 Project Setup
- 5. Securing Web API using Identity Server
- 6. Identity Model Console Client
- 13. Beginning ASP.NET Core 3.1
- 1 - Getting Started with ASP.NET Core 3.0
- 2 - How ASP.NET Core MVC Works
- 3 - Use Entity Framework Core
- 4 - Create Razor Pages Web App in ASP.NET
- 5 - Test, Monitor, Secure, and Deploy Your Web App
- 14. Authentication brief in NET Core 3.1
- 15. C# 8 and .NET Core 3.1 New Features
- 1 - Getting Started with C# 8 and .NET Core
- 2 - Exploring New Features of C# 8 and .NET Core 3.0
- 3 - C# Interfaces, Patterns, and Expressions
- 4 - Creating a Windows Desktop App with .NET Core
- 16. C# 6,7
- MS Lang specification
- My notice
Comments (
)
Link to this page:
//www.vb-net.com/QuickHelp/Core1/Index.htm
|