WEB API Signing JWT with RSA in .NET Core 3.x Made Easy There are cases that you will be working with external client integration and your API/service will act as a proxy that needs to perform some data processing which requires you to implement a feature based on external client needs. One typical example is
WEB API AutoWrapper 4.2.0 Released! Update: Please download v4.2.2 for a bug fix issued here. I am very delighted to see that AutoWrapper now reached 21k downloads and 204 stars today! Woot! Big thanks to everyone who have supported it! I truly appreciate it. :) Today, AutoWrapper 4.
WEB API AutoWrapper 4.1.0 Released! AutoWrapper reached 14k downloads and 166 stars today. Big thanks to everyone who have supported it! I truly appreciate it. :) Today, AutoWrapper 4.1.0 has been released with newly features added based on community feedback. Here are the newly features added: [NEW] Added
WEB API ASP.NET Core: ApiBoilerPlate Version 3 Released! ApiBoilerPlate Version 3.0.0 is out and it's available to install via .NET CLI and VSIX Market Place. Check out the installation guide here: Read the docs. Release Notes Upgraded to .NET Core 3.1. Upgraded all Nuget package dependencies to latest. Refactored
WEB API IdentityServer4: Building a Simple Token Server and Protecting Your ASP.NET Core APIs with JWT Introduction I got many questions how the ASP.NET Core ApiBoilerplate protects the API endpoints and which URL validates the token. If you are new to ASP.NET Core and are using the template to get started, chances are you might ask the same
WEB API AutoWrapper Version 2.1.0 Released! Today, AutoWrapper 2.1.0 has been released with newly features added based on community feedback. Here are the newly features added: Added [AutoWrapIgnore] action filter attribute. Added support to override non-success message when using IActionResult return types. Added EnableResponseLogging and EnableExceptionLogging options to
WEB API ApiBoilerPlate: Installing via .NET CLI Today, I've created the ApiBoilerPlate.AspNetCore Nuget Package to enable installing the project template using .NET CLI. How? There are two ways to install the template: From Nuget with .NET CLI: ApiBoilerPlate.AspNetCore From VSIX Market Place with Visual Studio: ApiBoilerPlate.AspNetCore Install the
WEB API AutoWrapper: Prettify Your ASP.NET Core APIs with Meaningful Responses UPDATE: 10/17/2019: AutoWrapper version 2.0.1 with newly added features. 10/04/2019: AutoWrapper version 1.1.0 with newly added options. 09/23/2019: AutoWrapper version 1.0.0 is now officially released with some added option configurations to it.
WEB API ASP.NET Core 2.1: Integrating VMD.RESTApiResponseWrapper.Core to Your REST API Application A few months ago, I wrote an article on how to create a consistent object response wrapper for your ASP.NET Core and Web API applications. I also made two versions of NuGet packages for the wrapper which can be found below: VMD.RESTApiResponseWrapper.
ENTITY FRAMEWORK Real-Time Poll Vote Results Using SignalR 2, MVC, Web API 2, jQuery And HighCharts Introduction In my previous article, we’ve done setting up the core foundation of our Online Poll System app: starting from creating a database and the required tables from the scratch up to displaying the poll in real-time, using ASP.NET SignalR. If you
WEB DEVELOPMENT ASP.NET Core and Angular 2 Code Venture - Part 1 Introduction If you stumble upon this article, then I presume you are new to Angular 2 and would like to get your hands dirty with the practical examples. Just like you, I am also pretty much new to Angular 2 and that’s why
MVC ASP.NET Core: Building a Real-Time Online Poll System with SignalR 2, jQuery, EF Core, Core MVC and Web API 2 Introduction This series of article will walk you through on building a simple Online Poll System with real-time updates using SignalR 2, jQuery, Core EF, Core MVC and Web API 2. We will take a look at how each of the technologies will be
ASP.NET5 ASP.NET 5: Jump Start to AngularJS with MVC 6 Web API Update: ASP.NET 5 has been renamed to ASP.NET Core. Check my recent article on getting started with Angular2 in ASP.NET Core. This post will walk you through the step-by-step procedure on building a simple ASP.NET 5 application using AngularJS with