Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged Core  ✕
Configuration dans ASP.NET Core | Microsoft Docs https://docs.microsoft.com/fr-fr/aspnet/core/fundamentals/configuration/?view=aspnetcore-2.1#json-configuration-provider
Wed Oct 24 13:53:38 2018 archive.org
QRCode
thumbnail

Découvrez comment utiliser l’API de configuration pour configurer une application ASP.NET Core.

net core config
Accepting Raw Request Body Content in ASP.NET Core API Controllers - Rick Strahl's Web Log https://weblog.west-wind.com/posts/2017/Sep/14/Accepting-Raw-Request-Body-Content-in-ASPNET-Core-API-Controllers
Mon Oct 22 18:11:17 2018 archive.org
QRCode
thumbnail

A few years back I wrote a post about Accepting Raw Request Content with ASP.NET Web API. Unfortunately the process to get at raw request data is rather indirect, with no direct way to receive raw data into Controller action parameters and that hasn't really changed in ASP.NET Core's MVC/API implementation. The way the Conneg algorithm works in regards to generic data formats is roughly the same as it was with Web API.

The good news is that it's quite a bit easier to create custom formatters in ASP.NET Core that let you customize how to handle 'unknown' content types in your controllers.

Let's take a look.

api net core raw tutorial
ASP.NET Core 2.0: Implementing a 3rd Party Web API - DEV Community 👩‍💻👨‍💻 https://dev.to/donbavand/aspnet-core-20-implementing-a-3rd-party-web-api-7p8
Mon Oct 22 18:10:18 2018 archive.org
QRCode
thumbnail

public class GetRandomGif : IGetRandomGif
{
public async Task ReturnRandomGifBasedOnTag(string searchCritera)
{
const string giphyKey = "";
using (var client = new HttpClient())
{
var url = new Uri($"http://api.giphy.com/v1/gifs/search?api_key={giphyKey}&q={searchCritera}&limit=1");
var response = await client.GetAsync(url);
string json;
using (var content = response.Content)
{
json = await content.ReadAsStringAsync();
}
return JsonConvert.DeserializeObject(json);
}
}
}

api net core tutoriel
Packages, Metapackages and Frameworks | Microsoft Docs https://docs.microsoft.com/en-us/dotnet/core/packages
Wed Jul 26 17:03:30 2017 archive.org
QRCode
thumbnail

un nuget pour lire les flux RSS en .net Core

et le site du projet
https://github.com/RobThree/SimpleFeedReader

core visual rss feed parser
Acer Aspire 5740G OSx86 Snow Leopard Install - x360c http://x360c.com/index.php?/topic/5341-acer-aspire-5740g-osx86-snow-leopard-install/
Thu Oct 20 07:09:20 2011 archive.org
QRCode
thumbnail

Heres how I got OSX on my Acer Aspire 5740G Laptop Specs: Intel Core i5 430M 4GB Ram 500 Gb HDD ATI Mobility Radeon HD 5650 1GB Cost me 700$ (pr...

Acer Aspire 5740G OSx86 Snow Leopard Install Heres how got OSX Laptop Specs Intel Core 430M 4GB Ram 500 HDD ATI Mobility Radeon on my i5 Gb HD 5650 1GB Cost 700 036 pr
4683 links, including 1597 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn