Pinned Repositories
MediatRDemo
I have created a MediatR demo application showcasing the usage of Pipeline Behaviors, Result Pattern, and Fluent Validations.
ODataApiVersioningViaUrlPathDemo
A simple demo application to demonstrate API Versioning via URL Path for an OData Web API.
ODataApplyDemo
When using OData $apply in a query, the response does not comply with the OData protocol. I have created a demo application to demonstrate a solution to this issue.
ODataCustomRoutingDemo
A simple demo application that demonstrates how to register different EntitySets with the same name, which can be useful for API versioning,
ODataDemo
A simple .NET Web API with OData protocol to demonstrate basic OData features.
ODataExpandPowerBiDemo
This repository is dedicated to testing issues related to the OData $expand query in Power Platform.
OktaAuthDemo
This is a demo app for Okta OpenID in Blazor WASM with a ASP.NET Core Web API Backend.
ResilientRefitDemo
Demo application showcasing the use of the Microsoft.Extensions.Http.Resilience package with Refit. This application aims to demonstrate how to implement resilience in HTTP calls in ASP.NET Core applications using efficient, transparent communication with external APIs.
VocaBuddy
A language learning app with ASP.NET Core Web API, Blazor UI and ASP.NET Core Identity for user management. Utilizes JWT, Entity Framework Core, MediatR and more.
WeatherApp
This project demonstrates the seamless integration of Blazor Components in an ASP.NET MVC application, allowing for interactive and dynamic UI elements to be rendered on the server side.
peterkovecses's Repositories
peterkovecses/VocaBuddy
A language learning app with ASP.NET Core Web API, Blazor UI and ASP.NET Core Identity for user management. Utilizes JWT, Entity Framework Core, MediatR and more.
peterkovecses/OktaAuthDemo
This is a demo app for Okta OpenID in Blazor WASM with a ASP.NET Core Web API Backend.
peterkovecses/ResilientRefitDemo
Demo application showcasing the use of the Microsoft.Extensions.Http.Resilience package with Refit. This application aims to demonstrate how to implement resilience in HTTP calls in ASP.NET Core applications using efficient, transparent communication with external APIs.
peterkovecses/WeatherApp
This project demonstrates the seamless integration of Blazor Components in an ASP.NET MVC application, allowing for interactive and dynamic UI elements to be rendered on the server side.
peterkovecses/ODataApplyDemo
When using OData $apply in a query, the response does not comply with the OData protocol. I have created a demo application to demonstrate a solution to this issue.
peterkovecses/MediatRDemo
I have created a MediatR demo application showcasing the usage of Pipeline Behaviors, Result Pattern, and Fluent Validations.
peterkovecses/ODataApiVersioningViaUrlPathDemo
A simple demo application to demonstrate API Versioning via URL Path for an OData Web API.
peterkovecses/ODataCustomRoutingDemo
A simple demo application that demonstrates how to register different EntitySets with the same name, which can be useful for API versioning,
peterkovecses/ODataDemo
A simple .NET Web API with OData protocol to demonstrate basic OData features.
peterkovecses/ODataExpandPowerBiDemo
This repository is dedicated to testing issues related to the OData $expand query in Power Platform.
peterkovecses/VateraLite
This Razor Pages application serves as a simple online reservation system for a single-product business. Customers can reserve products on the website after authentication. The stock is replenished by a Producer process, and reservations are processed chronologically. The application logs reservations and stock changes with unique identifiers.