Advertisement · 728 × 90
#
Hashtag
#webAPI
Advertisement · 728 × 90
Post image

Stumbled on a free API that went from a sluggish web search to a top‑tier AI tool—think smarter crawling, precise content extraction, and LLM‑powered agents. Perfect for building next‑gen bots. Dive in to see why devs are buzzing! #WebAPI #AIagents #SearchAPI

🔗 aidailypost.com/news/free-ap...

1 0 1 0
Post image

How do you handle JSON in Xojo? JSONItem vs. manual parsing? Use Compact for network, pretty‑print for logs?

Reference: documentation.xojo.com/api/text/json/jsonitem.h...
#XojoDev #WebAPI

0 0 0 0
Preview
Improve ASP.NET Core Web API Performance and Resilience - Ottorino Bruni Learn how to improve ASP.NET Core Web API performance and resilience with practical techniques, real-world examples, and best practices for modern .NET APIs, including caching, async patterns, error h...

Your ASP.NET Core API feels slow under real traffic? 😩
Most slowdowns come from tiny “harmless” choices that pile up
Minimal APIs → fast to write, easy to misuse
Fix performance before it hurts users
#dotnet #aspnetcore #csharp #WebApi #Performance www.ottorinobruni.com/improve-asp-...

0 0 0 0
Preview
Hello Microsoft Identity Platform Hello, Microsoft identity platform!

ICYMI: (06/12/2020): "Hello Microsoft Identity Platform." RPs and feedback are always appreciated! https://jjg.me/3feJbfC #Articles #Azure #Identity #WebAPI #Api #OAuth #MSAL #Managed Identity #Entra

0 0 0 0

Previously, I got all of my #WebAPI #dotnet apps working with @honeycomb.io in #AWS #Lambda

This week, I am going to integrate all of my event-based Lambdas as well.

Then I am going to work out how to get the Spans to connect across #SNS => #SQS

This has already been a journey. The docs suck!

0 0 0 0
Testing Web APIs or Services with JetBrains Rider For the last week or so I’ve been working on modernizing the Desert Code Camp site which meant that I am basically rewriting it. :smile: Part of the rewrite is to make all of the user facing functionality, adding/viewing sessions, viewing the schedule, etc., available from an API and not code behind. I spent the last week or so designing and implementing the API in ASP.NET Core 6. The technology used in building the API does not matter for this post but the example repository is in ASP.NET Core. While testing the application, I started to heavily use the HTTP Client feature of JetBrains Rider. The HTTP Client is a bundled plugin, which is enabled by default, which allows you to emulate calls to a web service or web API. It works very much like Postman, but in the IDE and included.

ICYMI: (07/06/2021): "Testing Web APIs or Services with JetBrains Rider." RPs and feedback are always appreciated! https://jjg.me/3xmNgb4 #Articles #JetBrains #Rider #WebAPI #ASP.NET Core

0 0 0 0
Preview
Browsers Achieve Near-Universal Web API Compatibility Under Interop Project - Makemychance Major browser vendors have reported significant progress in cross-browser interoperability, reducing long-standing inconsistencies in how modern Web APIs behav

makemychance.com/browsers-ach...
#webapi #web #api

1 0 0 0
Preview
Connecting to a Protected API with Microsoft Identity Platform In a previous post, I demonstrated how you can protect an ASP.NET Core Web API using the Microsoft Identity Platform. In this post, we are going to look at what you need to do to have an ASP.NET Core MVC application interact with the same protected API. It’s really easy, once you figure it out! :wink:

ICYMI: (06/26/2020): "Connecting to a Protected API with Microsoft Identity Platform." RPs and feedback are always appreciated! https://jjg.me/31gl78C #Articles #Azure #Identity #WebAPI #ASP.NET Core #MVC #ASP.NET Core MVC

0 0 0 0
Preview
No route matches the supplied values No route matches the supplied values

ICYMI: (07/01/2020): "No route matches the supplied values." RPs and feedback are always appreciated! https://jjg.me/2ApfLgg #Articles #WebAPI #ASP.NET Core #MVC #ASP.NET Core MVC

1 0 0 0
Preview
Hello Microsoft Identity Platform Hello, Microsoft identity platform!

ICYMI: (06/12/2020): "Hello Microsoft Identity Platform." RPs and feedback are always appreciated! https://jjg.me/3feJbfC #Articles #Azure #Identity #WebAPI #Api #OAuth #MSAL #Managed Identity #Entra

2 0 0 0
Preview
Improve ASP.NET Core Web API Performance and Resilience - Ottorino Bruni Learn how to improve ASP.NET Core Web API performance and resilience with practical techniques, real-world examples, and best practices for modern .NET APIs, including caching, async patterns, error h...

🚀 Improve ASP.NET Core Web API Performance & Resilience Avoid common traps in Minimal APIs: go async, cache smart, rate limit, add observability. Build fast, reliable, production-ready services. #dotnet #aspnetcore #webapi #performance #resilience www.ottorinobruni.com/improve-asp-...

0 0 0 0
Just a moment...

Discover best practices for structuring scalable .NET Core Web APIs! Learn about optimal folder structures and architectural patterns to enhance your project. #DotNet #WebAPI

0 0 0 0
Preview
Dev Proxy v2.1 with configuration hot reload and stdio proxying - Microsoft 365 Developer Blog Introducing Dev Proxy v2.1 with configuration hot reload and stdio proxying

Dev Proxy v2.1 with configuration hot reload and stdio proxying

buff.ly/8W5O6lr

#devproxy #apis #webapi #dotnet #m365

0 0 0 0
Testing Web APIs or Services with JetBrains Rider For the last week or so I’ve been working on modernizing the Desert Code Camp site which meant that I am basically rewriting it. :smile: Part of the rewrite is to make all of the user facing functionality, adding/viewing sessions, viewing the schedule, etc., available from an API and not code behind. I spent the last week or so designing and implementing the API in ASP.NET Core 6. The technology used in building the API does not matter for this post but the example repository is in ASP.NET Core. While testing the application, I started to heavily use the HTTP Client feature of JetBrains Rider. The HTTP Client is a bundled plugin, which is enabled by default, which allows you to emulate calls to a web service or web API. It works very much like Postman, but in the IDE and included.

ICYMI: (07/06/2021): "Testing Web APIs or Services with JetBrains Rider." RPs and feedback are always appreciated! https://jjg.me/3xmNgb4 #Articles #JetBrains #Rider #WebAPI #ASP.NET Core

1 0 0 0
Preview
No route matches the supplied values No route matches the supplied values

ICYMI: (07/01/2020): "No route matches the supplied values." RPs and feedback are always appreciated! https://jjg.me/2ApfLgg #Articles #WebAPI #ASP.NET Core #MVC #ASP.NET Core MVC

0 0 0 0
Just a moment...

Explore the benefits of using DTOs over entities in ASP.NET Core Web API for improved performance, security, and data management. Discover best practices to streamline your development process. #ASPNETCore #WebAPI

0 0 0 0
Preview
Connecting to a Protected API with Microsoft Identity Platform In a previous post, I demonstrated how you can protect an ASP.NET Core Web API using the Microsoft Identity Platform. In this post, we are going to look at what you need to do to have an ASP.NET Core MVC application interact with the same protected API. It’s really easy, once you figure it out! :wink:

ICYMI: (06/26/2020): "Connecting to a Protected API with Microsoft Identity Platform." RPs and feedback are always appreciated! https://jjg.me/31gl78C #Articles #Azure #Identity #WebAPI #ASP.NET Core #MVC #ASP.NET Core MVC

0 0 0 0
Creating and Debugging Multi-Project Solutions
Creating and Debugging Multi-Project Solutions Brian provides a detailed look at how to create solutions that contain multiple projects and how you can debug across each of the projects. ⌚ Chapters: 00:00 Welcome 04:20 Creating a Web API…

Creating and Debugging Multi-Project Solutions | Visual Studio Toolbox with Leslie Richardson & Brian Randell

www.youtube.com/watch?v=94bV...

#visualstudio #debugging #ide #webapi #dotnet #devcommunity

1 0 0 0
Testing Web APIs or Services with JetBrains Rider For the last week or so I’ve been working on modernizing the Desert Code Camp site which meant that I am basically rewriting it. :smile: Part of the rewrite is to make all of the user facing functionality, adding/viewing sessions, viewing the schedule, etc., available from an API and not code behind. I spent the last week or so designing and implementing the API in ASP.NET Core 6. The technology used in building the API does not matter for this post but the example repository is in ASP.NET Core. While testing the application, I started to heavily use the HTTP Client feature of JetBrains Rider. The HTTP Client is a bundled plugin, which is enabled by default, which allows you to emulate calls to a web service or web API. It works very much like Postman, but in the IDE and included.

ICYMI: (07/06/2021): "Testing Web APIs or Services with JetBrains Rider." RPs and feedback are always appreciated! https://jjg.me/3xmNgb4 #Articles #JetBrains #Rider #WebAPI #ASP.NET Core

0 0 0 0

Explore the fundamentals of HTTP methods in Web API .NET! Get insights into GET, POST, PUT, DELETE, and more, to enhance your web development skills. #WebAPI #DotNet

0 0 0 0
Preview
Improve ASP.NET Core Web API Performance and Resilience - Ottorino Bruni Learn how to improve ASP.NET Core Web API performance and resilience with practical techniques, real-world examples, and best practices for modern .NET APIs, including caching, async patterns, error h...

🚀 Improve ASP.NET Core Web API Performance & Resilience! ⚡ Avoid Minimal API pitfalls go async, cache smart, rate limit & add observability for fast, reliable services. #dotnet #aspnetcore #webapi #performance #resilience www.ottorinobruni.com/improve-asp-...

0 0 0 0
Preview
Enterprise Patterns for ASP.NET Core Minimal API: Identity Map Pattern - Chris Woody Woodruff | Fractional Architect If one customer quietly turns into three different in-memory objects during a single request, your domain is already lying to you. You see it when: Different parts of a request each load the same row…

Enterprise Patterns for #ASPNETCore Minimal API: Identity Map Pattern | by Chris Woodruff

buff.ly/2MD6gp2

#dotnet #webdev #identity #apis #webapi #softwaredesign #designpatterns #enterprisedev

0 0 0 0
Just a moment...

Explore the most common .NET Web API interview questions to boost your career! From REST principles to authentication, ensure you're prepared for your next tech interview. #dotnet #WebAPI

0 0 0 0
Preview
Connecting to a Protected API with Microsoft Identity Platform In a previous post, I demonstrated how you can protect an ASP.NET Core Web API using the Microsoft Identity Platform. In this post, we are going to look at what you need to do to have an ASP.NET Core MVC application interact with the same protected API. It’s really easy, once you figure it out! :wink:

ICYMI: (06/26/2020): "Connecting to a Protected API with Microsoft Identity Platform." RPs and feedback are always appreciated! https://jjg.me/31gl78C #Articles #Azure #Identity #WebAPI #ASP.NET Core #MVC #ASP.NET Core MVC

1 0 0 0